Lines Matching refs:mountpoint
425 mountpoint of the BE, the kernel file, and the kernel arguments for the
426 menu item indexed by 'entnum'; (2) the mountpoint for the BE associated
507 # Finally, concatenate the mountpoint, kernel, and args
537 mountpoint = boot_loader.data_source_boot_instance.rootpath
538 cmd = "/usr/bin/pkg -R %s list -Hv " % mountpoint
602 mounted, mountpoint = benv["mounted"], benv["mountpoint"]
607 mounted, mountpoint = None, None
610 # We could assert that mounted and mountpoint are set here, but there's
614 mountpoint = tempfile.mkdtemp(prefix="be-%s." % be_name)
615 ret = libbe_py.beMount(be_name, mountpoint)
625 if len(os.listdir(mountpoint)) == 0:
626 os.rmdir(mountpoint)
632 binst.rootpath = mountpoint
644 return mountpoint
710 cmd = "/usr/sbin/zfs list -H -o name,mountpoint,mounted %s" % rpool
725 cmd = "/usr/sbin/zfs mount -o mountpoint=%s %s" % (pool_path,
797 cmd = "/usr/sbin/zfs mount -o mountpoint=%s %s" % (temp_dir, zfsname)