Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c50 static int bufchk(char *, int64_t, fsck_ino_t);
142 bufchk(aclbuf, (int64_t)aclp->i_isize, aclp->i_number)) { in pass3b()
280 bufchk(char *buf, int64_t len, fsck_ino_t inum) in bufchk() function