Home
last modified time | relevance | path

Searched refs:readsb (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sbin/fsck_ffs/
HDmain.c271 if (openfilesys(filesys) == 0 || readsb() == 0) in checkfilesys()
720 if (readsb() == 0) { in setup_bkgrdchk()
HDfsck.h522 int readsb(void);
HDsetup.c408 readsb(void) in readsb() function
/freebsd-14-stable/sbin/fsdb/
HDfsdb.c126 if (openfilesys(fsys) == 0 || readsb() == 0 || setup(fsys) == 0) in main()