VirtualBox

Changeset 65117 in vbox for trunk/include/VBox/rawpci.h


Ignore:
Timestamp:
Jan 4, 2017 5:08:38 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112620
Message:

HostDrivers/VBoxPci: doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/rawpci.h

    r62476 r65117  
    390390     *
    391391     * @param   pPort     Pointer to this structure.
     392     * @param   iRegion   Region number.
     393     * @param   pRegionStart    Where to start the region address.
     394     * @param   pu64RegionSize  Where to store the region size.
     395     * @param   pfPresent   Where to store if the region is present.
     396     * @param   pfFlags     Where to store the flags.
    392397     */
    393398    DECLR0CALLBACKMEMBER(int,  pfnGetRegionInfo,(PRAWPCIDEVPORT pPort,
     
    403408     *
    404409     * @param   pPort     Pointer to this structure.
     410     * @param   iRegion   Region number.
     411     * @param   RegionStart     Region start.
     412     * @param   u64RegionSize   Region size.
     413     * @param   fFlags    Flags.
     414     * @param   pRegionBaseR0   Where to store the R0 address.
    405415     */
    406416    DECLR0CALLBACKMEMBER(int,  pfnMapRegion,(PRAWPCIDEVPORT pPort,
     
    415425     *
    416426     * @param   pPort     Pointer to this structure.
     427     * @param   iRegion   Region number.
     428     * @param   RegionStart     Region start.
     429     * @param   u64RegionSize   Region size.
     430     * @param   RegionBase      Base address.
    417431     */
    418432    DECLR0CALLBACKMEMBER(int,  pfnUnmapRegion,(PRAWPCIDEVPORT pPort,
     
    496510     * release it once the pfnCreateAndConnect call(s) has been done.
    497511     *
    498      * @param   pIfFactory          Pointer to this structure.
     512     * @param   pFactory            Pointer to this structure.
    499513     */
    500514    DECLR0CALLBACKMEMBER(void, pfnRelease,(PRAWPCIFACTORY pFactory));
     
    507521     * @returns VBox status code.
    508522     *
    509      * @param   pIfFactory          Pointer to this structure.
     523     * @param   pFactory            Pointer to this structure.
    510524     * @param   u32HostAddress      Address of PCI device on the host.
    511525     * @param   fFlags              Creation flags.
     
    513527     * @param   ppDevPort           Where to store the pointer to the device port
    514528     *                              on success.
     529     * @param   pfDevFlags          Where to store the device flags.
    515530     *
    516531     */
     
    528543     * @returns VBox status code.
    529544     *
    530      * @param   pIfFactory  Pointer to this structure.
     545     * @param   pFactory    Pointer to this structure.
    531546     * @param   pVM         The cross context VM structure.
    532      * @param   pPciData    Pointer to PCI data.
     547     * @param   pVmData     Pointer to PCI data.
    533548     */
    534549    DECLR0CALLBACKMEMBER(int, pfnInitVm,(PRAWPCIFACTORY       pFactory,
    535550                                         PVM                  pVM,
    536                                          PRAWPCIPERVM         pPciData));
     551                                         PRAWPCIPERVM         pVmData));
    537552
    538553    /**
     
    541556     * @returns VBox status code.
    542557     *
    543      * @param   pIfFactory  Pointer to this structure.
     558     * @param   pFactory    Pointer to this structure.
    544559     * @param   pVM         The cross context VM structure.
    545      * @param   pPciData    Pointer to PCI data.
     560     * @param   pVmData     Pointer to PCI data.
    546561     */
    547562    DECLR0CALLBACKMEMBER(void, pfnDeinitVm,(PRAWPCIFACTORY       pFactory,
    548563                                            PVM                  pVM,
    549                                             PRAWPCIPERVM         pPciData));
     564                                            PRAWPCIPERVM         pVmData));
    550565} RAWPCIFACTORY;
    551566
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