VirtualBox

Changeset 26160 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 2, 2010 6:23:29 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57174
Message:

PDM: s/pDevReg/pReg/g

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r26159 r26160  
    5757 *
    5858 * @returns VBox status.
    59  * @param   pDevIns     The device instance data.
    60  *                      If the registration structure is needed, pDevIns->pDevReg points to it.
     59 * @param   pDevIns     The device instance data. If the registration structure
     60 *                      is needed, it can be accessed thru  pDevIns->pReg.
    6161 * @param   iInstance   Instance number. Use this to figure out which registers and such to use.
    6262 *                      The instance number is also found in pDevIns->iInstance, but since it's
     
    34903490
    34913491    /** Pointer to device registration structure.  */
    3492     R3PTRTYPE(PCPDMDEVREG)      pDevReg;
     3492    R3PTRTYPE(PCPDMDEVREG)      pReg;
    34933493    /** Configuration handle. */
    34943494    R3PTRTYPE(PCFGMNODE)        pCfgHandle;
     
    43304330     * @returns VBox status code.
    43314331     * @param   pCallbacks      Pointer to the callback table.
    4332      * @param   pDevReg         Pointer to the device registration record.
     4332     * @param   pReg            Pointer to the device registration record.
    43334333     *                          This data must be permanent and readonly.
    43344334     */
    4335     DECLR3CALLBACKMEMBER(int, pfnRegister,(PPDMDEVREGCB pCallbacks, PCPDMDEVREG pDevReg));
     4335    DECLR3CALLBACKMEMBER(int, pfnRegister,(PPDMDEVREGCB pCallbacks, PCPDMDEVREG pReg));
    43364336
    43374337    /**
  • trunk/include/VBox/pdmusb.h

    r26112 r26160  
    106106     * @returns VBox status.
    107107     * @param   pUsbIns     The USB device instance data.
    108      *                      If the registration structure is needed, pUsbDev->pDevReg points to it.
    109      * @param   iInstance   Instance number. Use this to figure out which registers and such to use.
    110      *                      The instance number is also found in pUsbDev->iInstance, but since it's
    111      *                      likely to be freqently used PDM passes it as parameter.
    112      * @param   pCfg        Configuration node handle for the device. Use this to obtain the configuration
    113      *                      of the device instance. It's also found in pUsbDev->pCfg, but since it's
    114      *                      primary usage will in this function it's passed as a parameter.
    115      * @param   pCfgGlobal  Handle to the global device configuration. Also found in pUsbDev->pCfgGlobal.
     108     *                      If the registration structure is needed,
     109     *                      pUsbDev->pUsbReg points to it.
     110     * @param   iInstance   Instance number. Use this to figure out which registers
     111     *                      and such to use. The instance number is also found in
     112     *                      pUsbDev->iInstance, but since it's likely to be
     113     *                      freqently used PDM passes it as parameter.
     114     * @param   pCfg        Configuration node handle for the device. Use this to
     115     *                      obtain the configuration of the device instance. It's
     116     *                      also found in pUsbDev->pCfg, but since it's primary
     117     *                      usage will in this function it's passed as a parameter.
     118     * @param   pCfgGlobal  Handle to the global device configuration. Also foundin
     119     *                      pUsbDev->pCfgGlobal.
    116120     * @remarks This callback is required.
    117121     */
     
    814818     * @returns VBox status code.
    815819     * @param   pCallbacks      Pointer to the callback table.
    816      * @param   pDevReg         Pointer to the device registration record.
     820     * @param   pReg            Pointer to the USB device registration record.
    817821     *                          This data must be permanent and readonly.
    818822     */
    819     DECLR3CALLBACKMEMBER(int, pfnRegister,(PCPDMUSBREGCB pCallbacks, PCPDMUSBREG pDevReg));
     823    DECLR3CALLBACKMEMBER(int, pfnRegister,(PCPDMUSBREGCB pCallbacks, PCPDMUSBREG pReg));
    820824
    821825    /**
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