/src/sbin/fsck_ext2fs/ |
setup.c | 90 void badsb(int, const char *); 315 badsb(listerr, "MAGIC NUMBER WRONG"); 319 badsb(listerr, "BAD LOG_BSIZE"); 327 badsb(listerr, "BAD INODE_SIZE"); 422 badsb(listerr, "INCOMPATIBLE FEATURE BITS IN SUPER BLOCK"); 443 badsb(listerr, 485 badsb(int listerr, const char *s) function in typeref:typename:void
|
setup.c | 90 void badsb(int, const char *); 315 badsb(listerr, "MAGIC NUMBER WRONG"); 319 badsb(listerr, "BAD LOG_BSIZE"); 327 badsb(listerr, "BAD INODE_SIZE"); 422 badsb(listerr, "INCOMPATIBLE FEATURE BITS IN SUPER BLOCK"); 443 badsb(listerr, 485 badsb(int listerr, const char *s) function in typeref:typename:void
|
/src/sbin/fsck_ffs/ |
setup.c | 70 static void badsb(int, const char *); 796 badsb(listerr, "MAGIC NUMBER WRONG"); 810 badsb(listerr, "CAN'T FIND SUPERBLOCK"); 852 { badsb(listerr, "SIZE PREPOSTEROUSLY LARGE"); return (0); } 901 badsb(listerr, 1064 badsb(int listerr, const char *s) function in typeref:typename:void
|
setup.c | 70 static void badsb(int, const char *); 796 badsb(listerr, "MAGIC NUMBER WRONG"); 810 badsb(listerr, "CAN'T FIND SUPERBLOCK"); 852 { badsb(listerr, "SIZE PREPOSTEROUSLY LARGE"); return (0); } 901 badsb(listerr, 1064 badsb(int listerr, const char *s) function in typeref:typename:void
|