Searched defs:be_unmount_zone_root (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c548 if ((ret = be_unmount_zone_root(zhp, &ud)) != BE_SUCCESS) {
634 * Function: be_unmount_zone_root
646 be_unmount_zone_root(zfs_handle_t *zhp, be_unmount_data_t *ud) function
652 be_print_err(gettext("be_unmount_zone_root: failed to "
661 be_print_err(gettext("be_unmount_zone_root: failed to "
671 be_print_err(gettext("be_unmount_zone_root: "
833 if ((err = be_unmount_zone_root(zhp, &zone_ud)) != BE_SUCCESS) {
2672 if ((ret = be_unmount_zone_root(zone_zhp, &zone_ud)) != BE_SUCCESS) {

Completed in 49 milliseconds