Searched refs:zph (Results 1 – 4 of 4) sorted by relevance
79 zpool_handle_t *zph; in zfs_include_snapshots() local84 zph = zfs_get_pool_handle(zhp); in zfs_include_snapshots()85 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL)); in zfs_include_snapshots()
265 zpool_handle_t *zph; in zpool_add_handle() local272 return (zph); in zpool_add_handle()281 while ((zph != NULL) && in zpool_find_handle()283 zph = zph->zpool_next; in zpool_find_handle()284 return (zph); in zpool_find_handle()297 zpool_handle_t *zph; in zpool_handle() local304 if (zph == NULL) in zpool_handle()308 return (zph); in zpool_handle()316 while (zph != NULL) { in zpool_free_handles()318 zpool_close(zph); in zpool_free_handles()[all …]
822 encryption_feature_is_enabled(zpool_handle_t *zph) in encryption_feature_is_enabled() argument828 if (zpool_get_prop_int(zph, ZPOOL_PROP_VERSION, NULL) in encryption_feature_is_enabled()833 features = zpool_get_features(zph); in encryption_feature_is_enabled()
4418 <parameter type-id='4c81de99' name='zph'/>