Searched refs:DPRINTF (Results 1 - 25 of 36) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
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 Dshort_thread.c48 #define DPRINTF(arg) if (_debug_on) printf arg macro
89 DPRINTF(("Child Thread exiting\n"));
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 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 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 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_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 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 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...]
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...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.c316 DPRINTF(("socket: %R[sockerr]\n", SOCKERRNO()));
325 DPRINTF(("FIONBIO: %R[sockerr]\n", SOCKERRNO()));
336 DPRINTF(("F_GETFL: %R[sockerr]\n", SOCKERRNO()));
343 DPRINTF(("O_NONBLOCK: %R[sockerr]\n", SOCKERRNO()));
357 DPRINTF(("SO_NOSIGPIPE: %R[sockerr]\n", SOCKERRNO()));
385 DPRINTF(("SO_SNDBUF: setsockopt: %R[sockerr]\n", SOCKERRNO()));
390 DPRINTF(("SO_SNDBUF: getsockopt: %R[sockerr]\n", SOCKERRNO()));
424 DPRINTF(("---> %s ", stype == SOCK_STREAM ? "TCP" : "UDP"));
438 DPRINTF(("[%RTnaipv6]:%d ", &dst_sin6.sin6_addr, dst_port));
453 DPRINTF(("
[all...]
H A Dproxy_dhcp6ds.c180 DPRINTF(("%s: message header truncated\n", __func__));
188 DPRINTF(("%s: type %u, tid 0x%6x\n", __func__, msg_type, msg_tid));
208 DPRINTF(("%s: option header truncated\n", __func__));
218 DPRINTF(("%s: option %u length truncated\n", __func__, opt));
227 DPRINTF(("%s: option %u truncated: expect %u, got %u\n",
241 DPRINTF(("%s: client DUID too long: %u\n", __func__, optlen));
297 DPRINTF(("%s: pbuf_alloc(%d) failed\n", __func__, (int)roff));
303 DPRINTF(("%s: pbuf_take(%d) failed: %s\n",
311 DPRINTF(("%s: udp_sendto failed: %s\n",
H A Dpxudp.c244 DPRINTF(("pxudp_add: new pxudp %p; pcb %p\n",
275 DPRINTF(("pxudp_del: pxudp %p; socket %d\n", (void *)pxudp, pxudp->sock));
514 DPRINTF(("pxudp_allocate: failed\n"));
627 DPRINTF(("IP_TTL: %R[sockerr]\n", SOCKERRNO()));
639 DPRINTF(("IP_TOS: %R[sockerr]\n", SOCKERRNO()));
655 DPRINTF(("%s: %R[sockerr]\n", dfoptname, SOCKERRNO()));
677 DPRINTF(("IPV6_UNICAST_HOPS: %R[sockerr]\n", SOCKERRNO()));
731 DPRINTF(("%s: unexpected revents 0x%x\n", __func__, revents));
748 DPRINTF(("%s: sock %d: SO_ERROR failed:%R[sockerr]\n",
752 DPRINTF(("
[all...]
H A Drtmon_linux.c119 DPRINTF(("rtmon: failed to read RTM_GETROUTE response: %s",
140 DPRINTF(("rtmon: no IPv6 default routes found\n"));
143 DPRINTF(("rtmon: %d IPv6 default route%s found\n",
H A Dproxy.h113 #define DPRINTF(a) DPRINTF1(a) macro
H A Dproxy_pollmgr.c101 DPRINTF(("socketpair: %R[sockerr]\n", SOCKERRNO()));
119 DPRINTF(("%s: Failed to allocate fds array\n", __func__));
126 DPRINTF(("%s: Failed to allocate handlers array\n", __func__));
195 DPRINTF(("%s: Failed to reallocate fds array\n", __func__));
206 DPRINTF(("%s: Failed to reallocate handlers array\n", __func__));
257 DPRINTF(("send on chan %d: %R[sockerr]\n", slot, SOCKERRNO()));
261 DPRINTF(("send on chan %d: datagram truncated to %u bytes",
H A Dpxping_win.c135 DPRINTF(("IcmpCreateFile: error %d\n", GetLastError()));
143 DPRINTF(("Icmp6CreateFile: error %d\n", GetLastError()));
251 DPRINTF(("IcmpSendEcho2: unexpected status %d\n", status));
257 DPRINTF(("IcmpSendEcho2: error %d\n", status));
333 DPRINTF(("pong4: %p: IcmpParseReplies: error %d\n",
405 DPRINTF(("pong4: reply status %d, dropped\n", reply->Status));
409 DPRINTF(("pong4: reply status %d -> type %d/code %d\n",
538 DPRINTF(("Icmp6SendEcho2: unexpected status %d\n", status));
544 DPRINTF(("Icmp6SendEcho2: error %d\n", status));
619 DPRINTF(("pong
[all...]
H A Dpxping.c290 DPRINTF(("IP_MTU_DISCOVER: %R[sockerr]\n", SOCKERRNO()));
323 DPRINTF(("IPV6_RECVPKTINFO: %R[sockerr]\n", SOCKERRNO()));
333 DPRINTF(("IPV6_RECVHOPLIMIT: %R[sockerr]\n", SOCKERRNO()));
477 DPRINTF(("ping %p: %R[ping_pcb] seq %d len %u ttl %d\n",
513 DPRINTF(("IP_HDRINCL: %R[sockerr]\n", SOCKERRNO()));
575 DPRINTF(("%s: %R[sockerr]\n", dfoptname, SOCKERRNO()));
587 DPRINTF(("IP_TTL: %R[sockerr]\n", SOCKERRNO()));
599 DPRINTF(("IP_TOS: %R[sockerr]\n", SOCKERRNO()));
615 DPRINTF(("%s: sendto: %R[sockerr]\n", __func__, error));
698 DPRINTF(("pin
[all...]
H A Dfwudp.c284 DPRINTF(("%s: %R[sockerr]\n", __func__, SOCKERRNO()));
322 DPRINTF(("%s: pbuf_alloc(%d) failed\n", __func__, (int)nread));
328 DPRINTF(("%s: pbuf_take(%d) failed\n", __func__, (int)nread));
364 DPRINTF(("%s: ring buffer empty!\n", __func__));
454 DPRINTF(("%s: pcb %p (fwudp %p); sock %d: expired\n",
H A Dpxdns.c787 DPRINTF(("%s: sock %d: SO_ERROR failed: %R[sockerr]\n",
791 DPRINTF(("%s: sock %d: %R[sockerr]\n",
803 DPRINTF(("%s: %R[sockerr]\n", __func__, SOCKERRNO()));
829 DPRINTF(("%s: pbuf_alloc(%d) failed\n", __func__, (int)nread));
837 DPRINTF(("%s: pbuf_take(%d) failed\n", __func__, (int)nread));
859 DPRINTF(("%s: udp_sendto err %s\n",
/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

Completed in 75 milliseconds

12