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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.c54 #define dprintf(x) printf x; macro
56 #define dprintf(x) macro
138 dprintf(("doubling %d to %d\n", list->size, list->size * 2));
274 dprintf(("dhcp_options: parse failed near tag %d", tag));
380 dprintf(("dhcp_options: packet is too short: %d < %d\n",
385 dprintf(("dhcp_options: missing magic number\n"));
475 dprintf(("tag %d option %d > %d\n", tag, len, DHCP_OPTION_SIZE_MAX));
480 dprintf(("attempt to add data after end tag\n"));
488 dprintf(("can't add end tag %d > %d\n",
500 dprintf(("ca
[all...]
H A Din_dhcp.c79 #define dprintf(x) printf x; macro
81 #define dprintf(x) macro
367 dprintf(("dhcp: timeout\n"));
434 dprintf(("\ndhcp: received packet length %d\n", n));
436 dprintf(("dhcp: packet is too short %d < %d\n",
569 dprintf(("dhcp: waiting %d ticks\n", wait_ticks));
582 dprintf(("dhcp: failed to receive packets: %d\n", error));
623 dprintf(("\ndhcp: received packet length %d\n", n));
625 dprintf(("dhcp: packet is too short %d < %d\n",
692 dprintf(("dhc
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c176 #define dprintf(a) do { \ macro
908 dprintf(("%s malloc said no\n", err_prefix));
930 dprintf(("%s bad rule number\n", err_prefix));
1026 dprintf(("%s undefined flag bits set (flags=%x)\n",
1032 dprintf(("%s neither in nor out\n", err_prefix));
1040 dprintf(("%s empty interface name\n", err_prefix));
1048 dprintf(("%s outgoing interface check on incoming\n",
1054 dprintf(("%s src range set but n_src_p=%d\n",
1059 dprintf(("%s dst range set but n_dst_p=%d\n",
1064 dprintf(("
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c51 #define dprintf(x) printf x macro
53 #define dprintf(x) macro
128 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
215 dprintf(("kdp_readregs THREAD_STATE\n"));
221 dprintf(("kdp_readregs THREAD_FPSTATE\n"));
227 dprintf(("kdp_readregs bad flavor %d\n", flavor));
244 dprintf(("kdp_writeregs THREAD_STATE\n"));
249 dprintf(("kdp_writeregs THREAD_FPSTATE\n"));
253 dprintf(("kdp_writeregs bad flavor %d\n"));
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp.c51 #define dprintf(x) kprintf x macro
53 #define dprintf(x) macro
219 dprintf(("kdp_connect seq %x greeting %s\n", rq->hdr.seq, rq->greeting));
265 dprintf(("kdp_disconnect\n"));
350 dprintf(("kdp_suspend\n"));
377 dprintf(("kdp_resumecpus %x\n", rq->cpu_mask));
405 dprintf(("kdp_writemem addr %x size %d\n", rq->address, rq->nbytes));
445 dprintf(("kdp_readmem addr %x size %d\n", rq->address, n));
489 dprintf(("kdp_maxbytes\n"));
516 dprintf(("kdp_versio
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c46 #define dprintf(x) kprintf x macro
48 #define dprintf(x) macro
127 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
249 dprintf(("kdp_readregs THREAD_STATE\n"));
255 dprintf(("kdp_readregs THREAD_STATE\n"));
261 dprintf(("kdp_readregs THREAD_FPSTATE\n"));
267 dprintf(("kdp_readregs bad flavor %d\n"));
381 dprintf(("kdp_writeregs THREAD_STATE\n"));
390 dprintf(("kdp_writeregs THREAD_STATE64\n"));
398 dprintf(("kdp_writereg
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddefault_pager.c263 dprintf(("Bad argument (%s) - ignored\n", av));
404 dprintf(("netname_check_in returned 0x%x\n", kr));
H A Ddefault_pager_internal.h110 #define dprintf(args) \ macro
118 #define dprintf(args) \ macro
147 dprintf(args); \
H A Ddp_backing_store.c271 dprintf(("*** OUT OF MEMORY ***\n"));
1519 dprintf(("no space in available paging segments\n"));
2099 dprintf(("write failed error = 0x%x\n", error));
2307 dprintf(("read only %d bytes out of %d\n",
2414 dprintf(("%s0x%x, addr=0x%x,"
2441 dprintf(("%s0x%x, addr=0x%x,size=0x%x,offset=0x%x\n",
2455 dprintf(("wrote only %d bytes out of %d\n",
H A Ddp_memory_object.c314 dprintf(("vs_object_create: unable to allocate %s\n",

Completed in 57 milliseconds