VirtualBox

Ignore:
Timestamp:
Feb 2, 2010 6:23:29 PM (15 years ago)
Author:
vboxsync
Message:

PDM: s/pDevReg/pReg/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevDMA.cpp

    r23987 r26160  
    875875
    876876/**
    877  * Construct a device instance for a VM.
    878  *
    879  * @returns VBox status.
    880  * @param   pDevIns     The device instance data.
    881  *                      If the registration structure is needed, pDevIns->pDevReg points to it.
    882  * @param   iInstance   Instance number. Use this to figure out which registers and such to use.
    883  *                      The device number is also found in pDevIns->iInstance, but since it's
    884  *                      likely to be freqently used PDM passes it as parameter.
    885  * @param   pCfgHandle  Configuration node handle for the device. Use this to obtain the configuration
    886  *                      of the device instance. It's also found in pDevIns->pCfgHandle, but like
    887  *                      iInstance it's expected to be used a bit in this function.
     877 * @interface_method_impl{PDMDEVREG,pfnConstruct}
    888878 */
    889879static DECLCALLBACK(int) dmaConstruct(PPDMDEVINS pDevIns,
Note: See TracChangeset for help on using the changeset viewer.

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