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

/vbox/src/VBox/Runtime/generic/
H A DRTSystemShutdown-generic.cpp38 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) argument
40 AssertPtrReturn(pszLogMsg, VERR_INVALID_POINTER);
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemShutdown-linux.cpp41 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) argument
43 AssertPtrReturn(pszLogMsg, VERR_INVALID_POINTER);
78 apszArgs[iArg++] = pszLogMsg;
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemShutdown-solaris.cpp41 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) argument
43 AssertPtrReturn(pszLogMsg, VERR_INVALID_POINTER);
80 apszArgs[iArg++] = pszLogMsg;
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemShutdown-win.cpp41 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) argument
43 AssertPtrReturn(pszLogMsg, VERR_INVALID_POINTER);
47 int rc = RTStrToUtf16(pszLogMsg, &pwszLogMsg);
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp1358 DECLINLINE(void) ohciWriteTd(POHCI pThis, uint32_t TdAddr, PCOHCITD pTd, const char *pszLogMsg) argument
1377 pszLogMsg));
1386 DECLINLINE(void) ohciWriteITd(POHCI pThis, uint32_t ITdAddr, PCOHCIITD pITd, const char *pszLogMsg) argument
1403 pszLogMsg));

Completed in 61 milliseconds