Searched refs:cur_root_ds (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c195 char cur_root_ds[MAXPATHLEN]; local
263 if ((ret = be_find_active_zone_root(zhp, be_zpool, cur_root_ds,
264 sizeof (cur_root_ds))) != BE_SUCCESS) {
278 if (strcmp(root_ds, cur_root_ds) != 0) {
288 if ((ret = be_zone_toggle_active(cur_root_ds)) !=
295 if ((ds = be_make_name_from_ds(cur_root_ds,
299 "%s\n"), cur_root_ds);

Completed in 20 milliseconds