Searched refs:MOUNT (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libc/i386/etc/ |
H A D | caplib.ksh | 48 MOUNT=/usr/sbin/mount 52 CMD_LIST="$CHMOD $ELFDUMP $MOUNT $UMOUNT $EGREP $SED" 68 LIBS=`$MOUNT | $EGREP "^/lib|^/usr/lib" | \ 134 echo "$MOUNT $MOUNTOPTS $MOUNTLIB $MOUNTPOINT" >> $REMOUNT
|
/illumos-gate/usr/src/cmd/stmsboot/ |
H A D | mpxio-upgrade | 53 MOUNT=/sbin/mount 103 $MOUNT -o remount,rw $new_special / >/dev/msglog 2>&1 114 RVAL=`$MOUNT -m -F $fstype -o $mntopts $new_special \ 127 $MOUNT -o remount,rw $new_special / \ 132 $MOUNT -m -F $fstype -o $mntopts \ 204 $MOUNT -m -F $fstype -o $mntopts $new_special /usr \
|
H A D | stmsboot.sh | 50 MOUNT=/usr/sbin/mount 173 rootdisk=`$MOUNT | $GREP "/ on " | cut -f 3 -d " "` 553 if $MOUNT -v | $EGREP -s " on / type nfs "; then
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | Makefile | 30 MOUNT= mount macro 35 LIBPROG= $(AUTO) $(MOUNT) $(DFSHARES) $(SHARE) $(UNSHARE) 86 $(MOUNT):= LDLIBS += -lscf 125 $(MOUNT): $(MOUNTOBJS)
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-mount.c | 62 #define MOUNT "/sbin/mount" macro 66 #define MOUNT "/sbin/mount" macro 70 #define MOUNT "/bin/mount" macro 873 args[na++] = MOUNT; 989 printf ("Cannot execute %s\n", MOUNT); 992 unknown_error ("Cannot spawn " MOUNT); 999 printf ("%s error %d, stdout='%s', stderr='%s'\n", MOUNT, exit_status, sout, serr);
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgmount.c | 130 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-r", "-F", in pkgmount() 133 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-F", in pkgmount()
|
H A D | pkglibmsgs.h | 149 #define MOUNT "/sbin/mount" macro
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 92 MINDEPTH, MMIN, MOUNT, MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, enumerator 144 "-mount", MOUNT, Unary, 169 "-xdev", MOUNT, Unary, 537 case MOUNT: in compile() 1130 case MOUNT: in execute()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 83 #define MOUNT "/sbin/mount" macro 464 arg[0] = MOUNT; in mount_client()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 190 _FSEMOPDEF(MOUNT, mount), 207 _FSEMGUARD(MOUNT, mount),
|