Searched refs:rootpath (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py791 def __init__(self, rootpath, **kwargs):
811 self.rootpath = rootpath
813 self.init_from_rootpath(rootpath)
824 self.rootpath = None
847 if rootpath is not None:
848 self.init_from_rootpath(rootpath)
877 return self.__class__(self.rootpath, copysrc=self)
913 def init_from_rootpath(self, rootpath):
918 self.rootpath
[all...]
H A Dbootloader.py144 # and no rootpath, set rootpath to the bootconfig's root.
150 self.rootpath = kwargs.get('rootpath', bc_sysroot)
197 not self.data_source_boot_instance.rootpath is None):
198 return self.data_source_boot_instance.rootpath
199 return self.rootpath # Initted in __init__; incl. the fallback to '/'
580 # BootConfig's rootpath)
680 # BootConfig's rootpath)
905 def rootpath(sel member in class:ProxyBootLoader
912 def rootpath(self, val): member in class:ProxyBootLoader
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dscratchops.c83 zonecfg_open_scratch(const char *rootpath, boolean_t createfile) argument
92 rootpath);
H A Dlibzonecfg.c390 zonecfg_set_root(const char *rootpath) argument
394 if (rootpath == NULL || rootpath[0] == '\0' || rootpath[1] == '\0' ||
395 (zonecfg_root = strdup(rootpath)) == NULL)
3914 * This function finds everything mounted under a zone's rootpath.
3915 * This returns the number of mounts under rootpath, or -1 on error.
3923 zonecfg_find_mounts(char *rootpath, int (*callback)(const struct mnttab *, argument
3932 assert(rootpath != NULL);
3934 if ((zfsl = snprintf(zfs_path, sizeof (zfs_path), "%s/.zfs/", rootpath))
6721 zone_get_rootpath(char *zone_name, char *rootpath, size_t rp_sz) argument
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dio.c750 char rootpath[MAXPATHLEN]; local
765 rootpath[0] = '\0';
772 strcat(rootpath, devpath + strlen(DEV_PREFIX) - 1);
774 cptr = strrchr(rootpath, ':');
794 if (strcmp(rootpath, devfs_path) == 0) {
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py383 # or binst.rootpath, since they'll be unref'ed
537 mountpoint = boot_loader.data_source_boot_instance.rootpath
632 binst.rootpath = mountpoint
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py3667 rootpath = None
3674 (kargs, rootpath,
3698 return self._write_menuentry_generic(bootinst, entry, rootpath, kargs,
3723 def _write_menuentry_generic(self, bootinst, entry, rootpath, kargs,
3762 if rootpath:
3763 entry.append('echo -n "Loading ${root}%s$kern: "' % rootpath)
3764 entry.append('%s %s/$kern $kern %s' % (multiboot, rootpath, kargs))
3768 bootarch_string = '%s%s' % (rootpath, boot_archive)
3835 rootpath = '/ROOT/%s/@' % bename
3836 entry.append('zfs-bootfs %s/ zfs_bootfs' % rootpath)
[all...]
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c212 static cfga_err_t find_ap_common(lib_loc_t *libloc_p, const char *rootpath,

Completed in 90 milliseconds