Lines Matching defs:zhp

67 zpool_get_all_props(zpool_handle_t *zhp)  in zpool_get_all_props()
100 zpool_props_refresh(zpool_handle_t *zhp) in zpool_props_refresh()
114 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop, in zpool_get_prop_string()
140 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) in zpool_get_prop_int()
244 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len, in zpool_get_prop()
408 zpool_is_bootable(zpool_handle_t *zhp) in zpool_is_bootable()
434 zpool_handle_t *zhp; in zpool_valid_proplist() local
660 zpool_set_prop(zpool_handle_t *zhp, const char *propname, const char *propval) in zpool_set_prop()
716 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp) in zpool_expand_proplist()
812 zpool_prop_get_feature(zpool_handle_t *zhp, const char *propname, char *buf, in zpool_prop_get_feature()
974 zpool_handle_t *zhp; in zpool_open_canfail() local
1016 zpool_handle_t *zhp; in zpool_open_silent() local
1047 zpool_handle_t *zhp; in zpool_open() local
1066 zpool_close(zpool_handle_t *zhp) in zpool_close()
1078 zpool_get_name(zpool_handle_t *zhp) in zpool_get_name()
1088 zpool_get_state(zpool_handle_t *zhp) in zpool_get_state()
1231 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy()
1275 zpool_add(zpool_handle_t *zhp, nvlist_t *nvroot) in zpool_add()
1380 zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce, in zpool_export_common()
1414 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export()
1420 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force()
1818 zpool_handle_t *zhp; in zpool_import_props() local
1843 zpool_scan(zpool_handle_t *zhp, pool_scan_func_t func) in zpool_scan()
2131 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath,
2165 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare,
2341 zpool_get_physpath(zpool_handle_t *zhp, char *physpath, size_t phypath_size)
2393 zpool_vdev_online(zpool_handle_t *zhp, const char *path, int flags,
2466 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp)
2516 zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux)
2551 zpool_vdev_degrade(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux)
2604 zpool_vdev_attach(zpool_handle_t *zhp,
2779 zpool_vdev_detach(zpool_handle_t *zhp, const char *path)
2843 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren,
2876 zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot,
3085 zpool_vdev_remove(zpool_handle_t *zhp, const char *path)
3130 zpool_clear(zpool_handle_t *zhp, const char *path, nvlist_t *rewindnvl)
3206 zpool_vdev_clear(zpool_handle_t *zhp, uint64_t guid)
3230 zpool_reguid(zpool_handle_t *zhp)
3250 zpool_reopen(zpool_handle_t *zhp)
3336 set_path(zpool_handle_t *zhp, nvlist_t *nv, const char *path)
3364 zpool_vdev_name(libzfs_handle_t *hdl, zpool_handle_t *zhp, nvlist_t *nv,
3501 zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp)
3600 zpool_upgrade(zpool_handle_t *zhp, uint64_t new_version)
3652 get_history(zpool_handle_t *zhp, char *buf, uint64_t *off, uint64_t *len)
3740 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp)
3800 zpool_obj_to_path(zpool_handle_t *zhp, uint64_t dsobj, uint64_t obj,
3919 zpool_label_disk(libzfs_handle_t *hdl, zpool_handle_t *zhp, const char *name)
4060 zpool_handle_t *zhp = NULL; local