Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/osfmk/kdp/
H A Dkdp.c58 #define dprintf(x) kprintf x macro
60 #define dprintf(x) macro
217 dprintf(("kdp_connect seq %x greeting %s\n", rq->hdr.seq, rq->greeting)); in kdp_connect()
274 dprintf(("kdp_disconnect\n")); in kdp_disconnect()
335 dprintf(("kdp_hostinfo\n")); in kdp_hostinfo()
367 dprintf(("kdp_kernelversion\n")); in kdp_kernelversion()
396 dprintf(("kdp_suspend\n")); in kdp_suspend()
424 dprintf(("kdp_resumecpus %x\n", rq->cpu_mask)); in kdp_resumecpus()
453 dprintf(("kdp_writemem addr %x size %d\n", rq->address, rq->nbytes)); in kdp_writemem()
456 dprintf((" cnt %lld error %d\n", cnt, rp->error)); in kdp_writemem()
[all …]
/xnu-8020.101.4/bsd/kern/
H A Dkern_sfi.c57 #define dprintf(...) printf(__VA_ARGS__) macro
59 #define dprintf(...) do { } while(0) macro
83 dprintf("%s failed privilege check for sfi_ctl: %d\n", p->p_comm, error); in sfi_ctl()
86 dprintf("%s succeeded privilege check for sfi_ctl\n", p->p_comm); in sfi_ctl()
124 dprintf("%s failed privilege check for sfi_ctl: %d\n", p->p_comm, error); in sfi_ctl()
127 dprintf("%s succeeded privilege check for sfi_ctl\n", p->p_comm); in sfi_ctl()
207 dprintf("%s failed privilege check for sfi_pidctl: %d\n", p->p_comm, error); in sfi_pidctl()
210 dprintf("%s succeeded privilege check for sfi_pidctl\n", p->p_comm); in sfi_pidctl()
H A Dproc_uuid_policy.c47 #define dprintf(...) printf(__VA_ARGS__) macro
49 #define dprintf(...) do { } while(0) macro
157 dprintf("Failed to insert proc uuid policy (%s,0x%08x), table full\n", uuidstr, flags); in proc_uuid_policy_insert()
159 dprintf("Inserted proc uuid policy (%s,0x%08x)\n", uuidstr, flags); in proc_uuid_policy_insert()
224 dprintf("Failed to remove proc uuid policy (%s), entry not present\n", uuidstr); in proc_uuid_policy_remove()
226 dprintf("Removed proc uuid policy (%s)\n", uuidstr); in proc_uuid_policy_remove()
286 dprintf("Looked up proc uuid policy (%s,0x%08x)\n", uuidstr, *flags); in proc_uuid_policy_lookup()
333 dprintf("Clearing proc uuid policy table\n"); in proc_uuid_policy_clear()
374 dprintf("%s failed privilege check for proc_uuid_policy: %d\n", p->p_comm, error); in proc_uuid_policy()
377 dprintf("%s succeeded privilege check for proc_uuid_policy\n", p->p_comm); in proc_uuid_policy()
/xnu-8020.101.4/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c49 #define dprintf(x) kprintf x macro
51 #define dprintf(x) do {} while (0) macro
123 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()
169 dprintf(("kdp_readregs THREAD_STATE\n")); in kdp_machine_read_regs()
175 dprintf(("kdp_readregs THREAD_STATE64\n")); in kdp_machine_read_regs()
182 dprintf(("kdp_readregs THREAD_FPSTATE\n")); in kdp_machine_read_regs()
188 dprintf(("kdp_readregs bad flavor %d\n")); in kdp_machine_read_regs()
225 dprintf(("kdp_writeregs THREAD_STATE\n")); in kdp_machine_write_regs()
230 dprintf(("kdp_writeregs THREAD_STATE64\n")); in kdp_machine_write_regs()
236 dprintf(("kdp_writeregs THREAD_FPSTATE\n")); in kdp_machine_write_regs()
[all …]
/xnu-8020.101.4/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c50 #define dprintf(x) printf x macro
52 #define dprintf(x) macro
117 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()
207 dprintf(("kdp_readregs THREAD_STATE64\n")); in kdp_machine_read_regs()
213 dprintf(("kdp_readregs THREAD_FPSTATE64\n")); in kdp_machine_read_regs()
219 dprintf(("kdp_readregs bad flavor %d\n", flavor)); in kdp_machine_read_regs()
235 dprintf(("kdp_writeregs THREAD_STATE64\n")); in kdp_machine_write_regs()
240 dprintf(("kdp_writeregs THREAD_FPSTATE64\n")); in kdp_machine_write_regs()
244 dprintf(("kdp_writeregs bad flavor %d\n", flavor)); in kdp_machine_write_regs()
/xnu-8020.101.4/bsd/netinet/
H A Ddhcp_options.c55 #define dprintf(x) printf x; macro
57 #define dprintf(x) macro
71 #define dprintf(x) printf x; macro
270 dprintf(("dhcp_options: parse failed near tag %d\n", tag)); in dhcpol_parse_buffer()
337 dprintf(("dhcp_options: packet is too short: %d < %d\n", in dhcpol_parse_packet()
342 dprintf(("dhcp_options: missing magic number\n")); in dhcpol_parse_packet()
/xnu-8020.101.4/tests/
H A Dexec-race-58566604.c48 int ret = dprintf(fd[1], "Hi!"); in thread_main()
76 ret = dprintf(fd[1], "Hi!"); in run_test()
/xnu-8020.101.4/osfmk/kern/
H A Dsfi.c60 #define dprintf(...) kprintf(__VA_ARGS__) macro
62 #define dprintf(...) do { } while(0) macro
266 dprintf("sfi_get_ledger_alias_for_class(0x%x) -> 0x%x\n", class_id, i); in sfi_get_ledger_alias_for_class()
272 dprintf("sfi_get_ledger_alias_for_class(0x%x) -> 0x%x\n", class_id, SFI_CLASS_UNSPECIFIED); in sfi_get_ledger_alias_for_class()
287 dprintf("sfi_ledger_entry_add(%p, 0x%x) -> %s\n", template, class_id, ledger_name); in sfi_ledger_entry_add()