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()
1177 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy()
1221 zpool_add(zpool_handle_t *zhp, nvlist_t *nvroot) in zpool_add()
1326 zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce, in zpool_export_common()
1360 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export()
1366 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force()
1759 zpool_handle_t *zhp; in zpool_import_props() local
1784 zpool_scan(zpool_handle_t *zhp, pool_scan_func_t func) in zpool_scan()
2065 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, in zpool_find_vdev_by_physpath()
2099 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev()
2275 zpool_get_physpath(zpool_handle_t *zhp, char *physpath, size_t phypath_size) in zpool_get_physpath()
2325 zpool_vdev_online(zpool_handle_t *zhp, const char *path, int flags, in zpool_vdev_online()
2398 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp) in zpool_vdev_offline()
2448 zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) in zpool_vdev_fault()
2483 zpool_vdev_degrade(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) in zpool_vdev_degrade()
2536 zpool_vdev_attach(zpool_handle_t *zhp, in zpool_vdev_attach()
2701 zpool_vdev_detach(zpool_handle_t *zhp, const char *path) in zpool_vdev_detach()
2765 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren, in find_vdev_entry()
2798 zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot, in zpool_vdev_split()
3007 zpool_vdev_remove(zpool_handle_t *zhp, const char *path) in zpool_vdev_remove()
3052 zpool_clear(zpool_handle_t *zhp, const char *path, nvlist_t *rewindnvl) in zpool_clear()
3128 zpool_vdev_clear(zpool_handle_t *zhp, uint64_t guid) in zpool_vdev_clear()
3152 zpool_reguid(zpool_handle_t *zhp) in zpool_reguid()
3172 zpool_reopen(zpool_handle_t *zhp) in zpool_reopen()
3254 set_path(zpool_handle_t *zhp, nvlist_t *nv, const char *path) in set_path()
3282 zpool_vdev_name(libzfs_handle_t *hdl, zpool_handle_t *zhp, nvlist_t *nv, in zpool_vdev_name()
3405 zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp) in zpool_get_errlog()
3504 zpool_upgrade(zpool_handle_t *zhp, uint64_t new_version) in zpool_upgrade()
3556 get_history(zpool_handle_t *zhp, char *buf, uint64_t *off, uint64_t *len) in get_history()
3640 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp) in zpool_get_history()
3697 zpool_obj_to_path(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj, in zpool_obj_to_path()
3814 zpool_label_disk(libzfs_handle_t *hdl, zpool_handle_t *zhp, char *name) in zpool_label_disk()
3953 zpool_handle_t *zhp = NULL; in zvol_check_dump_config() local