Lines Matching refs:kobj_printf

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()
419 kobj_printf("failed to read superblock\n"); in bhsfs_mountroot()
430 kobj_printf("volume type does not match\n"); in bhsfs_mountroot()
445 kobj_printf("%d invalid logical block size\n", hsfsp->lbn_size); in bhsfs_mountroot()
478 kobj_printf("open %s\n", str); in bhsfs_open()
507 kobj_printf("open done\n"); in bhsfs_open()
517 kobj_printf("close %d\n", fd); in bhsfs_close()
522 kobj_printf("File descripter %d not allocated!\n", fd); in bhsfs_close()
535 kobj_printf("close done\n"); in bhsfs_close()
546 kobj_printf("Filesystem may be inconsistent.\n"); in bhsfs_closeall()
563 kobj_printf("lseek %d, off = %lx\n", fd, addr); in bhsfs_lseek()
579 kobj_printf("lseek(): invalid whence value %d\n", in bhsfs_lseek()
654 kobj_printf("parse_dir: offset = %d\n", offset); in parse_dir()
681 kobj_printf("pd(): file type=0x%x unknown.\n", c); in parse_dir()
742 kobj_printf("failed to read cont. area\n"); in parse_dir()
774 kobj_printf("parse_susp: len = %d\n", *len); in parse_susp()