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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsched_tests.c21 #define dprintf(...) printf(__VA_ARGS__) macro
23 #define dprintf(...) do { } while(0) macro
71 dprintf("thread %d (pthread %p) started\n", ctx->currentThread, pthread_self());
83 dprintf("thread %d going realtime\n", ctx->currentThread);
97 dprintf("thread %d blocking on common semaphore\n", ctx->currentThread);
107 dprintf("thread %d woke up at %llu\n", ctx->currentThread, ctx->wakeup_time);
213 dprintf("All threads joined\n");
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c53 #define dprintf(x) printf x macro
55 #define dprintf(x) macro
128 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
196 dprintf(("kdp_readregs THREAD_STATE\n"));
202 dprintf(("kdp_readregs THREAD_FPSTATE\n"));
208 dprintf(("kdp_readregs bad flavor %d, probably not implented yet\n", flavor));
225 dprintf(("kdp_writeregs THREAD_STATE\n"));
230 dprintf(("kdp_writeregs THREAD_FPSTATE\n"));
234 dprintf(("kdp_writeregs bad flavor %d, not done?\n"));
/darwin-on-arm/xnu/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));
381 dprintf(("dhcp_options: packet is too short: %d < %d\n",
386 dprintf(("dhcp_options: missing magic number\n"));
476 dprintf(("tag %d option %d > %d\n", tag, len, DHCP_OPTION_SIZE_MAX));
481 dprintf(("attempt to add data after end tag\n"));
489 dprintf(("can't add end tag %d > %d\n",
501 dprintf(("ca
[all...]
H A Din_dhcp.c79 #define dprintf(x) printf x; macro
81 #define dprintf(x) macro
349 dprintf(("dhcp: timeout\n"));
416 dprintf(("\ndhcp: received packet length %d\n", n));
418 dprintf(("dhcp: packet is too short %d < %d\n",
551 dprintf(("dhcp: waiting %d ticks\n", wait_ticks));
564 dprintf(("dhcp: failed to receive packets: %d\n", error));
605 dprintf(("\ndhcp: received packet length %d\n", n));
607 dprintf(("dhcp: packet is too short %d < %d\n",
674 dprintf(("dhc
[all...]
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c58 #define dprintf(x) kprintf x macro
60 #define dprintf(x) macro
238 dprintf(("kdp_connect seq %x greeting %s\n", rq->hdr.seq, rq->greeting));
292 dprintf(("kdp_disconnect\n"));
350 dprintf(("kdp_hostinfo\n"));
381 dprintf(("kdp_kernelversion\n"));
409 dprintf(("kdp_suspend\n"));
436 dprintf(("kdp_resumecpus %x\n", rq->cpu_mask));
464 dprintf(("kdp_writemem addr %x size %d\n", rq->address, rq->nbytes));
497 dprintf(("kdp_writemem6
[all...]
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c52 #define dprintf(x) printf x macro
54 #define dprintf(x) macro
127 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
214 dprintf(("kdp_readregs THREAD_STATE\n"));
220 dprintf(("kdp_readregs THREAD_FPSTATE\n"));
226 dprintf(("kdp_readregs bad flavor %d\n", flavor));
243 dprintf(("kdp_writeregs THREAD_STATE\n"));
248 dprintf(("kdp_writeregs THREAD_FPSTATE\n"));
252 dprintf(("kdp_writeregs bad flavor %d\n"));
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c176 #define dprintf(a) do { \ macro
912 dprintf(("%s malloc said no\n", err_prefix));
934 dprintf(("%s bad rule number\n", err_prefix));
1031 dprintf(("%s undefined flag bits set (flags=%x)\n",
1037 dprintf(("%s neither in nor out\n", err_prefix));
1045 dprintf(("%s empty interface name\n", err_prefix));
1053 dprintf(("%s outgoing interface check on incoming\n",
1059 dprintf(("%s src range set but n_src_p=%d\n",
1064 dprintf(("%s dst range set but n_dst_p=%d\n",
1069 dprintf(("
[all...]
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c52 #define dprintf(x) printf x macro
54 #define dprintf(x) macro
127 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
218 dprintf(("kdp_readregs THREAD_STATE64\n"));
224 dprintf(("kdp_readregs THREAD_FPSTATE64\n"));
230 dprintf(("kdp_readregs bad flavor %d\n", flavor));
247 dprintf(("kdp_writeregs THREAD_STATE64\n"));
252 dprintf(("kdp_writeregs THREAD_FPSTATE64\n"));
256 dprintf(("kdp_writeregs bad flavor %d\n", flavor));
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager.c265 dprintf(("Bad argument (%s) - ignored\n", av));
412 dprintf(("netname_check_in returned 0x%x\n", kr));
H A Ddp_backing_store.c300 dprintf(("*** OUT OF MEMORY ***\n"));
1458 dprintf(("Emergency swap segment:dp_pages_free before zeroing out: %d\n",dp_pages_free));
1466 dprintf(("ps_select_segment - send HI_WAT_ALERT\n"));
1480 dprintf(("No paging segments:dp_pages_free before zeroing out: %d\n",dp_pages_free));
1548 dprintf(("ps_select_segment - send HI_WAT_ALERT\n"));
1577 dprintf(("%d Paging Segments: dp_pages_free before zeroing out: %d\n",paging_segment_count,dp_pages_free));
1642 dprintf(("ps_allocate_cluster - send HI_WAT_ALERT\n"));
1705 dprintf(("Switching ON Emergency paging segment\n"));
1726 dprintf(("System is out of paging space.\n"));
1740 dprintf(("ps_allocate_cluste
[all...]
H A Ddefault_pager_internal.h104 #define dprintf(args) \ macro
132 dprintf(args); \
H A Ddp_memory_object.c314 dprintf(("vs_object_create: unable to allocate %s\n",

Completed in 105 milliseconds