Searched refs:vlds_svc_info_t (Results 1 – 1 of 1) sorted by relevance
84 } vlds_svc_info_t; typedef116 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()1363 dpsp = DS_MALLOC(sizeof (vlds_svc_info_t)); in vlds_user_reg_cb()1483 vlds_recvq_init(vlds_svc_info_t *dpsp) in vlds_recvq_init()1495 vlds_recvq_destroy(vlds_svc_info_t *dpsp) in vlds_recvq_destroy()[all …]