Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c365 be_get_zone_be_list(char *zone_be_name, char *zone_be_container_ds, in be_get_zone_be_list() argument
375 if (!zfs_dataset_exists(g_zfs, zone_be_container_ds, in be_get_zone_be_list()
382 if ((zhp = zfs_open(g_zfs, zone_be_container_ds, in be_get_zone_be_list()
385 "the zone BE dataset %s: %s\n"), zone_be_container_ds, in be_get_zone_be_list()
391 (void) strcpy(be_container_ds, zone_be_container_ds); in be_get_zone_be_list()