Home
last modified time | relevance | path

Searched refs:libvarpd_prop_handle_alloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd.h57 extern int libvarpd_prop_handle_alloc(varpd_handle_t *,
H A Dlibvarpd_door.c121 ret = libvarpd_prop_handle_alloc((varpd_handle_t *)vip, ihp, &phdl); in libvarpd_door_f_propinfo()
182 ret = libvarpd_prop_handle_alloc((varpd_handle_t *)vip, ihp, &phdl); in libvarpd_door_f_getprop()
212 ret = libvarpd_prop_handle_alloc((varpd_handle_t *)vip, ihp, &phdl); in libvarpd_door_f_setprop()
H A Dmapfile-vers101 libvarpd_prop_handle_alloc;
H A Dlibvarpd_prop.c148 libvarpd_prop_handle_alloc(varpd_handle_t *vph, varpd_instance_handle_t *inst, in libvarpd_prop_handle_alloc() function