Lines Matching refs:zphp
932 be_do_installboot_helper(zpool_handle_t *zphp, nvlist_t *child, char *stage1, in be_do_installboot_helper() argument
992 vname = zpool_vdev_name(g_zfs, zphp, child, B_FALSE); in be_do_installboot_helper()
1267 be_do_installboot_walk(zpool_handle_t *zphp, nvlist_t *nv, char *stage1, in be_do_installboot_walk() argument
1284 vname = zpool_vdev_name(g_zfs, zphp, child[c], verbose); in be_do_installboot_walk()
1295 rv = be_do_installboot_walk(zphp, child[c], stage1, stage2, in be_do_installboot_walk()
1318 return (be_do_installboot_helper(zphp, nv, stage1, stage2, flags)); in be_do_installboot_walk()
1340 zpool_handle_t *zphp = NULL; in be_do_installboot() local
1413 if ((zphp = zpool_open(g_zfs, bt->obe_zpool)) == NULL) { in be_do_installboot()
1424 if ((config = zpool_get_config(zphp, NULL)) == NULL) { in be_do_installboot()
1442 ret = be_do_installboot_walk(zphp, nv, stage1, stage2, flags); in be_do_installboot()
1452 zpool_close(zphp); in be_do_installboot()