Lines Matching refs:rootpath
256 zonecfg_set_root(const char *rootpath) in zonecfg_set_root() argument
260 if (rootpath == NULL || rootpath[0] == '\0' || rootpath[1] == '\0' || in zonecfg_set_root()
261 (zonecfg_root = strdup(rootpath)) == NULL) in zonecfg_set_root()
3093 zonecfg_find_mounts(char *rootpath, int (*callback)(const struct mnttab *, in zonecfg_find_mounts() argument
3103 assert(rootpath != NULL); in zonecfg_find_mounts()
3105 if ((zfsl = snprintf(zfs_path, sizeof (zfs_path), "%s/.zfs/", rootpath)) in zonecfg_find_mounts()
3109 l = strlen(rootpath); in zonecfg_find_mounts()
3122 if ((strncmp(rootpath, m.mnt_mountp, l) == 0) && in zonecfg_find_mounts()
5629 zone_get_rootpath(char *zone_name, char *rootpath, size_t rp_sz) in zone_get_rootpath() argument
5636 if ((err = zone_get_zonepath(zone_name, rootpath, rp_sz)) != Z_OK) in zone_get_rootpath()
5638 if (strlcat(rootpath, "/root", rp_sz) >= rp_sz) in zone_get_rootpath()