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

1234

/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp57 #define LOG kprintf
3726 kprintf("**mismatch** %p %p\n%s\n%s\n%s\n", OBFUSCATE(current),
4895 kprintf("parent match 0x%llx, %d,\n%s\n", getRegistryEntryID(), match, s->text());
H A DIOPMrootDomain.cpp79 do { kprintf(LOG_PREFIX x); IOLog(x); } while (false)
82 do { kprintf(LOG_PREFIX x); } while (false)
86 kprintf(LOG_PREFIX x); \
H A DIOHibernateIO.cpp2118 kprintf("epic hibernate fail! %d\n", err);
2513 // kprintf("[%d](%x : %x)\n", pageType, ppnum, count);
H A DIOMemoryDescriptor.cpp116 #define DEBG(fmt, args...) { kprintf(fmt, ## args); }
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c60 #define dprintf(x) kprintf x
/xnu-2422.115.4/osfmk/kern/
H A Dthread.c1069 kprintf("kernel_thread_create: thread = %p continuation = %p\n", thread, continuation);
/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c793 //kprintf("pmap_steal_memory: %08lX - %08lX; size=%08lX\n", (long)addr, (long)virtual_space_start, (long)size); /* (TEST/DEBUG) */
878 kprintf("Filling vm_pages with pattern: 0x%x\n", fillval);
922 if(((j - 1) & 0xFFFF) == 0) kprintf("checking number %d of %d\n", j, vm_page_free_count);
H A Dvm_map.c1468 kprintf("vm_map_pmap_is_empty(%p,0x%llx,0x%llx): "
/xnu-2422.115.4/bsd/kern/
H A Dkdebug.c404 kprintf("%s is sending trace events that have gone backwards in time. Run the following command: \"symbols -2 -lookup 0x%p\" and file a radar against the matching kext.\n", list->callback.iop_name, (void*)list->callback.func);
H A Dkern_exec.c4320 kprintf("exec_prefault: 0x%016llx 0x%08x 0x%016llx 0x%016llx 0x%016llx 0x%016llx\n",
H A Dsys_generic.c183 kprintf("Temporary debugging for 13841988 enabled\n");
H A Duipc_mbuf.c5607 kprintf("<%x: %x, %x, %x\n", m, m->m_flags, m->m_len,
5646 kprintf(">%x: %x, %x, %x\n", n, n->m_flags, n->m_len,
/xnu-2422.115.4/bsd/net/
H A Ddlil.c133 #define DLIL_PRINTF kprintf
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c965 kprintf("-rwroot_hack in effect: mounting root fs read/write\n");

Completed in 281 milliseconds

1234