Searched defs:DPRINTF (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.h52 #define DPRINTF(x) do { printf x ; } while (0) macro
54 #define DPRINTF(x) macro
151 # define DPRINTF Log2 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dshort_thread.c48 #define DPRINTF(arg) if (_debug_on) printf arg macro
89 DPRINTF(("Child Thread exiting\n"));
H A Dcvar2.c65 #define DPRINTF(arg) if (_debug_on) printf arg macro
136 DPRINTF(("PrivateCondVarThread: thread 0x%lx waiting on cvar = 0x%lx\n",
149 DPRINTF(("PrivateCondVarThread: thread 0x%lx notified exitcvar = 0x%lx cnt = %ld\n",
230 DPRINTF(("CondVarTestSUU: created thread 0x%lx\n",list[index].thread));
240 DPRINTF(("PrivateCondVarThread: thread 0x%lx notified cvar = 0x%lx\n",
377 DPRINTF(("CondVarTestPUU: created thread 0x%lx\n",list[index].thread));
395 DPRINTF(("CondVarTestPUU: thread 0x%lx waiting on exitcvar = 0x%lx cnt = %ld\n",
406 DPRINTF(("CondVarTestPUU: joining thread 0x%lx\n",list[index].thread));
H A Dforeign.c85 #define DPRINTF(arg) if (_debug_on) PR_fprintf arg macro
281 DPRINTF((output,"Thread[0x%x] called PR_NewLock\n",
288 DPRINTF((output,"Thread[0x%x] called PR_SecondsToInterval\n",
295 DPRINTF((output,"Thread[0x%x] called PR_CreateThread\n",
301 DPRINTF((output,"Thread[0x%x] called PR_Open\n",
308 DPRINTF((output,"Thread[0x%x] called PR_NewUDPSocket\n",
315 DPRINTF((output,"Thread[0x%x] called PR_NewTCPSocket\n",
322 DPRINTF((output,"Thread[0x%x] called PR_OpenDir\n",
329 DPRINTF((output,"Thread[0x%x] called PR_NewThreadPrivateIndex\n",
335 DPRINTF((outpu
[all...]
H A Dnbconn.c80 #define DPRINTF(arg) if (_debug_on) printf arg macro
273 DPRINTF(("Bytes read from client - %d\n",bytes_read));
282 DPRINTF(("Bytes written to client - %d\n",rv));
357 DPRINTF(("Connect in progress\n"));
377 DPRINTF(("Created TCP_Server thread [0x%x]\n",thr));
394 DPRINTF(("Connection successful\n"));
423 DPRINTF(("Bytes written to server - %d\n",bytes_sent));
448 DPRINTF(("Bytes read from server - %d\n",bytes_read));
457 DPRINTF(("Data integrity verified\n"));
548 DPRINTF(("PR_Connec
[all...]
H A Dperf.c46 #define DPRINTF(arg) if (_debug_on) printf arg macro
166 DPRINTF(("CDThread: created thread %3d \n",i));
183 DPRINTF(("CXReader: thread = 0x%lx waiting\n",
196 DPRINTF(("CXReader: thread = 0x%lx exiting\n", PR_GetCurrentThread()));
207 DPRINTF(("CXWriter: thread = 0x%lx waiting\n",
220 DPRINTF(("CXWriter: thread = 0x%lx exiting\n", PR_GetCurrentThread()));
240 DPRINTF(("ContextSwitch: created %s thread = 0x%lx\n",
254 DPRINTF(("ContextSwitch: created %s thread = 0x%lx\n",
296 DPRINTF(("SemaThread: thread = 0x%lx waiting on sem = 0x%lx\n",
299 DPRINTF(("SemaThrea
[all...]
H A Dthrpool_client.c86 #define DPRINTF(arg) if (_debug_on) printf arg macro
129 DPRINTF(("thread = 0x%lx: calling PR_Recv, bytes = %d\n",
133 DPRINTF(("thread = 0x%lx: returning from PR_Recv, bytes = %d\n",
154 DPRINTF(("thread = 0x%lx: calling PR_Send, bytes = %d\n",
158 DPRINTF(("thread = 0x%lx: returning from PR_Send, bytes = %d\n",
184 DPRINTF(("TCP client started\n"));
209 DPRINTF(("TCP client connecting to server:%d\n", server_port));
230 DPRINTF(("TCP Client [0x%lx]: out_buf = 0x%lx out_buf[0] = 0x%lx\n",
268 DPRINTF(("TCP_Client exiting\n"));
328 DPRINTF(("Create
[all...]
H A Dudpsrv.c111 #define DPRINTF(arg) if (_debug_on) PR_fprintf(output, arg) macro
135 DPRINTF( mbuf );
163 DPRINTF("udpsrv: UDP_Server(): starting\n" );
166 DPRINTF("udpsrv: UDP_Server(): Creating UDP Socket\n" );
186 DPRINTF("udpsrv: UDP_Server(): Binding socket\n" );
215 DPRINTF("udpsrv: UDP_Server(): RecvFrom() socket\n" );
233 DPRINTF("udpsrv: UDP_Server(): EOF on input detected\n" );
238 DPRINTF("udpsrv: UDP_Server(): SendTo(): socket\n" );
254 DPRINTF("udpsrv: UDP_Server(): Closing socket\n" );
265 DPRINTF("udpsr
[all...]
H A Dserver_test.c93 #define DPRINTF printf macro
95 #define DPRINTF macro
141 if (debug_mode) DPRINTF("\t%s changed state to %d\n", waiter, state);
153 if (debug_mode) DPRINTF("\t%s waiting for state %d\n", waiter, state);
159 if (debug_mode) DPRINTF("\t%s resuming from wait for state %d; state now %d\n",
181 if (debug_mode) DPRINTF("\tServer buffer is %d bytes; %d data, %d netaddrs\n",
190 if (debug_mode) DPRINTF("\tServer worker thread running\n");
201 if (debug_mode) DPRINTF("\tServer thread going into accept\n");
215 if (debug_mode) DPRINTF("\tServer accepted connection (%d bytes)\n", bytesRead);
237 if (debug_mode) DPRINTF("\tServe
[all...]
H A Dservr_kk.c90 #define DPRINTF printf macro
92 #define DPRINTF macro
107 if (debug_mode) DPRINTF("\t%s changed state to %d\n", waiter, state);
119 if (debug_mode) DPRINTF("\t%s waiting for state %d\n", waiter, state);
125 if (debug_mode) DPRINTF("\t%s resuming from wait for state %d; state now %d\n",
147 if (debug_mode) DPRINTF("\tServer buffer is %d bytes; %d data, %d netaddrs\n",
156 if (debug_mode) DPRINTF("\tServer worker thread running\n");
167 if (debug_mode) DPRINTF("\tServer thread going into accept\n");
181 if (debug_mode) DPRINTF("\tServer accepted connection (%d bytes)\n", bytesRead);
203 if (debug_mode) DPRINTF("\tServe
[all...]
H A Dservr_ku.c90 #define DPRINTF printf macro
92 #define DPRINTF macro
108 if (debug_mode) DPRINTF("\t%s changed state to %d\n", waiter, state);
120 if (debug_mode) DPRINTF("\t%s waiting for state %d\n", waiter, state);
126 if (debug_mode) DPRINTF("\t%s resuming from wait for state %d; state now %d\n",
148 if (debug_mode) DPRINTF("\tServer buffer is %d bytes; %d data, %d netaddrs\n",
157 if (debug_mode) DPRINTF("\tServer worker thread running\n");
168 if (debug_mode) DPRINTF("\tServer thread going into accept\n");
182 if (debug_mode) DPRINTF("\tServer accepted connection (%d bytes)\n", bytesRead);
204 if (debug_mode) DPRINTF("\tServe
[all...]
H A Dservr_uk.c90 #define DPRINTF printf macro
92 #define DPRINTF macro
110 if (debug_mode) DPRINTF("\t%s changed state to %d\n", waiter, state);
122 if (debug_mode) DPRINTF("\t%s waiting for state %d\n", waiter, state);
128 if (debug_mode) DPRINTF("\t%s resuming from wait for state %d; state now %d\n",
150 if (debug_mode) DPRINTF("\tServer buffer is %d bytes; %d data, %d netaddrs\n",
159 if (debug_mode) DPRINTF("\tServer worker thread running\n");
170 if (debug_mode) DPRINTF("\tServer thread going into accept\n");
184 if (debug_mode) DPRINTF("\tServer accepted connection (%d bytes)\n", bytesRead);
206 if (debug_mode) DPRINTF("\tServe
[all...]
H A Dservr_uu.c90 #define DPRINTF printf macro
92 #define DPRINTF macro
108 if (debug_mode) DPRINTF("\t%s changed state to %d\n", waiter, state);
120 if (debug_mode) DPRINTF("\t%s waiting for state %d\n", waiter, state);
126 if (debug_mode) DPRINTF("\t%s resuming from wait for state %d; state now %d\n",
148 if (debug_mode) DPRINTF("\tServer buffer is %d bytes; %d data, %d netaddrs\n",
157 if (debug_mode) DPRINTF("\tServer worker thread running\n");
168 if (debug_mode) DPRINTF("\tServer thread going into accept\n");
182 if (debug_mode) DPRINTF("\tServer accepted connection (%d bytes)\n", bytesRead);
204 if (debug_mode) DPRINTF("\tServe
[all...]
H A Dtestfile.c72 #define DPRINTF(arg) if (_debug_on) printf arg macro
216 DPRINTF(("Write out_buf[0] = 0x%x\n",(*((int *) buf))));
252 DPRINTF(("Read in_buf[0] = 0x%x\n",(*((int *) buf))));
639 DPRINTF(("Creating test dir %s\n",TEST_DIR));
663 DPRINTF(("Creating test file %s\n",pathname));
683 DPRINTF(("Creating hidden test file %s\n",pathname));
744 DPRINTF(("Creating hidden test file %s\n",pathname));
759 DPRINTF(("Creating hidden test file %s\n",pathname));
791 DPRINTF(("Listing all files in directory %s\n",TEST_DIR));
802 DPRINTF(("\
[all...]
H A Dthrpool_server.c93 #define DPRINTF(arg) if (_debug_on) printf arg macro
182 DPRINTF(("serve_client: read complete, msg(%d) \n", sp->msg_num));
212 DPRINTF(("serve_client: write complete, msg(%d) \n", sp->msg_num));
223 DPRINTF(("serve_client: read/write complete, msg(%d) \n", sp->msg_num));
364 DPRINTF((
419 DPRINTF(("creating client process %s ...\n", path));
451 DPRINTF(("TCP_Server: Accepting connections \n"));
498 DPRINTF(("TCP_Server: Created Serve_Client = 0x%lx\n", jobp));
515 DPRINTF(("TCP_Server: Created print_stats timer job = 0x%lx\n", jobp));
522 DPRINTF(("TCP_Serve
[all...]
H A Dsocket.c85 #define DPRINTF(arg) if (_debug_on) printf arg macro
228 DPRINTF(("thread = 0x%lx: calling PR_Recv, bytes = %d\n",
233 DPRINTF(("thread = 0x%lx: returning from PR_Recv, bytes = %d\n",
264 DPRINTF(("thread = 0x%lx: calling PR_Send, bytes = %d\n",
268 DPRINTF(("thread = 0x%lx: returning from PR_Send, bytes = %d\n",
316 DPRINTF(("Serve_Client [0x%lx]: inbuf[0] = 0x%lx\n",PR_GetCurrentThread(),
455 DPRINTF(("TCP_Server: PR_BIND netaddr.inet.ip = 0x%lx, netaddr.inet.port = %d\n",
477 DPRINTF(("TCP_Server: Accepting connection\n"));
483 DPRINTF(("TCP_Server: Accepted connection\n"));
507 DPRINTF(("TCP_Serve
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.h113 #define DPRINTF(a) DPRINTF1(a) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h351 #define DPRINTF WINE_DPRINTF macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h288 #define DPRINTF WINE_DPRINTF macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Ddebug.h351 #define DPRINTF WINE_DPRINTF macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h313 #define DPRINTF WINE_DPRINTF macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddebug.h347 #define DPRINTF WINE_DPRINTF macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Ddebug.h351 #define DPRINTF WINE_DPRINTF macro

Completed in 2916 milliseconds