Lines Matching defs:zhp

68 zpool_get_all_props(zpool_handle_t *zhp)  in zpool_get_all_props()
101 zpool_props_refresh(zpool_handle_t *zhp) in zpool_props_refresh()
115 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop, in zpool_get_prop_string()
141 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) in zpool_get_prop_int()
214 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len, in zpool_get_prop()
377 zpool_is_bootable(zpool_handle_t *zhp) in zpool_is_bootable()
403 zpool_handle_t *zhp; in zpool_valid_proplist() local
624 zpool_set_prop(zpool_handle_t *zhp, const char *propname, const char *propval) in zpool_set_prop()
680 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp) in zpool_expand_proplist()
776 zpool_prop_get_feature(zpool_handle_t *zhp, const char *propname, char *buf, in zpool_prop_get_feature()
935 zpool_handle_t *zhp; in zpool_open_canfail() local
977 zpool_handle_t *zhp; in zpool_open_silent() local
1008 zpool_handle_t *zhp; in zpool_open() local
1027 zpool_close(zpool_handle_t *zhp) in zpool_close()
1039 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name()
1049 zpool_get_state(zpool_handle_t *zhp) in zpool_get_state()
1192 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy()
1236 zpool_add(zpool_handle_t *zhp, nvlist_t *nvroot) in zpool_add()
1341 zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce, in zpool_export_common()
1375 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export()
1381 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force()
1774 zpool_handle_t *zhp; in zpool_import_props() local
1799 zpool_scan(zpool_handle_t *zhp, pool_scan_func_t func) in zpool_scan()
2081 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, in zpool_find_vdev_by_physpath()
2115 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev()
2292 zpool_get_physpath(zpool_handle_t *zhp, char *physpath, size_t phypath_size) in zpool_get_physpath()
2342 zpool_vdev_online(zpool_handle_t *zhp, const char *path, int flags, in zpool_vdev_online()
2415 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp) in zpool_vdev_offline()
2465 zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) in zpool_vdev_fault()
2500 zpool_vdev_degrade(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) in zpool_vdev_degrade()
2553 zpool_vdev_attach(zpool_handle_t *zhp, in zpool_vdev_attach()
2718 zpool_vdev_detach(zpool_handle_t *zhp, const char *path) in zpool_vdev_detach()
2782 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren, in find_vdev_entry()
2815 zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot, in zpool_vdev_split()
3024 zpool_vdev_remove(zpool_handle_t *zhp, const char *path) in zpool_vdev_remove()
3069 zpool_clear(zpool_handle_t *zhp, const char *path, nvlist_t *rewindnvl) in zpool_clear()
3145 zpool_vdev_clear(zpool_handle_t *zhp, uint64_t guid) in zpool_vdev_clear()
3169 zpool_reguid(zpool_handle_t *zhp) in zpool_reguid()
3189 zpool_reopen(zpool_handle_t *zhp) in zpool_reopen()
3271 set_path(zpool_handle_t *zhp, nvlist_t *nv, const char *path) in set_path()
3299 zpool_vdev_name(libzfs_handle_t *hdl, zpool_handle_t *zhp, nvlist_t *nv, in zpool_vdev_name()
3422 zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp) in zpool_get_errlog()
3521 zpool_upgrade(zpool_handle_t *zhp, uint64_t new_version) in zpool_upgrade()
3573 get_history(zpool_handle_t *zhp, char *buf, uint64_t *off, uint64_t *len) in get_history()
3657 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp) in zpool_get_history()
3714 zpool_obj_to_path(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj, in zpool_obj_to_path()
3831 zpool_label_disk(libzfs_handle_t *hdl, zpool_handle_t *zhp, char *name) in zpool_label_disk()
3970 zpool_handle_t *zhp = NULL; in zvol_check_dump_config() local