Changeset 57978 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Sep 30, 2015 7:39:30 PM (9 years ago)
- 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 136 136 * Tries a set against the current kernel. 137 137 * 138 * @retval @ctrue if it matched up, global variables are updated.139 * @retval @cfalse otherwise (no globals updated).138 * @retval true if it matched up, global variables are updated. 139 * @retval false otherwise (no globals updated). 140 140 * @param pSet The data set. 141 141 * @param pbPrcb Pointer to the processor control block. -
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r57358 r57978 303 303 * 304 304 * @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. 313 314 */ 314 315 static int rtMpCallUsingBroadcastIpi(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2, -
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r57358 r57978 174 174 * Returns the name we wish to use in the C code. 175 175 * @returns Member name. 176 * @param p StructThe member descriptor.176 * @param pMember The member descriptor. 177 177 */ 178 178 static const char *figureCMemberName(MYMEMBER const *pMember) … … 339 339 * @returns Fully complained exit code. 340 340 * @param pOsVerInfo The OS version info. 341 * @param enmArch The NT architecture of the incoming PDB. 342 * @param pszPdb The PDB file name. 341 343 */ 342 344 static RTEXITCODE saveStructures(PRTNTSDBOSVER pOsVerInfo, MYARCH enmArch, const char *pszPdb) … … 987 989 * @param cchDir The length of pszDir in pszDir. 988 990 * @param pDirEntry Pointer to the directory buffer. 991 * @param iLogDepth The logging depth. 989 992 */ 990 993 static RTEXITCODE processDirSub(char *pszDir, size_t cchDir, PRTDIRENTRYEX pDirEntry, int iLogDepth)
Note:
See TracChangeset
for help on using the changeset viewer.