HomeSort by relevance Sort by last modified time
    Searched refs:MOUNT (Results 1 - 19 of 19) sorted by null

  /caiman/AI_source/usr/src/lib/libpkg/
pkgmount.c 42 #include <sys/mount.h>
131 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-r", "-F",
132 devp->fstyp, devp->bdevice, devp->mount, NULL);
134 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-F",
135 devp->fstyp, devp->bdevice, devp->mount, NULL);
138 progerr(pkg_gt("mount of %s failed"), devp->bdevice);
pkglibmsgs.h 261 /* package mount errors and msgs */
264 #define MOUNT "/sbin/mount"
  /caiman/slim_src_bld99/usr/src/lib/libpkg/
pkgmount.c 42 #include <sys/mount.h>
131 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-r", "-F",
132 devp->fstyp, devp->bdevice, devp->mount, NULL);
134 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-F",
135 devp->fstyp, devp->bdevice, devp->mount, NULL);
138 progerr(pkg_gt("mount of %s failed"), devp->bdevice);
pkglibmsgs.h 261 /* package mount errors and msgs */
264 #define MOUNT "/sbin/mount"
  /caiman/snap_upgrade/usr/src/lib/libpkg/
pkgmount.c 42 #include <sys/mount.h>
131 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-r", "-F",
132 devp->fstyp, devp->bdevice, devp->mount, NULL);
134 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-F",
135 devp->fstyp, devp->bdevice, devp->mount, NULL);
138 progerr(pkg_gt("mount of %s failed"), devp->bdevice);
pkglibmsgs.h 261 /* package mount errors and msgs */
264 #define MOUNT "/sbin/mount"
  /caiman/slim_installgrub/usr/src/lib/libpkg/
pkgmount.c 42 #include <sys/mount.h>
131 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-r", "-F",
132 devp->fstyp, devp->bdevice, devp->mount, NULL);
134 n = pkgexecl(NULL, NULL, NULL, NULL, MOUNT, "-F",
135 devp->fstyp, devp->bdevice, devp->mount, NULL);
138 progerr(pkg_gt("mount of %s failed"), devp->bdevice);
pkglibmsgs.h 261 /* package mount errors and msgs */
264 #define MOUNT "/sbin/mount"
  /caiman/slim_bp_installgrub/usr/src/cmd/distro_const/utils/
post_bootroot_pkg_image_mod 46 MOUNT=/usr/sbin/mount
63 # Creates a UFS file system with the specified name and size, and mount it
72 # mntpt: mount point to mount this file system
89 # create the mount point
105 # loopback mount the boot archive
126 # mount ufs filesystem on the specified mountpoint
127 $MOUNT -o nologging $lofidev $mntpt
129 print -u2 "$0: create_ufs_fs: Unable to mount $lofidev"
    [all...]
  /caiman/snap_upgrade/usr/src/cmd/distro_const/utils/
post_bootroot_pkg_image_mod 45 MOUNT=/usr/sbin/mount
62 # Creates a UFS file system with the specified name and size, and mount it
71 # mntpt: mount point to mount this file system
88 # create the mount point
104 # loopback mount the boot archive
125 # mount ufs filesystem on the specified mountpoint
126 $MOUNT -o nologging $lofidev $mntpt
128 print -u2 "$0: create_ufs_fs: Unable to mount $lofidev"
    [all...]
  /caiman/slim_0906/usr/src/cmd/slim-install/svc/
live-fs-root 48 MOUNT=/sbin/mount
59 # processor, mount it on top of the base libc.
63 /usr/sbin/mount | egrep -s "^/lib/libc.so.1 on "
65 /usr/sbin/mount -O -F lofs $MOE /lib/libc.so.1
70 # This mount function is sun4v only. It may be melded with the sun4u-us3
75 /usr/sbin/mount |
78 /usr/sbin/mount -O -F lofs $LIBC_MOE_32 \
86 /usr/sbin/mount |
89 /usr/sbin/mount -O -F lofs $LIBC_MOE_64
    [all...]
  /caiman/slim_source/usr/src/cmd/slim-install/svc/
live-fs-root 48 MOUNT=/sbin/mount
63 # processor, mount it on top of the base libc.
67 /usr/sbin/mount | egrep -s "^/lib/libc.so.1 on "
69 /usr/sbin/mount -O -F lofs $MOE /lib/libc.so.1
74 # This mount function is sun4v only. It may be melded with the sun4u-us3
79 /usr/sbin/mount |
82 /usr/sbin/mount -O -F lofs $LIBC_MOE_32 \
90 /usr/sbin/mount |
93 /usr/sbin/mount -O -F lofs $LIBC_MOE_64
    [all...]
  /caiman/text_installer/usr/src/cmd/slim-install/svc/
live-fs-root 51 MOUNT=/sbin/mount
66 # processor, mount it on top of the base libc.
70 /usr/sbin/mount | egrep -s "^/lib/libc.so.1 on "
72 /usr/sbin/mount -O -F lofs $MOE /lib/libc.so.1
77 # This mount function is sun4v only. It may be melded with the sun4u-us3
82 /usr/sbin/mount |
85 /usr/sbin/mount -O -F lofs $LIBC_MOE_32 \
93 /usr/sbin/mount |
96 /usr/sbin/mount -O -F lofs $LIBC_MOE_64
    [all...]
  /caiman/AI_source/usr/src/lib/libinst/
mntinfo.c 42 #include <sys/mount.h>
72 static int match_mount; /* This holds the mount of interest. */
81 #define MOUNT "/sbin/mount"
113 * Utilities for getting filesystem information from the mount table.
116 * popen() on the "/etc/mount" command. However, we need to get more
118 * the mount table, which also happens to be much faster than running
142 * This determines if the source of the mount is from another host. If it's
258 * This scans the filesystems already mounted to see if this remote mount is
261 * corresponding to this mount in the static match_mount
    [all...]
  /caiman/slim_src_bld99/usr/src/lib/libinst/
mntinfo.c 42 #include <sys/mount.h>
72 static int match_mount; /* This holds the mount of interest. */
81 #define MOUNT "/sbin/mount"
113 * Utilities for getting filesystem information from the mount table.
116 * popen() on the "/etc/mount" command. However, we need to get more
118 * the mount table, which also happens to be much faster than running
142 * This determines if the source of the mount is from another host. If it's
258 * This scans the filesystems already mounted to see if this remote mount is
261 * corresponding to this mount in the static match_mount
    [all...]
  /caiman/slim_installgrub/usr/src/lib/libinst/
mntinfo.c 42 #include <sys/mount.h>
72 static int match_mount; /* This holds the mount of interest. */
81 #define MOUNT "/sbin/mount"
113 * Utilities for getting filesystem information from the mount table.
116 * popen() on the "/etc/mount" command. However, we need to get more
118 * the mount table, which also happens to be much faster than running
142 * This determines if the source of the mount is from another host. If it's
258 * This scans the filesystems already mounted to see if this remote mount is
261 * corresponding to this mount in the static match_mount
    [all...]
  /caiman/text_installer/usr/src/lib/libtransfer/
transfer_mod.py 56 MOUNT = "/usr/sbin/mount -o ro,nologging "
615 self.run_command(TM_defs.MOUNT + TM_defs.GZCAT_DST + " " +
619 # If an unpack archive was specified, mount it first and
    [all...]
  /caiman/slim_source/usr/src/lib/libtransfer/
transfer_mod.py 56 MOUNT = "/usr/sbin/mount -o ro,nologging "
617 self.run_command(TM_defs.MOUNT + TM_defs.GZCAT_DST + " " +
621 # If an unpack archive was specified, mount it first and
    [all...]
  /caiman/slim_0906/usr/src/lib/libtransfer/
transfer_mod.py 59 MOUNT = "/usr/sbin/mount -o ro,nologging "
641 self.run_command(TM_defs.MOUNT + TM_defs.GZCAT_DST + " " +
645 # If an unpack archive was specified, mount it first and
    [all...]

Completed in 1870 milliseconds