Home
last modified time | relevance | path

Searched refs:wdesc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c2279 cv_destroy(&wdesc->wait_cv); in rib_free_sendwait()
2281 kmem_free(wdesc, sizeof (*wdesc)); in rib_free_sendwait()
2308 struct send_wid *wdesc; in rib_send_and_wait() local
2344 *swid = (caddr_t)wdesc; in rib_send_and_wait()
2347 wdesc->nsbufs = nds; in rib_send_and_wait()
2377 (void) rib_free_sendwait(wdesc); in rib_send_and_wait()
2393 ret = rib_sendwait(qp, wdesc); in rib_send_and_wait()
2754 struct send_wid *wdesc; in rib_write() local
2826 ret = rib_sendwait(qp, wdesc); in rib_write()
2846 struct send_wid *wdesc; in rib_read() local
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c531 W_desc wdesc; in dcmd_Rtmaps() local
550 wdesc.w_flags = flg; in dcmd_Rtmaps()
552 (void *)&wdesc, addr) == -1) in dcmd_Rtmaps()
625 wdesc.w_flags = flg; in dcmd_Rtmaps()
627 (void *)&wdesc, (uintptr_t)lm.lm_head) == -1) { in dcmd_Rtmaps()