Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/i386/etc/
H A Dcaplib.ksh76 REMOUNT=${REMOUNT_DIR}/remount_hwcap.${FLASH_PID}
94 if [ -f $REMOUNT ]; then
95 /bin/rm -f $REMOUNT
100 cat > $REMOUNT << EOF
103 /bin/rm -f $REMOUNT
109 echo "$0: ERROR: could not create $REMOUNT, exiting..."
126 /bin/sh $REMOUNT; /bin/rm -f $REMOUNT; exit 1; }
134 echo "$MOUNT $MOUNTOPTS $MOUNTLIB $MOUNTPOINT" >> $REMOUNT
142 echo "/bin/rm -f $REMOUNT" >> $REMOUNT
143 echo "exit 0" >> $REMOUNT
[all …]
/titanic_41/usr/src/cmd/rmvolmgr/
H A Dvold.c333 action = REMOUNT; in vold_rmmount()
359 if ((aap->aa_action == INSERT) || (aap->aa_action == REMOUNT)) { in vold_postprocess()
459 if ((aap->aa_action == INSERT) || (aap->aa_action == REMOUNT)) { in vold_update_mountpoints()
571 } else if (action == REMOUNT) { in vold_action()
575 notify_act = REMOUNT; in vold_action()
H A Dvold.h40 REMOUNT, enumerator
H A Drmm_common.c823 case REMOUNT: in rmm_action_one()
852 case REMOUNT: in rmm_action_one()
/titanic_41/usr/src/cmd/volrmmount/
H A Dvolrmmount.c86 action = REMOUNT; in main()