Lines Matching refs:obe_zpool
453 if ((ret = be_make_root_ds(bt.obe_zpool, bt.obe_name, obe_root_ds, in be_destroy()
456 "for %s/%s\n"), __func__, bt.obe_zpool, bt.obe_name); in be_destroy()
491 if (lzbe_get_boot_device(bt.obe_zpool, &nextboot) == 0 && in be_destroy()
493 if (lzbe_set_boot_device(bt.obe_zpool, in be_destroy()
498 bt.obe_root_ds, bt.obe_zpool); in be_destroy()
586 if ((ret = be_remove_menu(bt.obe_name, bt.obe_zpool, NULL)) in be_destroy()
688 if ((zphp = zpool_open(g_zfs, bt.obe_zpool)) == NULL) { in be_copy()
690 "open rpool (%s): %s\n"), bt.obe_zpool, in be_copy()
806 bt.nbe_zpool = bt.obe_zpool; in be_copy()
868 if ((ret = be_make_root_ds(bt.obe_zpool, bt.obe_name, obe_root_ds, in be_copy()
871 "for %s/%s\n"), __func__, bt.obe_zpool, bt.obe_name); in be_copy()
942 if (strcmp(bt.obe_zpool, bt.nbe_zpool) == 0) { in be_copy()
1152 if ((ret = be_make_root_container_ds(bt.obe_zpool, obe_root_container, in be_copy()
1155 "for %s\n"), __func__, bt.obe_zpool); in be_copy()
1311 bt->obe_zpool = strdup(zpool); in be_find_zpool_callback()