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

/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c79 zpool_handle_t *zph; local
84 zph = zfs_get_pool_handle(zhp);
85 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL));
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c265 zpool_handle_t *zph; local
267 if ((zph = zpool_open_canfail(hdl, pool_name)) != NULL) {
269 zph->zpool_next = hdl->libzfs_pool_handles;
270 hdl->libzfs_pool_handles = zph;
272 return (zph);
279 zpool_handle_t *zph = hdl->libzfs_pool_handles; local
281 while ((zph != NULL) &&
282 (strncmp(pool_name, zpool_get_name(zph), len) != 0))
283 zph = zph
297 zpool_handle_t *zph; local
314 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles; local
1596 zpool_handle_t *zph = zpool_handle(zhp); local
5487 zvol_volsize_to_reservation(zpool_handle_t *zph, uint64_t volsize, nvlist_t *props) argument
[all...]
H A Dlibzfs_crypto.c637 encryption_feature_is_enabled(zpool_handle_t *zph) argument
643 if (zpool_get_prop_int(zph, ZPOOL_PROP_VERSION, NULL)
648 features = zpool_get_features(zph);

Completed in 115 milliseconds