Home
last modified time | relevance | path

Searched refs:zonepath_ds (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_zones.c140 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_active_zone_root()
143 "for %s\n"), __func__, zonepath_ds); in be_find_active_zone_root()
165 zonepath_ds, be_err_to_str(ret)); in be_find_active_zone_root()
176 zonepath_ds); in be_find_active_zone_root()
216 "for %s\n"), __func__, zonepath_ds); in be_find_mounted_zone_root()
240 zonepath_ds); in be_find_mounted_zone_root()
280 be_zone_supported(char *zonepath_ds) in be_zone_supported() argument
290 zonepath_ds)) > 0) { in be_zone_supported()
292 "zonepath dataset %s not supported\n"), zonepath_ds); in be_zone_supported()
308 "for %s\n"), __func__, zonepath_ds); in be_zone_supported()
[all …]
H A Dbe_mount.c2303 char *zonepath_ds = NULL; in be_mount_zones() local
2339 free(zonepath_ds); in be_mount_zones()
2340 zonepath_ds = NULL; in be_mount_zones()
2361 free(zonepath_ds); in be_mount_zones()
2362 zonepath_ds = NULL; in be_mount_zones()
2450 free(zonepath_ds); in be_unmount_zones()
2451 zonepath_ds = NULL; in be_unmount_zones()
2457 zonepath_ds); in be_unmount_zones()
2459 free(zonepath_ds); in be_unmount_zones()
2460 zonepath_ds = NULL; in be_unmount_zones()
[all …]
H A Dbe_create.c1693 char *zonepath_ds = NULL; in be_destroy_zones() local
1776 if (!be_zone_supported(zonepath_ds)) { in be_destroy_zones()
1777 free(zonepath_ds); in be_destroy_zones()
1787 free(zonepath_ds); in be_destroy_zones()
1790 free(zonepath_ds); in be_destroy_zones()
1828 "for %s\n"), __func__, zonepath_ds); in be_destroy_zone_roots()
2062 char zonepath_ds[MAXPATHLEN]; in be_copy_zones() local
2079 (void) strlcpy(zonepath_ds, ds, sizeof (zonepath_ds)); in be_copy_zones()
2087 if (!be_zone_supported(zonepath_ds)) { in be_copy_zones()
2102 "dataset for %s\n"), __func__, zonepath_ds); in be_copy_zones()
[all …]