Searched refs:uLine (Results 1 - 25 of 33) sorted by relevance

12

/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
113 ASMAtomicUoWriteU32(&g_u32RTAssertLine, uLine);
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);
185 uLine,
H A Dlockvalidator.cpp469 pClass->CreatePos.uLine,
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 : NULL);
822 ASMAtomicUoWriteU32(&pDst->uLine, pSrc->uLine);
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Dassert.h41 * @param uLine Location line number.
45 DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *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);
H A Dtimer-r0drv-linux.c225 # define RTAssertMsg1Weak(pszExpr, uLine, pszFile, pszFunction) \
226 myLogBackdoorPrintf("\n!!Guest Assertion failed!!\n%s(%d) %s\n%s\n", uLine, pszFile, pszFunction, (pszExpr))
254 RTTIMERLNXSTATE enmCurState, uint32_t uLine)
258 RTTIMERLNX_LOG(("cxg %d -> %d - %d at %u\n", enmOldState, enmNewState, fRc, uLine));
253 rtTimerLnxCmpXchgStateDebug(RTTIMERLNXSTATE volatile *penmState, RTTIMERLNXSTATE enmNewState, RTTIMERLNXSTATE enmCurState, uint32_t uLine) argument
/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
54 ErrorF("%s:%u\n", pszFile, uLine);
/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/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/
H A DVBoxOemHookStatusCodeLib.c136 UINT32 uLine; local
142 &pszDescription, &uLine))
145 VBoxPrintHex(uLine, sizeof(uLine));
/vbox/include/iprt/
H A Dlockvalidator.h59 uint32_t volatile uLine; member in struct:RTLOCKVALSRCPOS
71 * @param uLine The line number in that file. Optional (0).
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) }
H A Dassert.h82 * @param uLine Location line number.
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) \
/vbox/include/VBox/
H A DVBoxTpG.h41 uint32_t uLine : 31; member in struct:VTGPROBELOC32
58 uint32_t uLine : 31; member in struct:VTGPROBELOC64
77 uint32_t uLine : 31; 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
77 g_u32RTAssertLine = uLine;
82 pszExpr, pszFile, uLine, pszFunction);
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp379 uLine(uLine_),
396 unsigned uLine; member in struct:util::AutoLockBase::Data
535 l.lockRead(m->pcszFile, m->uLine, m->pcszFunction);
567 l.lockWrite(m->pcszFile, m->uLine, m->pcszFunction);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp521 * @param uLine Line number in source file.
527 VMMR3DECL(int) DBGFR3EventSrc(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszFile, unsigned uLine, const char *pszFunction, const char *pszFormat, ...) argument
531 int rc = DBGFR3EventSrcV(pVM, enmEvent, pszFile, uLine, pszFunction, pszFormat, args);
544 * @param uLine Line number in source file.
550 VMMR3DECL(int) DBGFR3EventSrcV(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszFile, unsigned uLine, const char *pszFunction, const char *pszFormat, va_list args) argument
573 pVM->dbgf.s.DbgEvent.u.Src.uLine = uLine;
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp877 DECLEXPORT(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
883 pszExpr, pszFile, uLine, pszFunction);
884 RTAssertMsg1(pszExpr, uLine, pszFile, pszFunction);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c365 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
367 g_VBoxGuest->_RTAssertMsg1Weak(pszExpr, uLine, pszFile, pszFunction);
H A DVBoxGuest-haiku.h191 void (*_RTAssertMsg1Weak)(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction);
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp1982 * @param uLine Location line number.
1986 DECLEXPORT(void) RTCALL RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
1994 pszExpr, pszFile, uLine, pszFunction));
2005 pszExpr, pszFile, uLine, pszFunction);
2010 RTAssertMsg1(pszExpr, uLine, pszFile, pszFunction);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp398 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u", pProbeLocRO->uLine);
404 RTStrPrintf(pszFnNmBuf+cch, cbFnNmBuf - cch, "-%u-%u", pProbeLocRO->uLine, iOrd);
412 pProbeLocRO->uLine, pProbeLocRO->pszFunction, pszFnNmBuf, pszPrbName));

Completed in 140 milliseconds

12