Searched defs:dprintf (Results 1 - 13 of 13) sorted by relevance

/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/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/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/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/Additions/common/VBoxGuestLib/
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
/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/libs/libxml2-2.6.31/
H A Dtrio.h200 #define dprintf trio_dprintf macro
/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/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/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/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/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmdmac.c467 void dprintf(const char *format, ...) function
644 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"));

Completed in 82 milliseconds