VirtualBox

Ignore:
Timestamp:
Oct 9, 2015 12:09:37 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103230
Message:

*: Doxygen fixes.

File:
1 edited

Legend:

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

    r56293 r58132  
    1 /* $Id $ */
     1/* $Id$ */
    22/** @file
    33 * VBoxPci - PCI card passthrough support (Host), Common Code.
     
    174174
    175175/**
    176  * @copydoc RAWPCIDEVPORT:: pfnInit
     176 * @interface_method_impl{RAWPCIDEVPORT,pfnInit}
    177177 */
    178178static DECLCALLBACK(int) vboxPciDevInit(PRAWPCIDEVPORT pPort, uint32_t fFlags)
     
    191191
    192192/**
    193  * @copydoc RAWPCIDEVPORT:: pfnDeinit
     193 * @interface_method_impl{RAWPCIDEVPORT,pfnDeinit}
    194194 */
    195195static DECLCALLBACK(int) vboxPciDevDeinit(PRAWPCIDEVPORT pPort, uint32_t fFlags)
     
    216216
    217217/**
    218  * @copydoc RAWPCIDEVPORT:: pfnDestroy
     218 * @interface_method_impl{RAWPCIDEVPORT,pfnDestroy}
    219219 */
    220220static DECLCALLBACK(int) vboxPciDevDestroy(PRAWPCIDEVPORT pPort)
     
    248248}
    249249/**
    250  * @copydoc RAWPCIDEVPORT:: pfnGetRegionInfo
     250 * @interface_method_impl{RAWPCIDEVPORT,pfnGetRegionInfo}
    251251 */
    252252static DECLCALLBACK(int) vboxPciDevGetRegionInfo(PRAWPCIDEVPORT pPort,
     
    271271
    272272/**
    273  * @copydoc RAWPCIDEVPORT:: pfnMapRegion
     273 * @interface_method_impl{RAWPCIDEVPORT,pfnMapRegion}
    274274 */
    275275static DECLCALLBACK(int) vboxPciDevMapRegion(PRAWPCIDEVPORT pPort,
     
    293293
    294294/**
    295  * @copydoc RAWPCIDEVPORT:: pfnUnapRegion
     295 * @interface_method_impl{RAWPCIDEVPORT,pfnUnapRegion}
    296296 */
    297297static DECLCALLBACK(int) vboxPciDevUnmapRegion(PRAWPCIDEVPORT pPort,
     
    314314
    315315/**
    316  * @copydoc RAWPCIDEVPORT:: pfnPciCfgRead
     316 * @interface_method_impl{RAWPCIDEVPORT,pfnPciCfgRead}
    317317 */
    318318static DECLCALLBACK(int) vboxPciDevPciCfgRead(PRAWPCIDEVPORT pPort,
     
    333333
    334334/**
    335  * @copydoc RAWPCIDEVPORT:: pfnPciCfgWrite
     335 * @interface_method_impl{RAWPCIDEVPORT,pfnPciCfgWrite}
    336336 */
    337337static DECLCALLBACK(int) vboxPciDevPciCfgWrite(PRAWPCIDEVPORT pPort,
     
    510510
    511511/**
    512  * @copydoc RAWPCIFACTORY::pfnCreateAndConnect
     512 * @interface_method_impl{RAWPCIFACTORY,pfnCreateAndConnect}
    513513 */
    514514static DECLCALLBACK(int) vboxPciFactoryCreateAndConnect(PRAWPCIFACTORY       pFactory,
     
    545545
    546546/**
    547  * @copydoc RAWPCIFACTORY::pfnRelease
     547 * @interface_method_impl{RAWPCIFACTORY,pfnRelease}
    548548 */
    549549static DECLCALLBACK(void) vboxPciFactoryRelease(PRAWPCIFACTORY pFactory)
     
    557557
    558558/**
    559  * @copydoc RAWPCIFACTORY::pfnInitVm
     559 * @interface_method_impl{RAWPCIFACTORY,pfnInitVm}
    560560 */
    561561static DECLCALLBACK(int)  vboxPciFactoryInitVm(PRAWPCIFACTORY       pFactory,
     
    596596
    597597/**
    598  * @copydoc RAWPCIFACTORY::pfnDeinitVm
     598 * @interface_method_impl{RAWPCIFACTORY,pfnDeinitVm}
    599599 */
    600600static DECLCALLBACK(void)  vboxPciFactoryDeinitVm(PRAWPCIFACTORY       pFactory,
     
    775775        vboxPciDeleteGlobals(pGlobals);
    776776}
     777
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