Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c363 #define CKU_SENT 0x2 macro
854 p->cku_flags &= ~CKU_SENT; in clnt_cots_kcallit()
873 } else if (p->cku_flags & CKU_SENT) { in clnt_cots_kcallit()
1006 if ((p->cku_flags & CKU_SENT) == 0 || in clnt_cots_kcallit()
1010 } else if ((p->cku_flags & CKU_SENT) && (p->cku_flags & CKU_ONQUEUE) && in clnt_cots_kcallit()
1164 p->cku_flags = (CKU_ONQUEUE|CKU_SENT); in clnt_cots_kcallit()