Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/shell/
H A Dfs_include.sh290 fsopts="$2"
296 [ "$fsopts" = "-" ] && return 0
297 hasopts $fsopts $mntopts && return 0
332 [ "$4" = "-" ] && fsopts=""
333 [ "$4" != "-" ] && fsopts="-o $4"
335 cmd="/sbin/mount $opts $type $fsopts $special $path"