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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c116 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; local
1363 dpsp = DS_MALLOC(sizeof (vlds_svc_info_t));
1364 vlds_recvq_init(dpsp);
1365 ds_cbarg_set_drv_per_svc_ptr(arg, dpsp);
1404 void *dpsp; local
1446 void *dpsp; local
1483 vlds_recvq_init(vlds_svc_info_t *dpsp) argument
1495 vlds_recvq_destroy(vlds_svc_info_t *dpsp) argument
1509 vlds_recvq_get_data(vlds_svc_info_t *dpsp, void *buf, size_t buflen, size_t *msglenp, int mode) argument
1600 vlds_recvq_drain(vlds_svc_info_t *dpsp) argument
1630 vlds_recvq_put_data(vlds_svc_info_t *dpsp, void *buf, size_t buflen) argument
1683 void *dpsp; local
[all...]
H A Dds_drv.c1069 ds_cbarg_set_drv_per_svc_ptr(ds_cb_arg_t arg, void *dpsp) argument
1074 svc->drv_psp = dpsp;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h441 void ds_cbarg_set_drv_per_svc_ptr(ds_cb_arg_t arg, void *dpsp);

Completed in 50 milliseconds