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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c76 static int be_unmount_root(zfs_handle_t *, be_unmount_data_t *);
543 if ((ret = be_unmount_root(zhp, &ud)) != BE_SUCCESS) {
2173 * Function: be_unmount_root
2193 be_unmount_root(zfs_handle_t *zhp, be_unmount_data_t *ud) function
2207 be_print_err(gettext("be_unmount_root: failed to "
2216 be_print_err(gettext("be_unmount_root: failed to "
2228 be_print_err(gettext("be_unmount_root: failed to "
2294 * since be_unmount_root will do the right thing by looking at
2312 if ((ret = be_unmount_root(zhp, &ud)) != BE_SUCCESS) {

Completed in 59 milliseconds