Searched defs:iWhich (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp241 int iWhich; member in struct:SUPR3HARDNTCHILD
2942 * @param iWhich Which respawn we're to check for, 1 being the first
2945 static PRTUTF16 supR3HardNtChildConstructCmdLine(PUNICODE_STRING pString, int iWhich) argument
2947 SUPR3HARDENED_ASSERT(iWhich == 1 || iWhich == 2);
3008 for (const char *pszSrc = iWhich == 1 ? SUPR3_RESPAWN_1_ARG0 : SUPR3_RESPAWN_2_ARG0; *pszSrc; pszSrc++)
3279 pThis->iWhich, BasicInfo.ExitStatus, rcNtWait, rcNt1, rcNt2, rcNt3,
3749 if (pThis->iWhich > 1)
3812 * @param iWhich Which respawn we're to check for, 1 being the
3815 static void supR3HardenedWinDoReSpawn(int iWhich) argument
4452 supR3HardenedWinReSpawn(int iWhich) argument
4497 supR3HardenedWinIsReSpawnNeeded(int iWhich, int cArgs, char **papszArgs) argument
[all...]

Completed in 95 milliseconds