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

/opensolaris-onvv-gate/usr/src/cmd/initpkg/
H A Dmountall.sh110 USAGE="Usage:\nmountall [-F FSType] [-l|-r|-g] [file_system_table]"
125 F) FSType="$OPTARG";
128 echo "mountall: more than one FSType specified"
133 case $FSType in
135 echo "mountall: FSType $FSType exceeds 8 characters"
187 if [ \( "$FSType" = "cachefs" -o "$FSType" = "nfs" \) -a "$LFLAG" = "l" ]
189 echo "mountall: option -l and FSType are incompatible" 1>&2
193 if [ "$FSType"
[all...]
H A Dumountall.sh34 echo "Usage:\n\tumountall [-k] [-s] [-F FSType] [-l|-r] [-Z] [-n]" 1>&2
74 FSType=
105 FSType=$OPTARG
107 case $FSType in
109 usage "FSType ${FSType} exceeds 8 characters"
158 if [ "$FSType" = "nfs" -a "$LFLAG" = "l" ]; then # 6
159 usage "option -l and FSType nfs are incompatible"
162 if [ -n "$FFLAG" -a "$FSType" != "nfs" -a -n "$RFLAG" ]; then # 7
163 usage "option -r and FSType
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Ddf.xcl130 msgid "[-F FSType] [-V] special inumber ..."
131 msgid "[-F FSType] [-V] [-m] [-o specific_options] special [operands]"
132 msgid "[-F FSType] [-V] [-o specific_options] inputfs outputfs"
133 msgid "[-F FSType] [-V] [-o specific_options] special"
134 msgid "[-F FSType] [-V] [-o specific_options] special [operands]"
H A Ddf.c196 static char *FSType; variable
345 "Usage: %s [-F FSType] [-abeghklntPVZ] [-o FSType-specific_options]"
349 "Usage: %s [-F FSType] [-abeghklntVvZ] [-o FSType-specific_options]"
588 "more than one FSType specified");
590 FSType = optarg;
888 if (F_option && ! EQ(FSType, fstype))
947 "operation not applicable for FSType %s",
1020 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) {
[all...]

Completed in 97 milliseconds