Searched refs:MOUNT (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/etc/
H A Dcaplib.ksh48 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 Dmpxio-upgrade53 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 \
207 $MOUNT -m -F $fstype -o $mntopts $new_special /usr \
H A Dstmsboot.sh50 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/lib/libpkg/common/
H A Dpkgmount.c130 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-r", "-F",
133 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-F",
H A Dpkglibmsgs.h265 #define MOUNT "/sbin/mount" macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A DMakefile29 MOUNT= mount macro
34 LIBPROG= $(AUTO) $(MOUNT) $(DFSHARES) $(SHARE) $(UNSHARE)
87 $(MOUNT):= LDLIBS += -lscf
121 $(MOUNT): $(MOUNTOBJS)
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c62 #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/cmd/svr4pkg/libinst/
H A Dmntinfo.c83 #define MOUNT "/sbin/mount" macro
464 arg[0] = MOUNT;
/illumos-gate/usr/src/cmd/find/
H A Dfind.c88 IREGEX, LINKS, LOCAL, LPAREN, LS, MAXDEPTH, MINDEPTH, MMIN, MOUNT, enumerator in enum:Command
138 "-mount", MOUNT, Unary,
160 "-xdev", MOUNT, Unary,
528 case MOUNT:
1005 case MOUNT:
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c190 _FSEMOPDEF(MOUNT, mount),
206 _FSEMGUARD(MOUNT, mount),

Completed in 106 milliseconds