Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c679 havesb = 1; in find_superblock()
931 havesb = 0; in setup()
1164 havesb = 1; in checksb()
1200 havesb = 1; in checksb()
H A Dfsck.h333 char havesb; /* superblock has been read */ variable
H A Dutilities.c412 if (havesb && sblk.b_bno != SBOFF / dev_bsize) { in ckfini()
900 if (havesb && fswritefd >= 0) { in verrexit()
946 if (havesb && fswritefd >= 0) { in vpfatal()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c92 havesb = 0; in setup()
592 havesb = 1; in readvolseq()
H A Dfsck.h180 char havesb; /* superblock has been read */ variable