Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/initpkg/
H A Dmountall.sh37 echo "Usage:\nmountall [-F FSType] [-l|-r|-g] [file_system_table]" 1>&2
47 FSType=
163 F) FSType="$OPTARG";
166 echo "mountall: more than one FSType specified"
171 case $FSType in
173 echo "mountall: FSType $FSType exceeds 8 characters"
221 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then
222 # remote FSType not allowed
223 isremote "$FSType"
[all...]
H A Dumountall.sh34 echo "Usage:\n\tumountall [-k] [-s] [-F FSType] [-l|-r] [-Z] [-n]" 1>&2
74 FSType=
122 FSType=$OPTARG
124 case $FSType in
126 usage "FSType ${FSType} exceeds 8 characters"
175 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then # 6
176 # remote FSType not allowed
177 isremote "$FSType" &&
178 usage "option -l and FSType
[all...]
/titanic_52/usr/src/cmd/fs.d/
H A Ddf.xcl129 msgid "[-F FSType] [-V] special inumber ..."
130 msgid "[-F FSType] [-V] [-m] [-o specific_options] special [operands]"
131 msgid "[-F FSType] [-V] [-o specific_options] inputfs outputfs"
132 msgid "[-F FSType] [-V] [-o specific_options] special"
133 msgid "[-F FSType] [-V] [-o specific_options] special [operands]"
H A Ddf.c197 static char *FSType; variable
345 "Usage: %s [-F FSType] [-abeghklmntPVvZ]" in usage()
346 " [-o FSType-specific_options]" in usage()
580 "more than one FSType specified"); in parse_options()
582 FSType = optarg; in parse_options()
879 if (F_option && ! EQ(FSType, fstype)) in run_fs_specific_df()
938 "operation not applicable for FSType %s", in run_fs_specific_df()
1010 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) { in prune_list()
1702 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()
1708 return (F_option ? FSType in find_fstype()
[all...]