Lines Matching full:disable
82 # the mpxio-disable property.
102 /mpxio-disable[ ]*=.*;$/{ w '$3'
105 /disable-sata-mpxio[ ]*=.*;$/{ w '$4'
115 /mpxio-disable[ ]*=/{ s/\n/ /g
181 # during the next reboot. If the cmd is "enable" or "disable", copy
206 if [ "$cmd" = "enable" -o "$cmd" = "disable" ]; then
266 # Disable Fast Reboot temporarily for the next reboot only.
279 $SVCADM disable -t $STMSINSTANCE
304 # Enable or disable mpxio as specified by the cmd.
307 # Args: $cmd = {enable | disable}
316 mpxiodisableno='mpxio-disable[ ]*=[ ]*"no"[ ]*;'
317 mpxiodisableyes='mpxio-disable[ ]*=[ ]*"yes"[ ]*;'
318 satadisableno='disable-sata-mpxio[ ]*=[ ]*"no"[ ]*;'
319 satadisableyes='disable-sata-mpxio[ ]*=[ ]*"yes"[ ]*;'
348 # enable/disable mpxio, notify the user
369 echo "mpxio-disable=\"${propval}\";" >> $TMPDRVCONF
371 echo "disable-sata-mpxio=\"${propval}\";" >> $TMPDRVCONF
480 d) setcmd disable;;
552 if [ "$cmd" = "enable" -o "$cmd" = "disable" -o "$cmd" = "update" ]; then
601 if [ "$cmd" = "enable" -o "$cmd" = "disable" ]; then
618 if [ "$cmd" = "disable" ]; then