Searched refs:fInitial (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Dassert.h51 * @param fInitial Whether it's the initial (true) or an additional (false)
56 DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dassert-r0drv-darwin.cpp52 DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) argument
60 NOREF(fInitial);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dassert-r0drv-freebsd.c53 DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) argument
61 NOREF(fInitial);
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dassert-r0drv-haiku.c52 void rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) argument
60 NOREF(fInitial);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dassert-r0drv-linux.c53 DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) argument
61 NOREF(fInitial);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dassert-r0drv-nt.cpp49 DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) argument
57 NOREF(fInitial);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dassert-r0drv-solaris.c52 DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) argument
60 NOREF(fInitial);
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dassert-r0drv-os2.cpp77 DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) argument
91 NOREF(fInitial);
/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp200 * @param fInitial True if it's RTAssertMsg2V, otherwise false.
204 static void rtAssertMsg2Worker(bool fInitial, const char *pszFormat, va_list va) argument
212 if (fInitial)
246 rtR0AssertNativeMsg2V(fInitial, pszFormat, va);
297 rtAssertMsg2Worker(true /*fInitial*/, pszFormat, va);
304 rtAssertMsg2Worker(false /*fInitial*/, pszFormat, va);

Completed in 82 milliseconds