Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/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()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c251 zpool_handle_t *zph; in zpool_add_handle() local
258 return (zph); in zpool_add_handle()
267 while ((zph != NULL) && in zpool_find_handle()
269 zph = zph->zpool_next; in zpool_find_handle()
270 return (zph); in zpool_find_handle()
283 zpool_handle_t *zph; in zpool_handle() local
290 if (zph == NULL) in zpool_handle()
294 return (zph); in zpool_handle()
302 while (zph != NULL) { in zpool_free_handles()
304 zpool_close(zph); in zpool_free_handles()
[all …]