| /onnv/onnv-gate/usr/src/lib/libc_psr/etc/ |
| caplib.ksh | 47 MOUNT=/usr/sbin/mount 51 CMD_LIST="$CHMOD $MOUNT $UMOUNT $EGREP $SED" 67 LIBS=`$MOUNT | $EGREP "^/platform.*hwcap" | \ 126 echo "$MOUNT $MOUNTOPTS $MOUNTLIB $MOUNTPOINT" >> $REMOUNT
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/etc/ |
| 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
|
| /onnv/onnv-gate/usr/src/cmd/stmsboot/ |
| mpxio-upgrade | 52 MOUNT=/sbin/mount 53 UMOUNT=/sbin/mount 82 # have to do some dancing - first mount the physical path 84 # devlink mapping, and then re-mount the root slice. Of course, 102 $MOUNT -o remount,rw $new_special / >/dev/msglog 2>&1 113 RVAL=`$MOUNT -m -F $fstype -o $mntopts $new_special \ 125 # mount root for real 126 $MOUNT -o remount,rw $new_special / \ 132 $MOUNT -m -F $fstype -o $mntopts [all...] |
| stmsboot.sh | 49 MOUNT=/usr/sbin/mount 174 rootdisk=`$MOUNT | $GREP "/ on " | cut -f 3 -d " "` 547 if $MOUNT -v | $EGREP -s " on / type (nfs|cachefs) "; then
|
| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| pkgmount.c | 41 #include <sys/mount.h> 130 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-r", "-F", 131 devp->fstyp, devp->bdevice, devp->mount, NULL); 133 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-F", 134 devp->fstyp, devp->bdevice, devp->mount, NULL); 137 progerr(pkg_gt("mount of %s failed"), devp->bdevice);
|
| pkglibmsgs.h | 261 /* package mount errors and msgs */ 264 #define MOUNT "/sbin/mount"
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/ |
| Makefile | 29 MOUNT= mount 34 LIBPROG= $(AUTO) $(MOUNT) $(DFSHARES) $(SHARE) $(UNSHARE) 68 MOUNTOBJS= mount.o $(FSLIB) $(REAL_COMMON) 86 $(MOUNT):= LDLIBS += -lnsl 96 MOUNTSRCS= mount.c $(FSLIBSRC) 111 $(MOUNT): $(MOUNTOBJS)
|
| /onnv/onnv-gate/usr/src/cmd/hal/tools/ |
| hal-storage-mount.c | 4 * hal-storage-mount.c : Mount wrapper 38 #include <sys/mount.h> 62 #define MOUNT "/sbin/mount" 66 #define MOUNT "/sbin/mount" 70 #define MOUNT "/bin/mount" 86 fprintf (stderr, "Device has %s volume.ignore set to TRUE. Refusing to mount.\n", device) [all...] |
| /onnv/onnv-gate/usr/src/common/mms/h/api/ |
| structs_api.h | 91 MOUNT,
|
| /onnv/onnv-gate/usr/src/cmd/find/ |
| find.c | 82 PRINT, DEPTH, LOCAL, MOUNT, ATIME, MTIME, CTIME, NEWER, 121 "-mount", MOUNT, Unary, 133 "-xdev", MOUNT, Unary, 483 case MOUNT: 912 case MOUNT: [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| mntinfo.c | 43 #include <sys/mount.h> 73 static int match_mount; /* This holds the mount of interest. */ 82 #define MOUNT "/sbin/mount" 114 * Utilities for getting filesystem information from the mount table. 117 * popen() on the "/etc/mount" command. However, we need to get more 119 * the mount table, which also happens to be much faster than running 143 * This determines if the source of the mount is from another host. If it's 263 * This scans the filesystems already mounted to see if this remote mount is 266 * corresponding to this mount in the static match_mount [all...] |
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWnvsata/ |
| postinstall | 58 MOUNT=/usr/sbin/mount [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ |
| fem.c | 187 _FSEMOPDEF(MOUNT, mount), 203 _FSEMGUARD(MOUNT, mount), [all...] |