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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c829 be_unmount_data_t zone_ud = { 0 }; local
831 zone_ud.altroot = fld->altroot;
832 zone_ud.force = B_TRUE;
833 if ((err = be_unmount_zone_root(zhp, &zone_ud)) != BE_SUCCESS) {
2623 be_unmount_data_t zone_ud = { 0 }; local
2636 zone_ud.altroot = zone_altroot;
2637 zone_ud.force = ud->force;
2664 &zone_ud)) != 0) {
2672 if ((ret = be_unmount_zone_root(zone_zhp, &zone_ud)) != BE_SUCCESS) {

Completed in 48 milliseconds