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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c78 zpool_handle_t *zph; local
83 zph = zfs_get_pool_handle(zhp);
84 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL));
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c252 zpool_handle_t *zph; local
254 if ((zph = zpool_open_canfail(hdl, pool_name)) != NULL) {
256 zph->zpool_next = hdl->libzfs_pool_handles;
257 hdl->libzfs_pool_handles = zph;
259 return (zph);
266 zpool_handle_t *zph = hdl->libzfs_pool_handles; local
268 while ((zph != NULL) &&
269 (strncmp(pool_name, zpool_get_name(zph), len) != 0))
270 zph = zph
284 zpool_handle_t *zph; local
301 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles; local
[all...]

Completed in 115 milliseconds