Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_raw.c246 case SVCGET_XID: /* fall through for now */ in svc_raw_control()
H A Dsvc_vc.c1204 case SVCGET_XID: in svc_vc_control()
1260 case SVCGET_XID: /* fall through for now */ in rendezvous_control()
H A Dsvc.c1787 if (SVC_CONTROL(req->rq_xprt, SVCGET_XID, (void*)&drxid) == FALSE) { in __svc_dup()
2041 if (SVC_CONTROL(req->rq_xprt, SVCGET_XID, (void*)&drxid) == FALSE) { in __svc_dupdone()
H A Dsvc_dg.c585 case SVCGET_XID: in svc_dg_control()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h209 #define SVCGET_XID 4 macro