Searched refs:vlds_svc_info_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c84 } vlds_svc_info_t; typedef in typeref:struct:vlds_svc_info
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;
1363 dpsp = DS_MALLOC(sizeof (vlds_svc_info_t));
1483 vlds_recvq_init(vlds_svc_info_t *dpsp)
1495 vlds_recvq_destroy(vlds_svc_info_t *dps
[all...]

Completed in 47 milliseconds