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.c2277 rib_free_sendwait(struct send_wid *wdesc) in rib_free_sendwait() argument
2279 cv_destroy(&wdesc->wait_cv); in rib_free_sendwait()
2280 mutex_destroy(&wdesc->sendwait_lock); 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
2343 wdesc = rib_init_sendwait(msgid, cv_sig, qp); in rib_send_and_wait()
2344 *swid = (caddr_t)wdesc; in rib_send_and_wait()
2345 tx_wr.wr_id = (ibt_wrid_t)(uintptr_t)wdesc; in rib_send_and_wait()
2346 mutex_enter(&wdesc->sendwait_lock); in rib_send_and_wait()
2347 wdesc->nsbufs = nds; in rib_send_and_wait()
[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()