Searched defs:T_DISCON_REQ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h50 #define T_DISCON_REQ 2 /* disconnect request */ macro
172 long PRIM_type; /* always T_DISCON_REQ */
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h67 #define T_DISCON_REQ 2 /* disconnect request */ macro
286 t_scalar_t PRIM_type; /* always T_DISCON_REQ */
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1708 if (terror->ERROR_prim == T_DISCON_REQ) {
1722 if (tok->CORRECT_prim == T_DISCON_REQ) {
2602 * T_DISCON_REQ is one of the interesting default
2604 * T_DISCON_REQ is done. However, that is somewhat
2606 * T_DISCON_REQ, and let the service procedure
2788 * T_DISCON_REQ is passed to kRPC as an integer value
2794 clnt_dispatch_notifyall(WR(q), T_DISCON_REQ, 0); local

Completed in 66 milliseconds