VirtualBox

Ignore:
Timestamp:
Jun 12, 2011 6:37:56 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72222
Message:

Ran the source code massager (scm).

Location:
trunk/src/VBox/HostDrivers/VBoxPci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c

    r36717 r37423  
    7474    return NULL;
    7575}
    76 DECLINLINE(int) vboxPciDevLock(PVBOXRAWPCIINS pThis, 
     76DECLINLINE(int) vboxPciDevLock(PVBOXRAWPCIINS pThis,
    7777                               PRTSPINLOCKTMP pTmp)
    7878{
     
    8080    RTSpinlockAcquireNoInts(pThis->hSpinlock, pTmp);
    8181    return VINF_SUCCESS;
    82 #else   
     82#else
    8383    int rc = RTSemFastMutexRequest(pThis->hFastMtx);
    8484
     
    261261                                                 uint64_t       *pu64RegionSize,
    262262                                                 bool           *pfPresent,
    263                                                 uint32_t        *pfFlags)
     263                                                uint32_t        *pfFlags)
    264264{
    265265    PVBOXRAWPCIINS pThis = DEVPORT_2_VBOXRAWPCIINS(pPort);
     
    284284                                             RTHCPHYS       RegionStart,
    285285                                             uint64_t       u64RegionSize,
    286                                              int32_t        fFlags,
    287                                              RTR0PTR        *pRegionBase)
     286                                             int32_t        fFlags,
     287                                             RTR0PTR        *pRegionBase)
    288288{
    289289    PVBOXRAWPCIINS pThis = DEVPORT_2_VBOXRAWPCIINS(pPort);
     
    307307                                               RTHCPHYS       RegionStart,
    308308                                               uint64_t       u64RegionSize,
    309                                                RTR0PTR        RegionBase)
     309                                               RTR0PTR        RegionBase)
    310310{
    311311    PVBOXRAWPCIINS pThis = DEVPORT_2_VBOXRAWPCIINS(pPort);
     
    325325 * @copydoc RAWPCIDEVPORT:: pfnPciCfgRead
    326326 */
    327 static DECLCALLBACK(int) vboxPciDevPciCfgRead(PRAWPCIDEVPORT pPort, 
    328                                               uint32_t       Register, 
     327static DECLCALLBACK(int) vboxPciDevPciCfgRead(PRAWPCIDEVPORT pPort,
     328                                              uint32_t       Register,
    329329                                              PCIRAWMEMLOC   *pValue)
    330330{
     
    345345 * @copydoc RAWPCIDEVPORT:: pfnPciCfgWrite
    346346 */
    347 static DECLCALLBACK(int) vboxPciDevPciCfgWrite(PRAWPCIDEVPORT pPort, 
    348                                                uint32_t       Register, 
     347static DECLCALLBACK(int) vboxPciDevPciCfgWrite(PRAWPCIDEVPORT pPort,
     348                                               uint32_t       Register,
    349349                                               PCIRAWMEMLOC   *pValue)
    350350{
     
    362362}
    363363
    364 static DECLCALLBACK(int) vboxPciDevRegisterIrqHandler(PRAWPCIDEVPORT  pPort, 
    365                                                       PFNRAWPCIISR    pfnHandler, 
    366                                                       void*           pIrqContext, 
     364static DECLCALLBACK(int) vboxPciDevRegisterIrqHandler(PRAWPCIDEVPORT  pPort,
     365                                                      PFNRAWPCIISR    pfnHandler,
     366                                                      void*           pIrqContext,
    367367                                                      PCIRAWISRHANDLE *phIsr)
    368368{
     
    398398}
    399399
    400 static DECLCALLBACK(int) vboxPciDevUnregisterIrqHandler(PRAWPCIDEVPORT  pPort, 
     400static DECLCALLBACK(int) vboxPciDevUnregisterIrqHandler(PRAWPCIDEVPORT  pPort,
    401401                                                        PCIRAWISRHANDLE hIsr)
    402402{
     
    422422}
    423423
    424 static DECLCALLBACK(int) vboxPciDevPowerStateChange(PRAWPCIDEVPORT    pPort, 
    425                                                     PCIRAWPOWERSTATE  aState, 
     424static DECLCALLBACK(int) vboxPciDevPowerStateChange(PRAWPCIDEVPORT    pPort,
     425                                                    PCIRAWPOWERSTATE  aState,
    426426                                                    uint64_t          *pu64Param)
    427427{
  • trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h

    r37009 r37423  
    4444typedef struct VBOXRAWPCIINS     *PVBOXRAWPCIINS;
    4545
    46 typedef struct VBOXRAWPCIISRDESC 
     46typedef struct VBOXRAWPCIISRDESC
    4747{
    4848    /** Handler function. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette