Searched refs:checksb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c94 static int checksb(int);
133 * checksb() here, because there may be outstanding
548 if (!read_super_block(1) || !checksb(1)) {
578 if (read_super_block(0) && checksb(0)) {
971 * the primary superblock and one of its backups in checksb().
1057 checksb(int listerr) function

Completed in 59 milliseconds