Symbol: varpd_prop_handle_t
usr/src/lib/varpd/direct/common/libvarpd_direct.c
166
varpd_direct_propinfo(void *arg, uint_t propid, varpd_prop_handle_t *vph)
usr/src/lib/varpd/files/common/libvarpd_files.c
338
varpd_files_propinfo(void *arg, uint_t propid, varpd_prop_handle_t *vph)
usr/src/lib/varpd/libvarpd/common/libvarpd.h
58
varpd_instance_handle_t *, varpd_prop_handle_t **);
usr/src/lib/varpd/libvarpd/common/libvarpd.h
59
extern void libvarpd_prop_handle_free(varpd_prop_handle_t *);
usr/src/lib/varpd/libvarpd/common/libvarpd.h
61
extern int libvarpd_prop_info_fill(varpd_prop_handle_t *, uint_t);
usr/src/lib/varpd/libvarpd/common/libvarpd.h
62
extern int libvarpd_prop_info(varpd_prop_handle_t *, const char **, uint_t *,
usr/src/lib/varpd/libvarpd/common/libvarpd.h
64
extern int libvarpd_prop_get(varpd_prop_handle_t *, void *, uint32_t *);
usr/src/lib/varpd/libvarpd/common/libvarpd.h
65
extern int libvarpd_prop_set(varpd_prop_handle_t *, const void *, uint32_t);
usr/src/lib/varpd/libvarpd/common/libvarpd_door.c
115
varpd_prop_handle_t *phdl;
usr/src/lib/varpd/libvarpd/common/libvarpd_door.c
176
varpd_prop_handle_t *phdl;
usr/src/lib/varpd/libvarpd/common/libvarpd_door.c
206
varpd_prop_handle_t *phdl;
usr/src/lib/varpd/libvarpd/common/libvarpd_impl.h
201
extern void libvarpd_prop_door_convert(const varpd_prop_handle_t *,
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
105
libvarpd_prop_set_range_uint32(varpd_prop_handle_t *phdl, uint32_t min,
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
126
libvarpd_prop_set_range_str(varpd_prop_handle_t *phdl, const char *str)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
149
varpd_prop_handle_t **phdlp)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
161
*phdlp = (varpd_prop_handle_t *)infop;
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
166
libvarpd_prop_handle_free(varpd_prop_handle_t *phdl)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
188
varpd_prop_handle_t *vph = arg;
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
194
libvarpd_prop_info_fill_int(varpd_prop_handle_t *vph, uint_t propid)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
210
libvarpd_prop_info_fill(varpd_prop_handle_t *phdl, uint_t propid)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
229
libvarpd_prop_info(varpd_prop_handle_t *phdl, const char **namep,
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
250
libvarpd_prop_get(varpd_prop_handle_t *phdl, void *buf, uint32_t *sizep)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
268
libvarpd_prop_set(varpd_prop_handle_t *phdl, const void *buf, uint32_t size)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
288
libvarpd_prop_door_convert(const varpd_prop_handle_t *phdl,
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
59
libvarpd_prop_set_name(varpd_prop_handle_t *phdl, const char *name)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
66
libvarpd_prop_set_prot(varpd_prop_handle_t *phdl, overlay_prop_prot_t perm)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
73
libvarpd_prop_set_type(varpd_prop_handle_t *phdl, overlay_prop_type_t type)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
80
libvarpd_prop_set_default(varpd_prop_handle_t *phdl, void *buf, ssize_t len)
usr/src/lib/varpd/libvarpd/common/libvarpd_prop.c
96
libvarpd_prop_set_nodefault(varpd_prop_handle_t *phdl)
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
327
varpd_prop_handle_t *);
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
394
extern void libvarpd_prop_set_name(varpd_prop_handle_t *, const char *);
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
395
extern void libvarpd_prop_set_prot(varpd_prop_handle_t *, overlay_prop_prot_t);
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
396
extern void libvarpd_prop_set_type(varpd_prop_handle_t *, overlay_prop_type_t);
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
397
extern int libvarpd_prop_set_default(varpd_prop_handle_t *, void *, ssize_t);
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
398
extern void libvarpd_prop_set_nodefault(varpd_prop_handle_t *);
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
399
extern void libvarpd_prop_set_range_uint32(varpd_prop_handle_t *, uint32_t,
usr/src/lib/varpd/libvarpd/common/libvarpd_provider.h
401
extern void libvarpd_prop_set_range_str(varpd_prop_handle_t *, const char *);