Searched defs:svc_req (Results 1 – 2 of 2) sorted by relevance
61 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()
106 struct svc_req { struct107 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 */