Searched refs:zph (Results 1 – 2 of 2) sorted by relevance
78 zpool_handle_t *zph; in zfs_include_snapshots() local83 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()
251 zpool_handle_t *zph; in zpool_add_handle() local258 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() local290 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 …]