Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h355 #define RSMIPC_GET(x, v) ((x)->rsmipc_flags & (v)) macro
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c3718 if (RSMIPC_GET(slot, RSMIPC_PENDING)) { in rsm_intr_reply()
5238 if (RSMIPC_GET(slot, RSMIPC_FREE)) { in rsmipc_alloc()
5551 while (RSMIPC_GET(rslot, RSMIPC_PENDING)) { in rsmipc_send()