Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/initpkg/
H A Dmountall.sh46 FSType=
162 F) FSType="$OPTARG";
170 case $FSType in
172 echo "mountall: FSType $FSType exceeds 8 characters"
220 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then
222 isremote "$FSType" &&
226 if [ "$RFLAG" = "r" -a -n "$FSType" ]; then
228 isremote "$FSType" ||
262 if [ "$FSType" -a "$FSType" != "$fstype" ]; then
407 if [ -n "$FSType" ]; then
[all …]
H A Dumountall.sh74 FSType=
122 FSType=$OPTARG
124 case $FSType in
126 usage "FSType ${FSType} exceeds 8 characters"
175 if [ "$LFLAG" = "l" -a -n "$FSType" ]; then # 6
177 isremote "$FSType" &&
178 usage "option -l and FSType ${FSType} are incompatible"
181 if [ "$RFLAG" = "r" -a -n "$FSType" ]; then # 7
183 isremote "$FSType" ||
184 usage "option -r and FSType ${FSType} are incompatible"
[all …]
/titanic_41/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.c191 static char *FSType; variable
577 FSType = optarg; in parse_options()
875 if (F_option && ! EQ(FSType, fstype)) in run_fs_specific_df()
1007 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) { in prune_list()
1763 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()
1769 return (F_option ? FSType : default_fstype(special)); in find_fstype()
2034 if (F_option && ! EQ(fstype, FSType)) { in do_df()