Searched defs:rootpath (Results 1 - 4 of 4) sorted by relevance

/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/pybootmgmt/common/bootmgmt/
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...]

Completed in 50 milliseconds