VirtualBox

Changeset 26161 in vbox for trunk/include/VBox


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

PDM: s/pDrvReg/pReg/g

File:
1 edited

Legend:

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

    r26151 r26161  
    6565 *
    6666 * @returns VBox status.
    67  * @param   pDrvIns     The driver instance data.
    68  *                      If the registration structure is needed, pDrvIns->pDrvReg points to it.
    69  * @param   pCfgHandle  Configuration node handle for the driver. Use this to obtain the configuration
    70  *                      of the driver instance. It's also found in pDrvIns->pCfgHandle as it's expected
    71  *                      to be used frequently in this function.
     67 * @param   pDrvIns     The driver instance data. If the registration structure
     68 *                      is needed, it can be accessed thru pDrvIns->pReg.
     69 * @param   pCfgHandle  Configuration node handle for the driver. Use this to
     70 *                      obtain the configuration of the driver instance. It's
     71 *                      also found in pDrvIns->pCfgHandle as it's expected to be
     72 *                      used frequently in this function.
    7273 * @param   fFlags      Flags, combination of the PDM_TACH_FLAGS_* \#defines.
    7374 */
     
    364365
    365366    /** Pointer to driver registration structure.  */
    366     R3PTRTYPE(PCPDMDRVREG)      pDrvReg;
     367    R3PTRTYPE(PCPDMDRVREG)      pReg;
    367368    /** Configuration handle. */
    368369    R3PTRTYPE(PCFGMNODE)        pCfgHandle;
     
    12541255     * @returns VBox status code.
    12551256     * @param   pCallbacks      Pointer to the callback table.
    1256      * @param   pDrvReg         Pointer to the driver registration record.
     1257     * @param   pReg            Pointer to the driver registration record.
    12571258     *                          This data must be permanent and readonly.
    12581259     */
    1259     DECLR3CALLBACKMEMBER(int, pfnRegister,(PCPDMDRVREGCB pCallbacks, PCPDMDRVREG pDrvReg));
     1260    DECLR3CALLBACKMEMBER(int, pfnRegister,(PCPDMDRVREGCB pCallbacks, PCPDMDRVREG pReg));
    12601261} PDMDRVREGCB;
    12611262
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