VirtualBox

Changeset 57978 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Sep 30, 2015 7:39:30 PM (9 years ago)
Author:
vboxsync
Message:

IPRT: Doxygen warning fixes (last ones, hopefully).

Location:
trunk/src/VBox/Runtime/r0drv/nt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp

    r57358 r57978  
    136136 * Tries a set against the current kernel.
    137137 *
    138  * @retval @c true if it matched up, global variables are updated.
    139  * @retval @c false otherwise (no globals updated).
     138 * @retval true if it matched up, global variables are updated.
     139 * @retval false otherwise (no globals updated).
    140140 * @param   pSet                The data set.
    141141 * @param   pbPrcb              Pointer to the processor control block.
  • trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp

    r57358 r57978  
    303303 *
    304304 * @returns VINF_SUCCESS.
    305  * @param   pfnWorker   The callback.
    306  * @param   pvUser1     User argument 1.
    307  * @param   pvUser2     User argument 2.
    308  * @param   idCpu       First CPU to match, ultimately specific to the
    309  *                      pfnNativeWrapper used.
    310  * @param   idCpu2      Second CPU to match, ultimately specific to the
    311  *                      pfnNativeWrapper used.
    312  * @param   pcHits      Where to return the number of this. Optional.
     305 * @param   pfnWorker           The callback.
     306 * @param   pvUser1             User argument 1.
     307 * @param   pvUser2             User argument 2.
     308 * @param   pfnNativeWrapper    The wrapper between the NT and IPRT callbacks.
     309 * @param   idCpu               First CPU to match, ultimately specific to the
     310 *                              pfnNativeWrapper used.
     311 * @param   idCpu2              Second CPU to match, ultimately specific to the
     312 *                              pfnNativeWrapper used.
     313 * @param   pcHits              Where to return the number of this. Optional.
    313314 */
    314315static int rtMpCallUsingBroadcastIpi(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2,
  • trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp

    r57358 r57978  
    174174 * Returns the name we wish to use in the C code.
    175175 * @returns Member name.
    176  * @param   pStruct             The member descriptor.
     176 * @param   pMember             The member descriptor.
    177177 */
    178178static const char *figureCMemberName(MYMEMBER const *pMember)
     
    339339 * @returns Fully complained exit code.
    340340 * @param   pOsVerInfo      The OS version info.
     341 * @param   enmArch         The NT architecture of the incoming PDB.
     342 * @param   pszPdb          The PDB file name.
    341343 */
    342344static RTEXITCODE saveStructures(PRTNTSDBOSVER pOsVerInfo, MYARCH enmArch, const char *pszPdb)
     
    987989 * @param   cchDir              The length of pszDir in pszDir.
    988990 * @param   pDirEntry           Pointer to the directory buffer.
     991 * @param   iLogDepth           The logging depth.
    989992 */
    990993static RTEXITCODE processDirSub(char *pszDir, size_t cchDir, PRTDIRENTRYEX pDirEntry, int iLogDepth)
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