Searched refs:kprintf (Results 26 - 50 of 89) sorted by relevance

1234

/xnu-2422.115.4/bsd/kern/
H A Dkern_symfile.c252 kprintf("vp va_rdev major %d minor %d\n", major(va.va_rdev), minor(va.va_rdev));
253 kprintf("vp va_fsid major %d minor %d\n", major(va.va_fsid), minor(va.va_fsid));
254 kprintf("vp size %qd alloc %qd\n", va.va_data_size, va.va_data_alloc);
461 kprintf("max io 0x%qx bytes\n", maxiocount);
477 kprintf("kern_open_file_for_direct_io(%d)\n", error);
517 kprintf("kern_close_file_for_direct_io\n");
554 kprintf("vnode_close(%d)\n", error);
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_kmsg.c219 kprintf(" body(%p-%p):\n %p: ", body, end, word);
223 kprintf("\n");
226 kprintf("%08x ", *word);
228 kprintf("\n %p: ", word);
283 kprintf("%s", name);
285 kprintf("type%d", type_name);
297 kprintf("%s kmsg=%p:\n", str, kmsg);
298 kprintf(" next=%p, prev=%p, size=%d",
302 kprintf("\n");
330 kprintf(" msgh_bit
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Drtclock_native.c185 kprintf("maxDec: %lld\n", rtc_decrementer_max);
H A Dcpuid.c46 kprintf(x); \
975 kprintf("%s: %s", header,
978 kprintf(" %s", cpuid_get_leaf7_feature_names(
980 kprintf("\n");
983 kprintf(" HTT: %d core%s per package;"
998 kprintf("%s: %s\n", header,
1008 kprintf("%s: %s\n", header, cpuid_cpu_infop->cpuid_brand_string);
H A Dcpu.c138 kprintf("cpu: cpu_start(%d) returning failure!\n", cpu);
H A Dmp.c87 #define DBG(x...) kprintf(x)
246 kprintf("TSC sync Margin 0x%x\n", TSC_sync_margin);
248 kprintf("TSC sync margin disabled\n");
407 kprintf("TSC sync for cpu %d: 0x%016llx delta 0x%llx (%lld)\n",
471 kprintf("Failed to start CPU %02d\n", slot_num);
477 kprintf("Started cpu %d (lapic id %08x)\n", slot_num, lapic);
783 * unless we have serial console printing (kprintf) enabled
1473 kprintf("\n\nRECURSIVE DEBUGGER ENTRY DETECTED\n\n");
H A Dbsd_i386.c257 kprintf("machdep_syscall(0x%08x) code=%d\n", regs, trapno);
425 kprintf("mach_call_munger(0x%08x) code=%d\n", regs, call_number);
H A Dcpu_topology.c115 kprintf("cpu_datap(%d):%p local apic id 0x%x "
H A Dhibernate_i386.c175 if (log) kprintf("hib bank[%d]: 0x%x000 end 0x%xfff\n",
H A Dmachine_check.c372 kprintf("mca_exception_panic() requires DEBUG build\n");
H A Dpal_routines.c51 #define DBG(x...) kprintf("PAL_DBG: " x)
H A Dphys.c253 kprintf("Remapping debugger physical window at %p to 0x%llx\n", (void *)debugger_window_kva, debug_pa);
/xnu-2422.115.4/iokit/Kernel/
H A DIOKitDebug.cpp63 #define DEBG(fmt, args...) { kprintf(fmt, ## args); }
/xnu-2422.115.4/bsd/net/
H A Dndrv.c137 kprintf("NDRV output: %x, %x, %x\n", m, so, np);
220 kprintf("NDRV attach: %x, %x, %x\n", so, proto, np);
232 kprintf("NDRV attach: %x, %x, %x\n", so, proto, np);
343 kprintf("NDRV bind: %x, %x, %s\n", so, np, dname);
540 kprintf("NDRV detach: %x, %x\n", so, np);
587 kprintf("NDRV disconnect: %x\n", np);
636 kprintf("Comparing %s, %s\n", buf, q);
/xnu-2422.115.4/osfmk/kern/
H A Ddebug.c256 kprintf("Panic initiated, string: ");
258 kprintf("%c", *tstr++);
259 kprintf("\n");
H A Dtelemetry.c122 kprintf("Telemetry: Allocation failed: %d\n", ret);
152 kprintf("Telemetry: Sampling %stasks once per %u second%s\n",
934 kprintf("Boot profile: Allocation failed: %d\n", ret);
938 kprintf("Boot profile: Sampling %s once per %u ms\n", bootprofile_all_procs ? "all procs" : bootprofile_proc_name, bootprofile_interval_ms);
H A Ddebug.h309 kprintf("[%s%s%p]" fmt, dks_name ? dks_name : "", \
315 #define DEBUG_KPRINT_SYSCALL_MASK(mask, fmt, args...) do { } while (0) /* kprintf(fmt, args) */
H A Dkpc_common.c270 kprintf("setting period %u\n", classes);
/xnu-2422.115.4/bsd/vm/
H A Ddp_backing_file.c80 void kprintf(const char *fmt, ...);
190 kprintf("backing_store_stop_compaction = TRUE\n");
196 kprintf("backing_store_stop_compaction = FALSE\n");
/xnu-2422.115.4/libkern/gen/
H A DOSDebug.cpp162 kprintf("bt[%.2d] = %p\n", i, btbuf[i]);
/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.h52 kprintf args; \
/xnu-2422.115.4/iokit/IOKit/
H A DIOLib.h304 void kprintf(const char *format, ...);
H A DIOHibernatePrivate.h458 { kprintf(fmt, ## args); printf(fmt, ## args); }
461 { kprintf(fmt, ## args); }
/xnu-2422.115.4/bsd/sys/
H A Dkauth.h753 void kprintf(const char *fmt, ...);
758 # define KAUTH_DEBUG(fmt, args...) do { kprintf("%s:%d: " fmt "\n", __PRETTY_FUNCTION__, __LINE__ , ##args); } while (0)
762 kprintf("%p '%s' %s:%d " fmt "\n", \
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap_pcid.c74 kprintf("PMAP: PCID feature disabled %u\n", pmap_pcid_disabled);

Completed in 88 milliseconds

1234