be_get_ds_from_dir
((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) ||
if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL)
if ((ds = be_get_ds_from_dir(zonepath)) == NULL)
if ((ds = be_get_ds_from_dir(be_name)) != NULL) {
if ((zonepath_ds = be_get_ds_from_dir(zonepath))
if ((zonepath_ds = be_get_ds_from_dir(alt_zonepath))
char *root_ds = be_get_ds_from_dir("/");
char *root_ds = be_get_ds_from_dir("/");
if ((active_ds = be_get_ds_from_dir("/")) != NULL) {
char *be_get_ds_from_dir(char *);