Home
last modified time | relevance | path

Searched refs:kprintf (Results 26 – 36 of 36) sorted by relevance

12

/sys/kern/
Dbufcache.c141 kprintf("BufCache: No space left!\n"); in BufCacheAlloc()
287 kprintf("Hits: %lld\n", cacheHit); in Debug_BufCache()
288 kprintf("Misses: %lld\n", cacheMiss); in Debug_BufCache()
289 kprintf("Allocations: %lld\n", cacheAlloc); in Debug_BufCache()
Dslab.c76 kprintf("Slab: Cannot grow XMem region!\n"); in SlabExtend()
152 kprintf("%-36s %-10s %-10s %-10s\n", "Slab Name", "Alloc", "Free", "Total"); in Debug_Slabs()
154 kprintf("%-36s %-10lld %-10lld %-10lld\n", slab->name, in Debug_Slabs()
Dktime.c220 kprintf("%s %s %d %02d:%02d:%02d %04d\n", in Debug_Date()
224 kprintf("Epoch: %lu\n", epoch); in Debug_Date()
232 kprintf("Ticks Per Second: %lu\n", ticksPerSecond); in Debug_Ticks()
Dnic.c51 kprintf("nic%lld: %02x:%02x:%02x:%02x:%02x:%02x\n", n->nicNo, in Debug_NICs()
/sys/dev/x86/
Drtc.c28 kprintf("RTC: Measuring CPU clock...\n"); in RTC_Init()
48 kprintf("RTC: %lld Ticks Per Second: %lld\n", second, stopTSC - startTSC); in RTC_Init()
Dsercons.c70 kprintf("Serial interrupt!\n"); in Serial_Interrupt()
Dps2.c295 kprintf("PS2: Controller test failed\n"); in PS2_Init()
Dide.c96 kprintf("IDE: No controller detected\n"); in IDE_Init()
/sys/amd64/
Dtime.c21 kprintf("RDTSC: %lld\n", Time_GetTSC()); in Debug_ReadTSC()
Dcritical.c56 kprintf("CPU%d: %u\n", c, lockLevel[c]); in Debug_Critical()
/sys/fs/o2fs/
Do2fs.c665 kprintf("Unexpected error reading directory: %d\n", status); in O2FS_ReadDir()

12