Lines Matching defs:zhp
75 zpool_get_all_props(zpool_handle_t *zhp) in zpool_get_all_props()
111 zpool_props_refresh(zpool_handle_t *zhp) in zpool_props_refresh()
125 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop, in zpool_get_prop_string()
149 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) in zpool_get_prop_int()
254 zpool_get_state_str(zpool_handle_t *zhp) in zpool_get_state_str()
284 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, in zpool_get_prop()
471 zpool_get_userprop(zpool_handle_t *zhp, const char *propname, char *buf, in zpool_get_userprop()
536 zpool_handle_t *zhp; in zpool_valid_proplist() local
894 zpool_set_prop(zpool_handle_t *zhp, const char *propname, const char *propval) in zpool_set_prop()
947 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp, in zpool_expand_proplist()
1071 vdev_expand_proplist(zpool_handle_t *zhp, const char *vdevname, in vdev_expand_proplist()
1142 zpool_prop_get_feature(zpool_handle_t *zhp, const char *propname, char *buf, in zpool_prop_get_feature()
1305 zpool_handle_t *zhp; in zpool_open_canfail() local
1346 zpool_handle_t *zhp; in zpool_open_silent() local
1376 zpool_handle_t *zhp; in zpool_open() local
1395 zpool_close(zpool_handle_t *zhp) in zpool_close()
1407 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name()
1417 zpool_get_state(zpool_handle_t *zhp) in zpool_get_state()
1686 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy()
1729 zpool_checkpoint(zpool_handle_t *zhp) in zpool_checkpoint()
1750 zpool_discard_checkpoint(zpool_handle_t *zhp) in zpool_discard_checkpoint()
1771 zpool_prefetch(zpool_handle_t *zhp, zpool_prefetch_type_t type) in zpool_prefetch()
1794 zpool_add(zpool_handle_t *zhp, nvlist_t *nvroot, boolean_t check_ashift) in zpool_add()
1904 zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce, in zpool_export_common()
1936 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export()
1942 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force()
2383 zpool_handle_t *zhp; in zpool_import_props() local
2409 zpool_translate_vdev_guids(zpool_handle_t *zhp, nvlist_t *vds, in zpool_translate_vdev_guids()
2476 zpool_initialize_impl(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize_impl()
2559 zpool_initialize(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize()
2566 zpool_initialize_wait(zpool_handle_t *zhp, pool_initialize_func_t cmd_type, in zpool_initialize_wait()
2592 zpool_trim_wait(zpool_handle_t *zhp, nvlist_t *vdev_guids) in zpool_trim_wait()
2620 check_trim_errs(zpool_handle_t *zhp, trimflags_t *trim_flags, in check_trim_errs()
2675 zpool_trim(zpool_handle_t *zhp, pool_trim_func_t cmd_type, nvlist_t *vds, in zpool_trim()
2731 zpool_scan(zpool_handle_t *zhp, pool_scan_func_t func, pool_scrub_cmd_t cmd) in zpool_scan()
3085 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, in zpool_find_vdev_by_physpath()
3141 __zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in __zpool_find_vdev()
3187 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev()
3196 zpool_find_parent_vdev(zpool_handle_t *zhp, const char *path, in zpool_find_parent_vdev()
3211 zpool_vdev_path_to_guid_impl(zpool_handle_t *zhp, const char *path, in zpool_vdev_path_to_guid_impl()
3233 zpool_vdev_path_to_guid(zpool_handle_t *zhp, const char *path) in zpool_vdev_path_to_guid()
3243 zpool_vdev_online(zpool_handle_t *zhp, const char *path, int flags, in zpool_vdev_online()
3332 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp) in zpool_vdev_offline()
3386 zpool_vdev_remove_wanted(zpool_handle_t *zhp, const char *path) in zpool_vdev_remove_wanted()
3416 zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) in zpool_vdev_fault()
3451 zpool_vdev_set_state(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux, in zpool_vdev_set_state()
3477 zpool_vdev_degrade(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) in zpool_vdev_degrade()
3489 zpool_vdev_set_removed_state(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) in zpool_vdev_set_removed_state()
3526 zpool_vdev_attach(zpool_handle_t *zhp, const char *old_disk, in zpool_vdev_attach()
3756 zpool_vdev_detach(zpool_handle_t *zhp, const char *path) in zpool_vdev_detach()
3820 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren, in find_vdev_entry()
3853 zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot, in zpool_vdev_split()
4095 zpool_vdev_remove(zpool_handle_t *zhp, const char *path) in zpool_vdev_remove()
4173 zpool_vdev_remove_cancel(zpool_handle_t *zhp) in zpool_vdev_remove_cancel()
4192 zpool_vdev_indirect_size(zpool_handle_t *zhp, const char *path, in zpool_vdev_indirect_size()
4225 zpool_clear(zpool_handle_t *zhp, const char *path, nvlist_t *rewindnvl) in zpool_clear()
4293 zpool_vdev_clear(zpool_handle_t *zhp, uint64_t guid) in zpool_vdev_clear()
4322 zpool_set_guid(zpool_handle_t *zhp, const uint64_t *guid) in zpool_set_guid()
4361 zpool_reguid(zpool_handle_t *zhp) in zpool_reguid()
4370 zpool_reopen_one(zpool_handle_t *zhp, void *data) in zpool_reopen_one()
4388 zpool_sync_one(zpool_handle_t *zhp, void *data) in zpool_sync_one()
4425 zpool_vdev_name(libzfs_handle_t *hdl, zpool_handle_t *zhp, nvlist_t *nv, in zpool_vdev_name()
4539 zpool_add_propname(zpool_handle_t *zhp, const char *propname) in zpool_add_propname()
4551 zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp) in zpool_get_errlog()
4643 zpool_upgrade(zpool_handle_t *zhp, uint64_t new_version) in zpool_upgrade()
4695 get_history(zpool_handle_t *zhp, char *buf, uint64_t *off, uint64_t *len) in get_history()
4738 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp, uint64_t *off, in zpool_get_history()
4915 zpool_obj_to_path_impl(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj, in zpool_obj_to_path_impl()
4966 zpool_obj_to_path(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj, in zpool_obj_to_path()
4973 zpool_obj_to_path_ds(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj, in zpool_obj_to_path_ds()
4982 zpool_wait(zpool_handle_t *zhp, zpool_wait_activity_t activity) in zpool_wait()
5009 zpool_wait_status(zpool_handle_t *zhp, zpool_wait_activity_t activity, in zpool_wait_status()
5027 zpool_set_bootenv(zpool_handle_t *zhp, const nvlist_t *envmap) in zpool_set_bootenv()
5040 zpool_get_bootenv(zpool_handle_t *zhp, nvlist_t **nvlp) in zpool_get_bootenv()
5298 zpool_vdev_guid(zpool_handle_t *zhp, const char *vdevname, uint64_t *vdev_guid) in zpool_vdev_guid()
5502 zpool_get_vdev_prop(zpool_handle_t *zhp, const char *vdevname, vdev_prop_t prop, in zpool_get_vdev_prop()
5563 zpool_get_all_vdev_props(zpool_handle_t *zhp, const char *vdevname, in zpool_get_all_vdev_props()
5597 zpool_set_vdev_prop(zpool_handle_t *zhp, const char *vdevname, in zpool_set_vdev_prop()
5659 zpool_ddt_prune(zpool_handle_t *zhp, zpool_ddt_prune_unit_t unit, in zpool_ddt_prune()