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

/illumos-gate/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...]
/illumos-gate/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.c191 static char *FSType; variable
340 "Usage: %s [-F FSType] [-abeghklmntPVvZ]"
341 " [-o FSType-specific_options]"
575 "more than one FSType specified");
577 FSType = optarg;
875 if (F_option && ! EQ(FSType, fstype))
934 "operation not applicable for FSType %s",
1007 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) {
1763 if (F_option && ! EQ(FSType, vtab.vfs_fstype))
1769 return (F_option ? FSType
[all...]

Completed in 212 milliseconds