Searched refs:dpsp (Results 1 – 3 of 3) sorted by relevance
116 static void vlds_recvq_init(vlds_svc_info_t *dpsp);117 static void vlds_recvq_destroy(vlds_svc_info_t *dpsp);118 static int vlds_recvq_get_data(vlds_svc_info_t *dpsp, void *buf, size_t buflen,120 static void vlds_recvq_drain(vlds_svc_info_t *dpsp);121 static int vlds_recvq_put_data(vlds_svc_info_t *dpsp, void *buf, size_t buflen);1352 vlds_svc_info_t *dpsp; in vlds_user_reg_cb() local1363 dpsp = DS_MALLOC(sizeof (vlds_svc_info_t)); in vlds_user_reg_cb()1364 vlds_recvq_init(dpsp); in vlds_user_reg_cb()1365 ds_cbarg_set_drv_per_svc_ptr(arg, dpsp); in vlds_user_reg_cb()1404 void *dpsp; in vlds_user_unreg_cb() local[all …]
1069 ds_cbarg_set_drv_per_svc_ptr(ds_cb_arg_t arg, void *dpsp) in ds_cbarg_set_drv_per_svc_ptr() argument1074 svc->drv_psp = dpsp; in ds_cbarg_set_drv_per_svc_ptr()
441 void ds_cbarg_set_drv_per_svc_ptr(ds_cb_arg_t arg, void *dpsp);