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

1234567

/vbox/src/VBox/Devices/Serial/
H A DDrvNamedPipe.cpp105 LogFlow(("%s: pvBuf=%p *pcbRead=%#x (%s)\n", __FUNCTION__, pvBuf, *pcbRead, pThis->pszLocation));
191 LogFlow(("%s: *pcbRead=%zu returns %Rrc\n", __FUNCTION__, *pcbRead, rc));
201 LogFlow(("%s: pvBuf=%p *pcbWrite=%#x (%s)\n", __FUNCTION__, pvBuf, *pcbWrite, pThis->pszLocation));
275 LogFlow(("%s: returns %Rrc\n", __FUNCTION__, rc));
433 LogFlow(("%s: %s\n", __FUNCTION__, pThis->pszLocation));
450 LogFlow(("%s: %s\n", __FUNCTION__, pThis->pszLocation));
H A DDrvHostSerial.cpp180 LogFlow(("%s: pvBuf=%#p cbWrite=%d\n", __FUNCTION__, pvBuf, cbWrite));
204 LogFlow(("%s: Bps=%u chParity=%c cDataBits=%u cStopBits=%u\n", __FUNCTION__, Bps, chParity, cDataBits, cStopBits));
1068 LogFlow(("%s: iInstance=%d\n", __FUNCTION__, pDrvIns->iInstance));
1125 LogFlow(("%s: iInstance=%d\n", __FUNCTION__, pDrvIns->iInstance));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dvirtio-ring.c26 __FILE__, __LINE__, __FUNCTION__); \
/vbox/src/recompiler/tcg/
H A Dtcg-dyngen.c210 __FUNCTION__, (int64_t) val);
218 __FUNCTION__, (int64_t)val);
233 __FUNCTION__, (int64_t)val);
245 __FUNCTION__, (int64_t)val);
/vbox/src/VBox/Devices/Storage/
H A DDrvBlock.cpp470 LogFlow(("%s: returns VINF_SUCCESS {%d,%d,%d}\n", __FUNCTION__, pThis->PCHSGeometry.cCylinders, pThis->PCHSGeometry.cHeads, pThis->PCHSGeometry.cSectors));
482 LogFlow(("%s: returns %Rrc {%d,%d,%d}\n", __FUNCTION__, rc, pThis->PCHSGeometry.cCylinders, pThis->PCHSGeometry.cHeads, pThis->PCHSGeometry.cSectors));
487 LogFlow(("%s: returns %Rrc\n", __FUNCTION__, rc));
496 LogFlow(("%s: cCylinders=%d cHeads=%d cSectors=%d\n", __FUNCTION__, pPCHSGeometry->cCylinders, pPCHSGeometry->cHeads, pPCHSGeometry->cSectors));
542 LogFlow(("%s: returns VINF_SUCCESS {%d,%d,%d}\n", __FUNCTION__, pThis->LCHSGeometry.cCylinders, pThis->LCHSGeometry.cHeads, pThis->LCHSGeometry.cSectors));
554 LogFlow(("%s: returns %Rrc {%d,%d,%d}\n", __FUNCTION__, rc, pThis->LCHSGeometry.cCylinders, pThis->LCHSGeometry.cHeads, pThis->LCHSGeometry.cSectors));
559 LogFlow(("%s: returns %Rrc\n", __FUNCTION__, rc));
568 LogFlow(("%s: cCylinders=%d cHeads=%d cSectors=%d\n", __FUNCTION__, pLCHSGeometry->cCylinders, pLCHSGeometry->cHeads, pLCHSGeometry->cSectors));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h394 if (!__pVBoxDispProfileEntry) { __pVBoxDispProfileEntry = _p.alloc(__FUNCTION__); } \
402 VBoxDispProfileEntry * __pVBoxDispProfileEntry = _p.get(__u32VBoxDispProfileIndex, __FUNCTION__); \
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletion.cpp63 LogFlow((TESTCASE ": %s: pVM=%p pvUser=%p pvUser2=%p\n", __FUNCTION__, pVM, pvUser, pvUser2));
242 AssertMsg(rc == VINF_SUCCESS, ("%s: Destroying VM failed rc=%Rrc!!\n", __FUNCTION__, rc));
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxDebugLib.c208 __FUNCTION__,
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinutils.h52 # define __func__ __FUNCTION__
/vbox/src/VBox/Main/src-client/
H A DNvram.cpp317 LogFlow(("%s pInterface:%p, pszIID:%s\n", __FUNCTION__, pInterface, pszIID));
333 LogFlow(("%s: iInstance/#d\n", __FUNCTION__, pDrvIns->iInstance));
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp115 # define DEBUG_PRINT_FLOW() RTPrintf("%s\n", __FUNCTION__)
133 Log(("%s\n", __FUNCTION__)); DEBUG_PRINT_FLOW();
141 Log(("%s\n", __FUNCTION__)); DEBUG_PRINT_FLOW();
149 Log(("%s\n", __FUNCTION__)); DEBUG_PRINT_FLOW();
157 Log(("%s\n", __FUNCTION__)); DEBUG_PRINT_FLOW();
165 Log(("%s\n", __FUNCTION__)); DEBUG_PRINT_FLOW();
174 Log(("%s\n", __FUNCTION__)); DEBUG_PRINT_FLOW();
182 Log(("%s\n", __FUNCTION__)); DEBUG_PRINT_FLOW();
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxClipboard.cpp370 printf("VBoxClipboardService::%s()\n", __FUNCTION__);
414 Log(("VBoxClipboardService::%s: Unsupported message from host! Message = %u\n", __FUNCTION__, u32Msg));
/vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/
H A DVBoxUsbLib-win.cpp511 LogRel((__FUNCTION__": DeviceIoControl 1 fail winEr (%d)\n", winEr));
548 LogRel((__FUNCTION__": DeviceIoControl 2 fail winEr (%d)\n", winEr));
757 AssertMsg(winEr == ERROR_DEVICE_NOT_CONNECTED, (__FUNCTION__": DeviceIoControl failed winEr (%d)\n", winEr));
955 AssertMsg(winEr == ERROR_DEVICE_NOT_CONNECTED, (__FUNCTION__": DeviceIoControl failed winEr (%d)\n", winEr));
1373 LogRel((__FUNCTION__": CreateFile failed winEr(%d)\n", winEr));
1494 LogRel((__FUNCTION__": USB Monitor driver version mismatch! driver=%u.%u library=%u.%u\n",
1514 LogRel((__FUNCTION__": USB Service not found\n"));
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_lighttmp.h72 fprintf(stderr, "%s\n", __FUNCTION__ );
259 fprintf(stderr, "%s\n", __FUNCTION__ );
447 fprintf(stderr, "%s\n", __FUNCTION__ );
554 fprintf(stderr, "%s %d\n", __FUNCTION__, nr );
665 fprintf(stderr, "%s\n", __FUNCTION__ );
/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp329 Log2(("%s: port %#06x val %#04x\n", __FUNCTION__, Port, u32));
524 Log2(("%s: ecp port %#06x val %#04x\n", __FUNCTION__, Port, u32));
544 Log2(("%s: ecp port %#06x val %#04x\n", __FUNCTION__, Port, *pu32));
/vbox/src/VBox/Additions/solaris/DRM/include/
H A DdrmP.h67 #if !defined(__FUNCTION__)
69 #define __FUNCTION__ __func__ macro
71 #define __FUNCTION__ " " macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/
H A Dt_dd_imm_primtmp.h208 if ( DBG ) fprintf( stderr, __FUNCTION__ "\n" );
219 if ( DBG ) fprintf( stderr, __FUNCTION__ "\n" );
231 if ( DBG ) fprintf( stderr, __FUNCTION__ "\n" );
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp262 AssertMsgFailed((__FUNCTION__": VBoxUsbToolUrbAlloc failed!\n"));
271 AssertMsgFailed((__FUNCTION__": vboxUsbToolRequest failed with %x (%x)\n", Status, pUrb->UrbHeader.Status));
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h65 #define __func__ __FUNCTION__
87 #define qemu_new_timer(clock, callback, user) (QEMUTimer *)TMR3TimerCreateExternal((PVM)cpu_single_env->pVM, clock, callback, user, __FUNCTION__ )
/vbox/src/VBox/VMM/include/
H A DTMInternal.h219 Log(("%s: %p: %d -> %d\n", __FUNCTION__, (pTimer), (pTimer)->enmState, state)); \
234 Log(("%s: %p: %d -> %d %RTbool\n", __FUNCTION__, (pTimer), StateOld, StateNew, fRc)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Xinput.h87 " MAX_VALUATORS\n", __FUNCTION__, num_valuators); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Xinput.h87 " MAX_VALUATORS\n", __FUNCTION__, num_valuators); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Xinput.h87 " MAX_VALUATORS\n", __FUNCTION__, num_valuators); \
/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h312 #define AUDIO_FUNC __FUNCTION__
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h100 wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)

Completed in 123 milliseconds

1234567