Searched refs:pszFunction (Results 1 - 25 of 53) sorted by relevance

123

/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg1Weak.cpp37 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
39 RTAssertMsg1(pszExpr, uLine, pszFile, pszFunction);
H A Dassert.cpp105 RTDECL(void) RTAssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
112 ASMAtomicUoWritePtr(&g_pszRTAssertFunction, pszFunction);
118 pszExpr, pszFile, uLine, pszFunction);
133 pszExpr, pszFile, uLine, pszFunction);
136 rtR0AssertNativeMsg1(pszExpr, uLine, pszFile, pszFunction);
144 pszExpr, pszFile, uLine, pszFunction);
154 pszExpr, pszFile, uLine, pszFunction);
170 pszExpr, pszFile, uLine, pszFunction);
186 VALID_PTR(pszFunction) ? pszFunction
[all...]
H A Dlockvalidator.cpp400 * @param pszFunction Where from - function.
408 RTAssertMsg1Weak("RTLockValidator", iLine, pszFile, pszFunction);
470 pClass->CreatePos.pszFunction,
591 pSrcPos->pszFile, pSrcPos->uLine, pSrcPos->pszFunction, pSrcPos->uId,
599 pSrcPos->pszFile, pSrcPos->uLine, pSrcPos->pszFunction, pSrcPos->uId,
623 pSrcPos->pszFile, pSrcPos->uLine, pSrcPos->pszFunction, pSrcPos->uId,
631 pSrcPos->pszFile, pSrcPos->uLine, pSrcPos->pszFunction, pSrcPos->uId,
638 pSrcPos->pszFile, pSrcPos->uLine, pSrcPos->pszFunction, pSrcPos->uId,
696 pRec->Nest.SrcPos.pszFile, pRec->Nest.SrcPos.uLine, pRec->Nest.SrcPos.pszFunction, pRec->Nest.SrcPos.uId,
772 RTAssertMsg1Weak("RTLockValidator", pSrcPos ? pSrcPos->uLine : 0, pSrcPos ? pSrcPos->pszFile : NULL, pSrcPos ? pSrcPos->pszFunction
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Dassert.h43 * @param pszFunction Location function name.
45 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction);
/vbox/src/libs/kStuff/iprt/
H A DkHlpAssert-iprt.cpp28 KHLP_DECL(void) kHlpAssertMsg1(const char *pszExpr, const char *pszFile, unsigned iLine, const char *pszFunction) argument
30 RTAssertMsg1Weak(pszExpr, iLine, pszFile, pszFunction);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dassert-r0drv-darwin.cpp43 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
48 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dassert-r0drv-freebsd.c44 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
49 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dassert-r0drv-haiku.c43 void rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
48 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dassert-r0drv-linux.c43 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
49 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dassert-r0drv-nt.cpp40 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
45 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibRuntimeXF86.cpp50 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
53 pszFunction);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dassert-r0drv-solaris.c43 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
48 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dassert-r0drv-os2.cpp60 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
66 pszExpr, pszFile, uLine, pszFunction);
73 pszExpr, pszFile, uLine, pszFunction);
/vbox/include/iprt/
H A Dlockvalidator.h55 R3R0PTRTYPE(const char * volatile) pszFunction; member in struct:RTLOCKVALSRCPOS
72 * @param pszFunction The function. Optional (NULL).
77 # define RTLOCKVALSRCPOS_INIT(pszFile, uLine, pszFunction, uId) \
78 { (pszFile), (pszFunction), (uId), (uLine), 0 }
80 # define RTLOCKVALSRCPOS_INIT(pszFile, uLine, pszFunction, uId) \
81 { (pszFile), (pszFunction), (uId), (uLine) }
89 RTLOCKVALSRCPOS_INIT(pszFile, iLine, pszFunction, uId)
103 RTLOCKVALSRCPOS_INIT(pszFile, iLine, pszFunction, (uintptr_t)ASMReturnAddress())
988 * @param pszFunction The source position of the call, function.
1006 * @param pszFunction Th
[all...]
H A Dassert.h84 * @param pszFunction Location function name.
86 RTDECL(void) RTAssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction);
93 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction);
457 # define RTAssertMsg1Weak(pszExpr, uLine, pszfile, pszFunction) \
1173 # define RTAssertLogRelMsg1(pszExpr, iLine, pszFile, pszFunction) \
1174 RTAssertMsg1Weak(pszExpr, iLine, pszFile, pszFunction)
1176 # define RTAssertLogRelMsg1(pszExpr, iLine, pszFile, pszFunction) \
1178 (pszFile), (iLine), (pszFunction), (pszExpr) ))
/vbox/include/VBox/vmm/
H A Dpdmsrv.h190 * @param pszFunction Function of the assertion location.
192 DECLR3CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMSRVINS pSrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
202 * @param pszFunction Function of the assertion location.
204 DECLR3CALLBACKMEMBER(bool, pfnAssertOther,(PPDMSRVINS pSrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
H A Dpdmusb.h476 * @param pszFunction Function of the assertion location.
478 DECLR3CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMUSBINS pUsbIns, const char *pszFile, unsigned iLine, const char *pszFunction));
488 * @param pszFunction Function of the assertion location.
490 DECLR3CALLBACKMEMBER(bool, pfnAssertOther,(PPDMUSBINS pUsbIns, const char *pszFile, unsigned iLine, const char *pszFunction));
502 * @param pszFunction Function of the assertion location.
506 DECLR3CALLBACKMEMBER(int, pfnDBGFStopV,(PPDMUSBINS pUsbIns, const char *pszFile, unsigned iLine, const char *pszFunction, const char *pszFormat, va_list va));
908 NOREF(pszFunction);
H A Dpdmdrv.h630 * @param pszFunction Function of the assertion location.
632 DECLRCCALLBACKMEMBER(bool, pfnAssertEMT,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
642 * @param pszFunction Function of the assertion location.
644 DECLRCCALLBACKMEMBER(bool, pfnAssertOther,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
726 * @param pszFunction Function of the assertion location.
728 DECLR0CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
738 * @param pszFunction Function of the assertion location.
740 DECLR0CALLBACKMEMBER(bool, pfnAssertOther,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
820 * @param pszFunction Function of the assertion location.
822 DECLR3CALLBACKMEMBER(bool, pfnAssertEMT,(PPDMDRVINS pDrvIns, const char *pszFile, unsigned iLine, const char *pszFunction));
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.h186 const char *pszFunction; member in struct:RTMEMBLOCK
/vbox/include/VBox/
H A DVBoxTpG.h44 uint32_t pszFunction; member in struct:VTGPROBELOC32
61 uint64_t pszFunction; member in struct:VTGPROBELOC64
80 const char *pszFunction; member in struct:VTGPROBELOC
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp69 RTDECL(void) RTAssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
76 g_pszRTAssertFunction = pszFunction;
82 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp125 size_t cchFunction = pszFunction ? strlen(pszFunction) : 0;
154 memcpy((uint8_t *)pErr + pErr->off, pszFunction, cchFunction + 1);
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp129 pszFile, iLine, pszFunction).c_str(),
138 pszFile, iLine, pszFunction).c_str(),
146 pszFile, iLine, pszFunction).c_str(),
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c263 return g_VBoxGuest->_RTSemEventMultiWaitExDebug(hEventMultiSem, fFlags, uTimeout, uId, pszFile, iLine, pszFunction);
271 return g_VBoxGuest->_RTSemEventWaitExDebug(hEventSem, fFlags, uTimeout, uId, pszFile, iLine, pszFunction);
365 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
367 g_VBoxGuest->_RTAssertMsg1Weak(pszExpr, uLine, pszFile, pszFunction);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp367 const char *pszFunc = pProbeLocRO->pszFunction;
368 const char *psz = strchr(pProbeLocRO->pszFunction, '(');
373 while ( (uintptr_t)psz > (uintptr_t)pProbeLocRO->pszFunction
379 while ((uintptr_t)pszFunc > (uintptr_t)pProbeLocRO->pszFunction)
412 pProbeLocRO->uLine, pProbeLocRO->pszFunction, pszFnNmBuf, pszPrbName));
761 AssertPtrReturnVoid(pVtgProbeLoc->pszFunction);

Completed in 100 milliseconds

123