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

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dvopstat102 filesys="$1"
108 if [ -z "$filesys" ]; then
123 inline string FILESYS = "'$filesys'";
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/FS/
H A Dvopstat102 filesys="$1"
108 if [ -z "$filesys" ]; then
123 inline string FILESYS = "'$filesys'";
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dmain.c70 static int checkfilesys(char *filesys);
210 checkfilesys(char *filesys) argument
229 cdevname = filesys;
237 mntp = getmntpt(filesys);
239 filesys = mntp->f_mntfromname;
241 filesys = blockcheck(filesys);
250 if ((fsreadfd = open(filesys, O_RDONLY)) < 0 || readsb(0) == 0)
270 if ((fsreadfd = open(filesys, O_RDONLY)) < 0 || readsb(0) == 0)
275 // filesys);
[all...]
H A Dfsck.h465 void gjournal_check(const char *filesys);
466 int suj_check(const char *filesys);
H A Dgjournal.c396 gjournal_check(const char *filesys) argument
406 devnam = filesys;
H A Dsuj.c2661 suj_check(const char *filesys) argument
2670 opendisk(filesys);
2707 printf("** SU+J Recovering %s\n", filesys);
2750 closedisk(filesys);
/freebsd-9.3-release/gnu/usr.bin/texinfo/info/
H A DMakefile6 SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \
/freebsd-9.3-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh109 # Object filesys
111 ugidfw set 1 subject uid $uidrange object filesys / mode rasx
112 echo -n "object out of filesys: "
114 ugidfw set 1 subject uid $uidrange object filesys $playground mode rasx
115 echo -n "object in filesys: "

Completed in 83 milliseconds