Searched refs:szWhen (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemShutdown-linux.cpp71 char szWhen[80]; local
73 strcpy(szWhen, "now");
75 RTStrPrintf(szWhen, sizeof(szWhen), "%u", (unsigned)((cMsDelay + 499) / 1000));
76 apszArgs[iArg++] = szWhen;
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemShutdown-solaris.cpp73 char szWhen[80]; local
75 strcpy(szWhen, "0");
77 RTStrPrintf(szWhen, sizeof(szWhen), "%u", (unsigned)((cMsDelay + 499) / 1000));
78 apszArgs[iArg++] = szWhen;

Completed in 42 milliseconds