Lines Matching refs:zphp
824 be_do_installgrub_helper(zpool_handle_t *zphp, nvlist_t *child, char *stage1, in be_do_installgrub_helper() argument
861 vname = zpool_vdev_name(g_zfs, zphp, child, B_FALSE); in be_do_installgrub_helper()
906 zpool_handle_t *zphp = NULL; in be_do_installgrub() local
956 if ((zphp = zpool_open(g_zfs, bt->obe_zpool)) == NULL) { in be_do_installgrub()
967 if ((config = zpool_get_config(zphp, NULL)) == NULL) { in be_do_installgrub()
995 vname = zpool_vdev_name(g_zfs, zphp, child[c], B_FALSE); in be_do_installgrub()
1017 ret = be_do_installgrub_helper(zphp, nvchild[i], in be_do_installgrub()
1025 ret = be_do_installgrub_helper(zphp, child[c], stage1, in be_do_installgrub()
1043 zpool_close(zphp); in be_do_installgrub()
1056 zpool_close(zphp); in be_do_installgrub()
1112 zpool_close(zphp); in be_do_installgrub()