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

/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Dpreen.c309 struct stat stslash, stblock, stchar; local
314 if (stat("/", &stslash) < 0) {
327 if (stslash.st_dev == stblock.st_rdev)
/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.c810 struct stat stslash; local
834 if (stat("/", &stslash) < 0) {
915 if (stslash.st_dev == stblock.st_rdev) {
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dutilities.c163 struct stat stslash, stblock, stchar; local
168 if (stat("/", &stslash) < 0) {
181 if (stslash.st_dev == stblock.st_rdev)

Completed in 178 milliseconds