Searched refs:Log (Results 1 – 5 of 5) sorted by relevance
| /sys/dev/x86/ |
| D | ide.c | 154 Log(ide, "Controller not ready!\n"); in IDE_Reset() 199 Log(ide, "Error selecting drive %d\n", drive); in IDE_Identify() 212 Log(ide, "Drive %d not present\n", drive); in IDE_Identify() 224 Log(ide, "Error trying to identify drive %d\n", drive); in IDE_Identify() 242 Log(ide, "Drive %d Model: %s Serial: %s\n", drive, model, serial); in IDE_Identify() 243 Log(ide, "Drive %d %llu Sectors (%llu MBs)\n", in IDE_Identify() 366 Log(ide, "Error selecting drive %d\n", drive->drive); in IDE_ReadOne() 391 Log(ide, "Error trying read from drive %d\n", drive->drive); in IDE_ReadOne() 404 Log(ide, "Error reading from drive %d\n", drive->drive); in IDE_ReadOne() 440 Log(ide, "Error selecting drive %d\n", drive->drive); in IDE_WriteOne() [all …]
|
| /sys/kern/ |
| D | loader.c | 142 Log(loader, "Not a valid executable!\n"); in Loader_Load() 146 Log(loader, "%8s %16s %8s %8s\n", "Offset", "VAddr", "FileSize", "MemSize"); in Loader_Load() 153 Log(loader, "%08llx %016llx %08llx %08llx\n", phdr[i].p_offset, in Loader_Load() 160 Log(loader, "AllocMap %016llx %08llx\n", va, memsz); in Loader_Load() 222 Log(loader, "Jumping to userspace\n"); in Loader_LoadInit()
|
| D | vfs.c | 108 Log(vfs, "%s %lx\n", path, curNode); in VFS_Lookup()
|
| D | syscall.c | 83 Log(syscall, "Spawn(%s)\n", path); in Syscall_Spawn() 140 Log(syscall, "SPAWN %lx\n", thr); in Syscall_Spawn()
|
| /sys/include/ |
| D | kassert.h | 32 #define Log(_module, _format, ...) \ macro
|