Searched refs:kobj_printf (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/common/fs/ |
| H A D | hsfs.c | 149 kobj_printf("opendir: inode = %ld\n", inode); in opendir() 189 kobj_printf("find: %s\n", path); in find() 231 kobj_printf("dlook: %s\n", s); in dlook() 285 kobj_printf("readdir: start\n"); in readdir() 300 kobj_printf( in readdir() 323 kobj_printf("getblock: start\n"); in getblock() 343 kobj_printf("getblock: end\n"); in getblock() 356 kobj_printf("bhsfs_read %d, count 0x%lx\n", fd, count); in bhsfs_read() 392 kobj_printf("bhsfs_read: read 0x%x\n", (int)(buf - n)); in bhsfs_read() 405 kobj_printf("mounting ramdisk as hsfs\n"); in bhsfs_mountroot() [all …]
|
| H A D | decompress.c | 124 kobj_printf("file %s is compressed\n", filep->fi_path); in cf_check_compressed() 152 kobj_printf("inflateInit2() failed\n"); in cf_check_compressed() 169 kobj_printf("cf_close: %s\n", filep->fi_path); in cf_close() 185 kobj_printf("cf_rewind: %s\n", filep->fi_path); in cf_rewind() 213 kobj_printf("cf_read: %s %lx bytes\n", filep->fi_path, count); in cf_read() 217 kobj_printf(" reading at offset %lx\n", zsp->total_out); in cf_read() 240 kobj_printf("attempting inflate of %x bytes to " in cf_read() 247 kobj_printf("inflated %x bytes, errcode=%d\n", in cf_read() 258 kobj_printf("cf_read: returned %lx bytes\n", in cf_read() 274 kobj_printf("cf_seek: %s to %lx\n", filep->fi_path, addr); in cf_seek()
|
| H A D | ufsops.c | 146 kobj_printf("null path\n"); in find() 151 kobj_printf("openi: %s\n", path); in find() 286 kobj_printf("dlook: %s\n", path); in dlook() 305 kobj_printf("%s\n", dp->d_name); in dlook() 330 kobj_printf("readdir: off = 0x%x\n", off); in readdir() 351 kobj_printf("readdir: name = %s\n", dp->d_name); in readdir() 370 kobj_printf("getblock: buf 0x%p, count 0x%x\n", in getblock() 380 kobj_printf("Short read\n"); in getblock() 437 kobj_printf("getblock_noopt: start\n"); in getblock_noopt() 446 kobj_printf("Short read\n"); in getblock_noopt() [all …]
|
| H A D | pcfs.c | 61 #define printf kobj_printf 62 #define dprintf if (bootrd_debug) kobj_printf 65 extern void kobj_printf(char *, ...);
|
| H A D | bootrd_cpio.c | 412 kobj_printf("closeall invoked close(%d) failed\n", in bcpio_closeall() 460 kobj_printf("lseek(): invalid whence value %d\n", in bcpio_lseek()
|
| /illumos-gate/usr/src/uts/common/krtld/ |
| H A D | bootrd.c | 149 kobj_printf("diskread: start = 0x%p, size = 0x%x\n", in diskread() 151 kobj_printf("reading beyond end of ramdisk\n"); in diskread() 174 kobj_printf("failed to get ramdisk from boot\n"); in kobj_boot_mountroot() 178 kobj_printf("ramdisk range: 0x%llx-%llx\n", rd_start, rd_end); in kobj_boot_mountroot() 190 kobj_printf("failed to mount ramdisk from boot\n"); in kobj_boot_mountroot() 199 kobj_printf("boot scratch memory used: 0x%lx\n", in kobj_boot_unmountroot() 240 kobj_printf(char *fmt, ...) in kobj_printf() function
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | kobj.h | 220 extern void kobj_printf(char *, ...) __KPRINTFLIKE(1);
|