Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dsvc.h133 struct svc_req { struct
134 u_long rq_prog; /* service program number */
135 u_long rq_vers; /* service protocol version */
136 u_long rq_proc; /* the desired procedure */
137 struct opaque_auth rq_cred; /* raw creds from the wire */
138 caddr_t rq_clntcred; /* read only cooked cred */
139 SVCXPRT *rq_xprt; /* associated transport */
/titanic_41/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()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_stub.c100 rdcstub_set_dispatch(void (*disp)(struct svc_req *, SVCXPRT *)) in rdcstub_set_dispatch()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.h104 struct svc_req { struct
105 rpcprog_t rq_prog; /* service program number */
106 rpcvers_t rq_vers; /* service protocol version */
107 rpcproc_t rq_proc; /* the desired procedure */
108 struct opaque_auth rq_cred; /* raw creds from the wire */
109 caddr_t rq_clntcred; /* read only cooked cred */
110 SVCXPRT *rq_xprt; /* associated transport */
111 bslabel_t *rq_label; /* TSOL label of the request */
/titanic_41/usr/src/uts/common/avs/ns/
H A Dcontract.h218 typedef struct svc_req { /* required fields */ struct
221 } svc_req_t; argument