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.h166 char *be_get_ds_from_dir(char *);
H A Dbe_zones.c467 if ((active_ds = be_get_ds_from_dir("/")) != NULL) {
H A Dbe_mount.c193 if ((ds = be_get_ds_from_dir(be_name)) != NULL) {
891 * Function: be_get_ds_from_dir(char *dir)
905 be_get_ds_from_dir(char *dir) function
2375 if ((zonepath_ds = be_get_ds_from_dir(zonepath))
2486 if ((zonepath_ds = be_get_ds_from_dir(alt_zonepath))
H A Dbe_utils.c465 if ((root_ds = be_get_ds_from_dir("/")) != NULL) {
506 if ((root_ds = be_get_ds_from_dir("/")) != NULL) {
2693 if ((zpath = be_get_ds_from_dir("/")) != NULL) {
H A Dbe_create.c1694 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL)
1997 if ((ds = be_get_ds_from_dir(zonepath)) == NULL)
H A Dbe_activate.c1498 ((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) ||

Completed in 82 milliseconds