Searched refs:varpd_client_prop_handle_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/varpd/libvarpd/common/ |
H A D | libvarpd_client.h | 33 typedef struct __varpd_client_prop_handle varpd_client_prop_handle_t; typedef 57 varpd_client_prop_handle_t **); 58 extern void libvarpd_c_prop_handle_free(varpd_client_prop_handle_t *); 59 extern int libvarpd_c_prop_info_fill(varpd_client_prop_handle_t *, uint_t); 60 extern int libvarpd_c_prop_info_fill_by_name(varpd_client_prop_handle_t *, 62 extern int libvarpd_c_prop_info(varpd_client_prop_handle_t *, const char **, 65 extern int libvarpd_c_prop_get(varpd_client_prop_handle_t *, void *, 67 extern int libvarpd_c_prop_set(varpd_client_prop_handle_t *, const void *,
|
H A D | libvarpd_client.c | 216 varpd_client_prop_handle_t **phdlp) in libvarpd_c_prop_handle_alloc() 228 *phdlp = (varpd_client_prop_handle_t *)infop; in libvarpd_c_prop_handle_alloc() 233 libvarpd_c_prop_handle_free(varpd_client_prop_handle_t *phdl) in libvarpd_c_prop_handle_free() 255 libvarpd_c_prop_info_fill_by_name(varpd_client_prop_handle_t *phdl, in libvarpd_c_prop_info_fill_by_name() 284 libvarpd_c_prop_info_fill(varpd_client_prop_handle_t *phdl, uint_t propid) in libvarpd_c_prop_info_fill() 309 libvarpd_c_prop_info(varpd_client_prop_handle_t *phdl, const char **namep, in libvarpd_c_prop_info() 333 libvarpd_c_prop_get(varpd_client_prop_handle_t *phdl, void *buf, uint32_t *len) in libvarpd_c_prop_get() 373 libvarpd_c_prop_set(varpd_client_prop_handle_t *phdl, const void *buf, in libvarpd_c_prop_set()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdloverlay.c | 112 varpd_client_prop_handle_t *dop_varpd; 243 varpd_client_prop_handle_t *phdl; in dladm_overlay_varpd_setprop() 458 varpd_client_prop_handle_t *phdl; in dladm_overlay_walk_varpd_prop()
|