Home
last modified time | relevance | path

Searched refs:zph (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c263 zpool_handle_t *zph; in zpool_add_handle() local
270 return (zph); in zpool_add_handle()
279 while ((zph != NULL) && in zpool_find_handle()
281 zph = zph->zpool_next; in zpool_find_handle()
282 return (zph); in zpool_find_handle()
295 zpool_handle_t *zph; in zpool_handle() local
302 if (zph == NULL) in zpool_handle()
306 return (zph); in zpool_handle()
314 while (zph != NULL) { in zpool_free_handles()
316 zpool_close(zph); in zpool_free_handles()
[all …]
H A Dlibzfs_crypto.c829 encryption_feature_is_enabled(zpool_handle_t *zph) in encryption_feature_is_enabled() argument
835 if (zpool_get_prop_int(zph, ZPOOL_PROP_VERSION, NULL) in encryption_feature_is_enabled()
840 features = zpool_get_features(zph); in encryption_feature_is_enabled()
H A Dlibzfs.abi4729 <parameter type-id='4c81de99' name='zph'/>
/freebsd-14.2/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c78 zpool_handle_t *zph; in zfs_include_snapshots() local
83 zph = zfs_get_pool_handle(zhp); in zfs_include_snapshots()
84 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL)); in zfs_include_snapshots()