Home
last modified time | relevance | path

Searched refs:hotroot (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sbin/fsck_ffs/
H A Dmain.c420 if (hotroot()) in checkfilesys()
539 if (!hotroot()) { in checkfilesys()
573 if (hotroot()) { in checkfilesys()
/netbsd-src/sbin/fsck_lfs/
H A Dmain.c230 if (hotroot()) in checkfilesys()
329 if (hotroot()) { in checkfilesys()
/netbsd-src/sbin/fsck_ext2fs/
H A Dmain.c261 if (hotroot()) in checkfilesys()
357 if (hotroot()) { in checkfilesys()
/netbsd-src/sbin/fsck/
H A Dfsutil.h39 int hotroot(void);
H A Dfsutil.c93 hotroot(void) in hotroot() function