Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dlibbe_priv.h158 char *be_get_ds_from_dir(char *);
H A Dbe_zones.c467 if ((active_ds = be_get_ds_from_dir("/")) != NULL) { in be_zone_compare_uuids()
H A Dbe_mount.c193 if ((ds = be_get_ds_from_dir(be_name)) != NULL) { in be_unmount()
905 be_get_ds_from_dir(char *dir) in be_get_ds_from_dir() function
2375 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) in be_mount_zones()
2486 if ((zonepath_ds = be_get_ds_from_dir(alt_zonepath)) in be_unmount_zones()
H A Dbe_utils.c247 if ((root_ds = be_get_ds_from_dir("/")) != NULL) { in be_make_root_ds()
288 if ((root_ds = be_get_ds_from_dir("/")) != NULL) { in be_make_container_ds()
2475 if ((zpath = be_get_ds_from_dir("/")) != NULL) { in be_zpool_find_current_be_callback()
H A Dbe_create.c1692 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL) in be_destroy_zones()
1995 if ((ds = be_get_ds_from_dir(zonepath)) == NULL) in be_copy_zones()
H A Dbe_activate.c1211 ((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) || in be_promote_zone_ds()