Searched refs:automnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/iscsid/
H A Discsi-initiator99 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
108 if [ "$automnt" != "iscsi" ]; then
176 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
182 if [ "$automnt" != "iscsi" ]; then
/illumos-gate/usr/src/cmd/svc/shell/
H A Dfs_include.sh36 # -> (special, fsckdev, mountp, fstype, fsckpass, automnt, mntopts)
47 # automnt automount flag (yes or no)
56 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
76 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
/illumos-gate/usr/src/cmd/initpkg/
H A Dmountall.sh240 # column 6: automnt- yes/no for automatic mount
251 while read special fsckdev mountp fstype fsckpass automnt mntopts
260 if [ "$automnt" != "yes" ]; then

Completed in 57 milliseconds