Home
last modified time | relevance | path

Searched refs:be_get_ds_from_dir (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dlibbe_priv.h172 char *be_get_ds_from_dir(char *);
H A Dbe_mount.c195 if ((ds = be_get_ds_from_dir(be_name)) != NULL) { in be_unmount()
915 be_get_ds_from_dir(char *dir) in be_get_ds_from_dir() function
2330 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) in be_mount_zones()
2441 if ((zonepath_ds = be_get_ds_from_dir(alt_zonepath)) in be_unmount_zones()
H A Dbe_zones.c480 if ((active_ds = be_get_ds_from_dir("/")) != NULL) { in be_zone_compare_uuids()
H A Dbe_create.c1769 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL) in be_destroy_zones()
2076 if ((ds = be_get_ds_from_dir(zonepath)) == NULL) in be_copy_zones()
H A Dbe_utils.c469 char *root_ds = be_get_ds_from_dir("/"); in be_make_root_ds()
522 char *root_ds = be_get_ds_from_dir("/"); in be_make_container_ds()
H A Dbe_activate.c1551 ((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) || in be_promote_zone_ds()