Searched refs:dprintf (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Runtime/r0drv/haiku/
H A DRTLogWriteStdOut-r0drv-haiku.c38 dprintf("%.*s", (int)cb, pch);
H A Dassert-r0drv-haiku.c45 dprintf("\r\n!!Assertion Failed!!\r\n"
58 dprintf("%s", szMsg);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp56 /* note: need to name it this way to make dprintf & other macros defined in wdbgexts.h work */
91 dprintf("**** VirtulBox Video Driver debugging extension ****\n"
109 if (!pExpr) { dprintf("address not specified\n"); return; }
110 if (!GetExpressionEx(pExpr, &u64Mem, &pExpr)) { dprintf("error evaluating address\n"); return; }
111 if (!u64Mem) { dprintf("address value can not be NULL\n"); return; }
114 if (!pExpr) { dprintf("width not specified\n"); return; }
115 if (!GetExpressionEx(pExpr, &u64Width, &pExpr)) { dprintf("error evaluating width\n"); return; }
116 if (!u64Width) { dprintf("width value can not be NULL\n"); return; }
119 if (!pExpr) { dprintf("height not specified\n"); return; }
120 if (!GetExpressionEx(pExpr, &u64Height, &pExpr)) { dprintf("erro
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddrti.c64 dprintf(int debug, const char *fmt, ...) function
109 dprintf(1, "couldn't discover module name or address\n");
114 dprintf(1, "couldn't discover link map ID\n");
127 dprintf(0, ".SUNW_dof section corrupt\n");
148 dprintf(1, "failed to open helper device %s", devname);
160 dprintf(1, "failed to open helper device %s", devname);
166 dprintf(1, "DTrace ioctl failed for DOF at %p", dof);
168 dprintf(1, "DTrace ioctl succeeded for DOF at %p\n", dof);
180 dprintf(1, "failed to open helper device %s", devname);
185 dprintf(
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxHook/
H A DVBoxHook.cpp34 # define dprintf(a) do { WriteLog a; } while (0) macro
36 # define dprintf(a) do {} while (0) macro
67 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_LOCATIONCHANGE for window %x\n", hwnd));
70 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_CREATE for window %x\n", hwnd));
73 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_HIDE for window %x\n", hwnd));
76 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_SHOW for window %x\n", hwnd));
79 dprintf(("VBoxHandleWinEvent EVENT_OBJECT_DESTROY for window %x\n", hwnd));
86 dprintf(("OpenEvent returned %x (last err=%x)\n", hWinNotifyEvent, GetLastError()));
89 dprintf(("SetEvent %x returned %d (last error %x)\n", hWinNotifyEvent, ret, GetLastError()));
101 dprintf(("OpenEven
[all...]
/vbox/src/VBox/HostServices/auth/winlogon/
H A Dwinlogon.cpp29 static void dprintf(const char *fmt, ...) function
80 dprintf("u[%s], d[%s], p[%s]\n", lpszUsername, lpszDomain, lpszPassword);
91 dprintf("LogonUser success. hToken = %p\n", hToken);
99 dprintf("LogonUser failed %08X\n", GetLastError ());
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A DMacErrorHandling.h52 dprintf
176 dprintf(notrace, "Assertion \"%s\" Failed", #assertion); \
186 dprintf(notrace, "Assertion \"%s\" Failed\n" \
225 dprintf(notrace, "Assertion \"!(%s [= %#08X])\" Failed", \
237 dprintf(notrace, "Assertion \"!(%s [= %#08X])\" Failed\n" \
279 dprintf(notrace, "Assertion \"%s\" Failed", #assertion); \
290 dprintf(notrace, "Assertion \"%s\" Failed\n" \
334 dprintf(notrace, "Assertion \"!(%s [= %#08X])\" Failed", \
347 dprintf(notrace, "Assertion \"!(%s [= %#08X])\" Failed\n" \
392 dprintf(notrac
[all...]
H A Dmdmac.c467 void dprintf(const char *format, ...) function
644 void dprintf(const char *format, ...) function
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DGenericRequest.cpp39 dprintf(("VbglGRVerify: Invalid parameter: pReq = %p, cbReq = %zu\n", pReq, cbReq));
45 dprintf(("VbglGRVerify: request size %u > buffer size %zu\n", pReq->size, cbReq));
54 dprintf(("VbglGRVerify: buffer size %zu < expected size %zu\n", cbReq, cbReqExpected));
65 dprintf(("VbglGRVerify: request size %u != expected size %zu\n", pReq->size, cbReqExpected));
93 dprintf(("VbglGRVerify: VMMDevReq_LogString: buffer size %zu too big\n", cbReq));
99 dprintf(("VbglGRVerify: request size %u > buffer size %zu\n", pReq->size, cbReq));
116 dprintf(("VbglGRAlloc: Invalid parameter: ppReq = %p, cbSize = %u\n", ppReq, cbSize));
H A DVBGLInternal.h37 #ifdef RT_OS_WINDOWS /** @todo dprintf() -> Log() */
39 # define dprintf(a) RTLogBackdoorPrintf a macro
41 # define dprintf(a) do {} while (0) macro
44 # define dprintf(a) Log(a) macro
H A DInit.cpp111 dprintf (("port = 0x%04X, mem = %p\n", port.portAddress, port.pVMMDevMemory));
122 dprintf (("vbglQueryDriverInfo rc = %d\n", rc));
146 // dprintf(("VbglEnter: rc = %d\n", rc));
172 dprintf(("vbglInitCommon: rc = %d\n", rc));
192 dprintf(("vbglInit: starts g_vbgldata.status %d\n", g_vbgldata.status));
201 dprintf(("vbglInit: starts\n"));
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c97 dprintf("get_module(%s) failed\n", VBOXGUEST_MODULE_NAME);
103 dprintf("vboxInit failed\n");
109 dprintf("vboxConnect failed\n");
115 dprintf("vboxCallSetUtf8 failed\n");
121 dprintf("warning: vboxCallSetSymlinks failed (old vbox?) - symlinks will appear as copies\n");
126 dprintf(FS_NAME ": inited successfully\n");
142 dprintf(FS_NAME ": make_shflstring: string too long\n");
197 dprintf("*** build_path(%p, %p)\n", dir, name);
219 dprintf(FS_NAME ": trying to mount a real device as a vbox share is silly\n");
223 dprintf(FS_NAM
[all...]
H A Dvnode_cache.cpp86 dprintf("creating new vnode at %p with path=%p (%s)\n", vn, path->String.utf8, path->String.utf8);
108 dprintf("vboxsf: allocated %p (path=%p name=%p)\n", vn, vn->path, vn->name);
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp30 #define dprintf Log macro
74 dprintf(("DUMP: VBOX_SHARED_CLIPBOARD_FMT_BITMAP\n"));
90 dprintf(("DUMP: invalid format %02X\n", u32Format));
100 dprintf (("vboxClipboardGetData.\n"));
347 dprintf(("vboxClipboardReadDataFromClient vboxrc = %d\n", vboxrc));
356 dprintf(("hMem %p\n", hMem));
362 dprintf(("pMem %p, GlobalSize %d\n", pMem, GlobalSize (hMem)));
387 dprintf(("vboxClipboardHostEvent hClip %p\n", hClip));
450 dprintf(("window proc WM_USER: VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT\n"));
457 dprintf(("windo
[all...]
/vbox/src/VBox/HostServices/auth/simple/
H A DVBoxAuthSimple.cpp40 static void dprintf(const char *fmt, ...) function
91 dprintf("VBoxAuth: uuid: %s, user: %s, szPassword: %s\n", uuid, user, szPassword);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Diccfix.c19 #define dprintf(...) do { \ macro
53 dprintf ( "Section \"%s\": alignment %ld->%ld\n",
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp757 # define dprintf(a) printf a
759 # define dprintf(a) do {} while (0) macro
778 dprintf(("USBFilterMatchRated: %p %p\n", pFilter, pDevice));
791 dprintf(("filter match[%d]: !present\n", i));
802 dprintf(("filter match[%d]: !num_exact device=ignore\n", i));
804 dprintf(("filter match[%d]: !num_exact %#x (filter) != %#x (device)\n", i, pFilter->aFields[i].u16Value, pDevice->aFields[i].u16Value));
814 dprintf(("filter match[%d]: !num_exact_np %#x (filter) != %#x (device)\n", i, pFilter->aFields[i].u16Value, pDevice->aFields[i].u16Value));
825 dprintf(("filter match[%d]: !num_expression\n", i));
836 dprintf(("filter match[%d]: !num_expression_no\n", i));
847 dprintf(("filte
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c167 dprintf(char *msg, int num) function
177 # define dprintf(msg, num) /*nada*/ macro
441 dprintf("size (%d) too big\n", n);
447 dprintf("Too many addresses (%d)\n",
463 dprintf("Impossible condition (type=%d)\n", type);
628 dprintf("res_search failed (%d)\n", n);
703 dprintf("res_query failed (%d)\n", n);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp115 #define PR_LOG(module,level,args) dprintf args
117 static void dprintf(const char *format, ...) function
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Ddmfe.c60 #define dprintf(x) printf x macro
62 #define dprintf(x) macro
474 dprintf(("Revision %lX\n", dev_rev));
490 dprintf(("Chip type : %d\n", db->chip_type));
595 dprintf(("dm9132_id_table\n"));
643 dprintf(("send_filter_frame\n"));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxDev-haiku.c146 //dprintf(DRIVER_NAME "close: unblocking select %p %x\n", sState.selectSync, sState.selectEvent);
219 dprintf(DRIVER_NAME ": VBoxGuestHaikuIOCtl: bad size %#x; pArg=%p Cmd=%lu.\n", (unsigned)len, data, op);
344 //dprintf(DRIVER_NAME "deselect(,%d,%p)\n", event, sync);
350 //dprintf(DRIVER_NAME "deselect: dropping: %p %x\n", sState.selectSync, sState.selectEvent);
H A DVBoxGuest-haiku.c318 //dprintf(MODULE_NAME ": isr mouse\n");
329 //dprintf(MODULE_NAME ": isr mouse: notify\n");
395 /** @todo r=ramshankar: use dprintf here. */
416 dprintf(MODULE_NAME ": RTLogCreate: %d\n", rc);
/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.h200 #define dprintf trio_dprintf macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c600 dprintf("Assertion failure: %s, at %s:%d\n", s, file, ln);
/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/
H A Ddriver.cpp73 #define TRACE(x...) dprintf("VBoxVideo: " x)

Completed in 109 milliseconds

12