Searched defs:uLine (Results 1 - 24 of 24) sorted by relevance

/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,
/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/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/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/
H A DVBoxOemHookStatusCodeLib.c136 UINT32 uLine; local
142 &pszDescription, &uLine))
145 VBoxPrintHex(uLine, sizeof(uLine));
/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/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/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/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/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) }
/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/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/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/linux/lightdm-greeter/
H A Dvbox-greeter.cpp1500 DECLEXPORT(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) argument
1502 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);
/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/Storage/
H A DVMDK.cpp2028 unsigned uLine; local
2063 for (uLine = pImage->Descriptor.uFirstExtent, cExtents = 0;
2064 uLine != 0;
2065 uLine = pImage->Descriptor.aNextLines[uLine], cExtents++)
2082 for (i = 0, uLine = pImage->Descriptor.uFirstExtent;
2083 i < cExtents; i++, uLine = pImage->Descriptor.aNextLines[uLine])
2085 char *pszLine = pImage->Descriptor.aLines[uLine];
/vbox/include/VBox/vmm/
H A Ddbgf.h243 unsigned uLine; member in struct:DBGFEVENT::__anon320::__anon322
290 VMMR3DECL(int) DBGFR3EventSrc(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszFile, unsigned uLine,
292 VMMR3DECL(int) DBGFR3EventSrcV(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszFile, unsigned uLine,
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp539 uint32_t uLine; member in struct:RTDWARFLINESTATE::__anon16561
2377 Log2(("rtDwarfLine_AddLine: %x:%08llx (%#llx) %s(%d) [offOpCode=%08x]\n", iSeg, offSeg, pLnState->Regs.uAddress, pszFile, pLnState->Regs.uLine, offOpCode));
2378 rc = RTDbgModLineAdd(pLnState->pDwarfMod->hCnt, pszFile, pLnState->Regs.uLine, iSeg, offSeg, NULL);
2406 pLnState->Regs.uLine = 1;
2456 pLnState->Regs.uLine += cLineDelta;
2459 Log2(("%08x: DW Special Opcode %#04x: uLine + %d => %u; uAddress + %#llx => %#llx; idxOp + %#llx => %#llx\n",
2460 offOpCode, bLogOpCode, cLineDelta, pLnState->Regs.uLine, cAddressDelta, pLnState->Regs.uAddress,
2490 pLnState->Regs.uLine += cLineDelta;
2491 Log2(("%08x: DW_LNS_advance_line: uLine + %d => %u\n", offOpCode, cLineDelta, pLnState->Regs.uLine));
[all...]

Completed in 540 milliseconds