Lines Matching refs:zhp
75 zpool_handle_t *zhp; in pool_active() local
78 if (zpool_open_silent(hdl, name, &zhp) != 0) in pool_active()
81 if (zhp == NULL) { in pool_active()
86 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active()
89 zpool_close(zhp); in pool_active()
282 find_aux(zpool_handle_t *zhp, void *data) in find_aux() argument
290 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
299 cbp->cb_zhp = zhp; in find_aux()
305 zpool_close(zhp); in find_aux()
322 zpool_handle_t *zhp; in zpool_in_use() local
359 (zhp = zpool_open_canfail(hdl, name)) != NULL) { in zpool_in_use()
360 if (zpool_get_prop_int(zhp, ZPOOL_PROP_READONLY, NULL)) in zpool_in_use()
367 zpool_close(zhp); in zpool_in_use()
393 if ((zhp = zpool_open_canfail(hdl, name)) != NULL && in zpool_in_use()
394 (pool_config = zpool_get_config(zhp, NULL)) in zpool_in_use()
417 if (zhp != NULL) in zpool_in_use()
418 zpool_close(zhp); in zpool_in_use()