Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c288 struct stat stbd, stbr; in check_sanity() local
297 if (stat(filename, &stbd) < 0) { in check_sanity()
304 if ((stbd.st_mode & S_IFMT) == S_IFBLK) in check_sanity()
306 else if ((stbd.st_mode & S_IFMT) == S_IFCHR) in check_sanity()
330 if (stbr.st_rdev == stbd.st_rdev) in check_sanity()
339 if (stbr.st_rdev == stbd.st_rdev) in check_sanity()
349 if (is_root == 0 && is_usr == 0 && ustat(stbd.st_rdev, &usb) == 0) { in check_sanity()
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c687 struct stat64 stbd, stbr; in check_sanity() local
702 if (stat64(filename, &stbd) < 0) { in check_sanity()
708 if (S_ISBLK(stbd.st_mode)) { in check_sanity()
710 } else if (S_ISCHR(stbd.st_mode)) { in check_sanity()
712 } else if (S_ISREG(stbd.st_mode)) { in check_sanity()
732 if (stbr.st_rdev == stbd.st_rdev) { in check_sanity()
747 if (!is_magic && (ustat(stbd.st_rdev, &usb) == 0)) { in check_sanity()