Searched refs:__FUNCTION__ (Results 151 - 174 of 174) sorted by relevance

1234567

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h63 # define __func__ RT_GCC_EXTENSION __FUNCTION__
/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp167 Log(("%s: uOffset=%llu cbProcess=%u\n", __FUNCTION__, uOffset, cbProcess));
H A DDevFdc.cpp2286 FLOPPY_DPRINTF("%s: %02x\n", __FUNCTION__, value);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyri10ge.c204 __FUNCTION__ )
H A Dvia-velocity.h1650 __FUNCTION__, __LINE__);\
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp404 vboxVDbgPrint((__FUNCTION__": ERROR getting rt: 0x%x", hr));
/vbox/src/bldprogs/
H A DVBoxCPP.cpp4999 return vbcppError(pThis, "Not implemented: %s", __FUNCTION__);
5012 return vbcppError(pThis, "Not implemented: %s", __FUNCTION__);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c154 Log2(("NAT:ALIAS: %s:%d return(%s:%d)\n", __FUNCTION__, __LINE__, #x,(x))); \
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp1043 LogRel((__FUNCTION__": EnumComponents error (0x%x)", hr));
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp3873 Log(("%s: Failed to create event semaphore for FIFO handling.\n", __FUNCTION__));
3881 Log(("%s: Failed to create event semaphore for external fifo cmd handling.\n", __FUNCTION__));
3938 AssertMsgFailed(("%s: Async IO Thread creation for FIFO handling failed rc=%d\n", __FUNCTION__, rc));
H A DDevVGA-SVGA3d-ogl.cpp408 ("%s (%d): last error 0x%x\n", __FUNCTION__, __LINE__, (pContext)->lastError), \
427 AssertMsg((pContext)->lastError == GL_NO_ERROR, ("%s (%d): last error 0x%x\n", __FUNCTION__, __LINE__, (pContext)->lastError)); \
4417 AssertMsgFailed(("%s: Async IO Thread creation for 3d window handling failed rc=%d\n", __FUNCTION__, rc));
H A DDevVGA-SVGA3d-win.cpp483 Log(("%s: Failed to create event semaphore for window handling.\n", __FUNCTION__));
491 AssertMsgFailed(("%s: Async IO Thread creation for 3d window handling failed rc=%d\n", __FUNCTION__, rc));
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp78 supR3HardenedFatal("%s: %s\n", __FUNCTION__, #a_Expr); \
86 supR3HardenedFatal("%s: %s -> %#x\n", __FUNCTION__, #a_Expr, rcNtAssert); \
94 supR3HardenedFatal("%s: %s -> %#x\n", __FUNCTION__, #a_Expr, RtlGetLastWin32Error()); \
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp206 /*Log*/ LogAlways(("%s: returning IEM_RETURN_ASPECT_NOT_IMPLEMENTED (line %d)\n", __FUNCTION__, __LINE__)); \
4372 RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__); \
4377 # define IEMOP_BITCH_ABOUT_STUB() Log(("Stub: %s (line %d)\n", __FUNCTION__, __LINE__));
4403 Log(("Unsupported instruction %Rfn\n", __FUNCTION__)); \
4413 Log(("Unsupported instruction %Rfn\n", __FUNCTION__)); \
10353 RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__);
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp1673 LogFlowFunc(("ENTER: pIBase: %p, pszIID:%p\n", __FUNCTION__, pInterface, pszIID));
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp856 Log2(("%s: poll\n", __FUNCTION__));
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp123 default: LOG((__FUNCTION__": Unknown Value (0n%d), (0x%x)", _v, _v)); return "Unknown"
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h3106 # define MESA_FUNCTION __FUNCTION__
/vbox/include/iprt/
H A Dcdefs.h2582 # define __PRETTY_FUNCTION__ __FUNCTION__
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp221 MY_CHECK_MSG_RET(a_Expr, ("%s: Validation failed on line " RT_XSTR(__LINE__) ": " #a_Expr "\n", __FUNCTION__), a_rc)
/vbox/src/VBox/Storage/
H A DVHD.cpp733 AssertMsg(!(pImage->cbDataBlock % VHD_SECTOR_SIZE), ("%s: Data block size is not a multiple of %!\n", __FUNCTION__, VHD_SECTOR_SIZE));
H A DISCSI.cpp1680 AssertMsgFailed(("%s: ignoring unexpected PDU with first word = %#08x\n", __FUNCTION__, RT_N2H_U32(aResBHS[0])));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp4457 RTAssertMsg1Weak(NULL, __LINE__, __FILE__, __FUNCTION__);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2501 # define PGMPOOL_PAGE_2_PTR(a_pVM, a_pPage) pgmPoolMapPageStrict(a_pPage, __FUNCTION__)

Completed in 552 milliseconds

1234567