Home
last modified time | relevance | path

Searched defs:svc_req (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c61 fmd_rpc_svc_create_local(void (*disp)(struct svc_req *, SVCXPRT *), in fmd_rpc_svc_create_local()
148 fmd_rpc_svc_init(void (*disp)(struct svc_req *, SVCXPRT *), in fmd_rpc_svc_init()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h106 struct svc_req { struct
107 rpcprog_t rq_prog; /* service program number */
108 rpcvers_t rq_vers; /* service protocol version */
109 rpcproc_t rq_proc; /* the desired procedure */
110 struct opaque_auth rq_cred; /* raw creds from the wire */
111 caddr_t rq_clntcred; /* read only cooked cred */
112 SVCXPRT *rq_xprt; /* associated transport */
113 bslabel_t *rq_label; /* TSOL label of the request */