Home
last modified time | relevance | path

Searched refs:svc_req (Results 1 – 25 of 126) sorted by relevance

123456

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmetad_svc_stubs.c107 struct svc_req *c) in _mdrpc_nullproc_1_svc()
118 struct svc_req *c) in _mdrpc_hostname_1_svc()
129 struct svc_req *c) in _mdrpc_addhosts_1_svc()
140 struct svc_req *c) in _mdrpc_delhosts_1_svc()
151 struct svc_req *c) in _mdrpc_createset_1_svc()
162 struct svc_req *c) in _mdrpc_delset_1_svc()
173 struct svc_req *c) in _mdrpc_getset_1_svc()
184 struct svc_req *c) in _mdrpc_setnumbusy_1_svc()
195 struct svc_req *c) in _mdrpc_setnameok_1_svc()
206 struct svc_req *c) in _mdrpc_ownset_1_svc()
[all …]
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Drpc_svc.c94 struct svc_req *rqstp) in _idmap_null_1()
103 struct svc_req *rqstp) in _idmap_get_mapped_ids_1()
112 struct svc_req *rqstp) in _idmap_list_mappings_1()
125 struct svc_req *rqstp) in _idmap_list_namerules_1()
138 struct svc_req *rqstp) in _idmap_update_1()
147 struct svc_req *rqstp) in _idmap_get_mapped_id_by_name_1()
156 struct svc_req *rqstp) in _idmap_get_prop_1()
165 struct svc_req *rqstp) in _directory_get_common_1()
178 struct svc_req *rqstp) in _idmap_flush_1()
184 idmap_prog_1(struct svc_req *rqstp, register SVCXPRT *transp) in idmap_prog_1()
[all …]
/titanic_41/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h223 extern generic_ret * create_principal_2_svc(cprinc_arg *, struct svc_req *);
226 extern generic_ret * delete_principal_2_svc(dprinc_arg *, struct svc_req *);
229 extern generic_ret * modify_principal_2_svc(mprinc_arg *, struct svc_req *);
232 extern generic_ret * rename_principal_2_svc(rprinc_arg *, struct svc_req *);
235 extern gprinc_ret * get_principal_2_svc(gprinc_arg *, struct svc_req *);
238 extern generic_ret * chpass_principal_2_svc(chpass_arg *, struct svc_req *);
241 extern chrand_ret * chrand_principal_2_svc(chrand_arg *, struct svc_req *);
244 extern generic_ret * create_policy_2_svc(cpol_arg *, struct svc_req *);
247 extern generic_ret * delete_policy_2_svc(dpol_arg *, struct svc_req *);
250 extern generic_ret * modify_policy_2_svc(mpol_arg *, struct svc_req *);
[all …]
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_rpc_svc.c150 struct svc_req *sr) in nlm_test_1_svc()
182 struct svc_req *sr) in nlm_lock_1_svc()
241 struct svc_req *sr) in nlm_cancel_1_svc()
262 struct svc_req *sr) in nlm_unlock_1_svc()
281 struct svc_req *sr) in nlm_granted_1_svc()
317 struct svc_req *sr) in nlm_test_msg_1_svc()
362 struct svc_req *sr) in nlm_lock_msg_1_svc()
416 struct svc_req *sr) in nlm_cancel_msg_1_svc()
453 struct svc_req *sr) in nlm_unlock_msg_1_svc()
488 struct svc_req *sr) in nlm_granted_msg_1_svc()
[all …]
H A Dnlm_impl.h559 void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
560 void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
619 void nlm_do_notify1(nlm_sm_status *, void *, struct svc_req *);
620 void nlm_do_notify2(nlm_sm_status *, void *, struct svc_req *);
622 struct svc_req *, nlm_testres_cb);
623 void nlm_do_lock(nlm4_lockargs *, nlm4_res *, struct svc_req *,
626 struct svc_req *, nlm_res_cb);
628 struct svc_req *, nlm_res_cb);
630 struct svc_req *, nlm_res_cb);
631 void nlm_do_share(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
[all …]
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcbind.h133 void pmap_service(struct svc_req *, SVCXPRT *xprt);
135 void rpcb_service_3(struct svc_req *, SVCXPRT *xprt);
136 void rpcb_service_4(struct svc_req *, SVCXPRT *xprt);
144 void rpcbproc_callit_com(struct svc_req *, SVCXPRT *, ulong_t, int);
145 bool_t rpcbproc_set_com(RPCB *, bool_t *, struct svc_req *, int);
146 bool_t rpcbproc_unset_com(RPCB *, bool_t *, struct svc_req *, int);
148 bool_t rpcbproc_uaddr2taddr_com(char **, struct netbuf *, struct svc_req *);
149 bool_t rpcbproc_taddr2uaddr_com(struct netbuf *, char **, struct svc_req *);
150 bool_t rpcbproc_getaddr_com(RPCB *, char **, struct svc_req *, ulong_t);
H A Dpmap_svc.c60 static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, unsigned long);
61 static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
62 static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *);
68 pmap_service(struct svc_req *rqstp, SVCXPRT *xprt) in pmap_service()
166 pmapproc_change(struct svc_req *rqstp, SVCXPRT *xprt, unsigned long op) in pmapproc_change()
242 pmapproc_getport(struct svc_req *rqstp, SVCXPRT *xprt) in pmapproc_getport()
317 pmapproc_dump(struct svc_req *rqstp, SVCXPRT *xprt) in pmapproc_dump()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_stub.c38 static void null_dispatch(struct svc_req *req, SVCXPRT *xprt);
39 static void (*dispatch)(struct svc_req *, SVCXPRT *) = null_dispatch;
87 rdcstub_dispatch(struct svc_req *req, SVCXPRT *xprt) in rdcstub_dispatch()
94 null_dispatch(struct svc_req *req, SVCXPRT *xprt) in null_dispatch()
100 rdcstub_set_dispatch(void (*disp)(struct svc_req *, SVCXPRT *)) in rdcstub_set_dispatch() argument
H A Drdc_stub.h35 extern void rdcstub_dispatch(struct svc_req *, SVCXPRT *);
36 extern void rdcstub_set_dispatch(void (*)(struct svc_req *, SVCXPRT *));
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_svc_subr.c39 struct svc_req *rqstp /* RPC stuff */ in med_null_1_svc()
57 struct svc_req *rqstp /* RPC stuff */ in med_upd_data_1_svc()
89 struct svc_req *rqstp /* RPC stuff */ in med_get_data_1_svc()
127 struct svc_req *rqstp /* RPC stuff */ in med_upd_rec_1_svc()
159 struct svc_req *rqstp /* RPC stuff */ in med_get_rec_1_svc()
197 struct svc_req *rqstp /* RPC stuff */ in med_hostname_1_svc()
/titanic_41/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_svc_subr.c405 struct svc_req *rqstp) in mdrpc_flush_internal_common()
425 struct svc_req *rqstp) in mdrpc_flush_internal_1_svc()
432 struct svc_req *rqstp) in mdrpc_flush_internal_2_svc()
445 struct svc_req *rqstp /* RPC stuff */ in mdrpc_add_drv_sidenms_common()
479 struct svc_req *rqstp /* RPC stuff */ in mdrpc_add_drv_sidenms_1_svc()
525 struct svc_req *rqstp /* RPC stuff */ in mdrpc_add_drv_sidenms_2_svc()
901 struct svc_req *rqstp /* RPC stuff */ in mdrpc_adddrvs_common()
935 struct svc_req *rqstp /* RPC stuff */ in mdrpc_adddrvs_1_svc()
964 struct svc_req *rqstp /* RPC stuff */ in mdrpc_adddrvs_2_svc()
984 struct svc_req *rqstp /* RPC stuff */ in mdrpc_imp_adddrvs_2_svc()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_prot.h171 extern ufsdrc_t *ufsd_null_1_svc(void *, struct svc_req *);
175 ufsd_repairfs_1_svc(ufsd_repairfs_args_t *, struct svc_req *);
179 ufsd_repairfslist_1_svc(ufsd_repairfs_list_t *, struct svc_req *);
182 extern ufsdrc_t *ufsd_send_1_svc(ufsd_msg_t *, struct svc_req *);
185 extern ufsdrc_t *ufsd_recv_1_svc(ufsd_msg_t *, struct svc_req *);
188 extern ufsdrc_t *ufsd_exit_1_svc(void *, struct svc_req *);
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_adm.c47 fmd_adm_modinfo_1_svc(struct fmd_rpc_modlist *rvp, struct svc_req *req) in fmd_adm_modinfo_1_svc()
105 struct fmd_rpc_modstat *rms, struct svc_req *req) in fmd_adm_modcstat_1_svc()
138 struct fmd_rpc_modstat *rms, struct svc_req *req) in fmd_adm_moddstat_1_svc()
192 fmd_adm_modgstat_1_svc(struct fmd_rpc_modstat *rms, struct svc_req *req) in fmd_adm_modgstat_1_svc()
219 fmd_adm_modload_1_svc(char *path, int *rvp, struct svc_req *req) in fmd_adm_modload_1_svc()
263 fmd_adm_modunload_1_svc(char *name, int *rvp, struct svc_req *req) in fmd_adm_modunload_1_svc()
285 fmd_adm_modreset_1_svc(char *name, int *rvp, struct svc_req *req) in fmd_adm_modreset_1_svc()
318 fmd_adm_modgc_1_svc(char *name, int *rvp, struct svc_req *req) in fmd_adm_modgc_1_svc()
408 struct fmd_rpc_rsrclist *rvp, struct svc_req *req) in fmd_adm_rsrclist_1_svc()
427 struct fmd_rpc_rsrcinfo *rvp, struct svc_req *req) in fmd_adm_rsrcinfo_1_svc()
[all …]
H A Dfmd_rpc.h36 struct svc_req;
40 extern int fmd_rpc_deny(struct svc_req *);
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h824 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
827 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
830 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
833 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
837 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
841 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
843 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
846 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
849 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
852 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
[all …]
H A Dnfs_acl.h332 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
336 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
339 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
342 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
345 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
349 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
353 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
356 struct exportinfo *, struct svc_req *, cred_t *, bool_t);
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c92 struct svc_req *req, cred_t *cr, bool_t ro) in rfs3_getattr()
100 DTRACE_NFSV3_4(op__getattr__start, struct svc_req *, req, in rfs3_getattr()
122 DTRACE_NFSV3_4(op__getattr__done, struct svc_req *, req, in rfs3_getattr()
137 DTRACE_NFSV3_4(op__getattr__done, struct svc_req *, req, in rfs3_getattr()
153 struct svc_req *req, cred_t *cr, bool_t ro) in rfs3_setattr()
171 DTRACE_NFSV3_4(op__setattr__start, struct svc_req *, req, in rfs3_setattr()
188 "got client label from request(1)", struct svc_req *, req); in rfs3_setattr()
333 DTRACE_NFSV3_4(op__setattr__done, struct svc_req *, req, in rfs3_setattr()
347 DTRACE_NFSV3_4(op__setattr__done, struct svc_req *, req, in rfs3_setattr()
368 struct svc_req *req, cred_t *cr, bool_t ro) in rfs3_lookup()
[all …]
H A Dnfs4_dispatch.c57 static void rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp);
226 rfs4_find_dr(struct svc_req *req, rfs4_drc_t *drc, rfs4_dupreq_t **dup) in rfs4_find_dr()
376 rfs4_dispatch(struct rpcdisp *disp, struct svc_req *req, in rfs4_dispatch()
396 DTRACE_NFSV4_1(null__start, struct svc_req *, req); in rfs4_dispatch()
398 DTRACE_NFSV4_1(null__done, struct svc_req *, req); in rfs4_dispatch()
402 DTRACE_NFSV4_1(null__done, struct svc_req *, req); in rfs4_dispatch()
497 struct svc_req *, xprt, in rfs4_dispatch()
531 rfs4_minorvers_mismatch(struct svc_req *req, SVCXPRT *xprt, void *args) in rfs4_minorvers_mismatch()
567 rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp) in rfs4_resource_err()
606 struct svc_req *, req->rq_xprt, char *, rbp); in rfs4_resource_err()
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_metamhd.c39 struct svc_req *rqstp /* RPC stuff */ in mhd_list_1_svc()
65 struct svc_req *rqstp /* RPC stuff */ in mhd_tkown_1_svc()
90 struct svc_req *rqstp /* RPC stuff */ in mhd_relown_1_svc()
114 struct svc_req *rqstp /* RPC stuff */ in mhd_status_1_svc()
/titanic_41/usr/src/uts/common/rpc/
H A Dauth_sys.h113 struct svc_req;
121 extern enum auth_stat _svcauth_unix(struct svc_req *, struct rpc_msg *);
122 extern enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *);
H A Dsvc_auth.h102 extern enum auth_stat sec_svc_msg(struct svc_req *, struct rpc_msg *,
111 extern enum auth_stat __gss_authenticate(struct svc_req *, struct rpc_msg *,
113 extern enum auth_stat __authenticate(struct svc_req *, struct rpc_msg *);
H A Dsvc.h104 struct svc_req { struct
140 typedef void (SVC_DISPATCH)(struct svc_req *, SVCXPRT *);
177 int (*xp_dup)(struct svc_req *, caddr_t, int,
689 void (*)(struct svc_req *, SVCXPRT *),
910 extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
924 extern SVCXPRT *svc_tp_create(void (*)(struct svc_req *, SVCXPRT *),
984 extern SVCXPRT *svc_door_create(void (*)(struct svc_req *, SVCXPRT *),
1105 extern int __svc_dup(struct svc_req *, caddr_t *, uint_t *, char *);
1106 extern int __svc_dupdone(struct svc_req *, caddr_t, uint_t, int, char *);
1108 extern int __svc_vc_dup(struct svc_req *, caddr_t *, uint_t *);
[all …]
H A Drpcsec_gss.h181 struct svc_req;
198 enum auth_stat __svcrpcsec_gss(struct svc_req *,
293 struct svc_req *req,
307 struct svc_req *req,
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_auth_sys.c70 __svcauth_sys(struct svc_req *rqst, struct rpc_msg *msg) in __svcauth_sys()
127 __svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in __svcauth_short()
136 __svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in __svcauth_unix()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_svc.c83 cachefsd_null_1_svc(void *inp, void *outp, struct svc_req *reqp) in cachefsd_null_1_svc()
112 struct svc_req *reqp) in cachefsd_caches_1_svc()
177 struct svc_req *reqp) in cachefsd_cache_status_1_svc()
295 struct svc_req *reqp) in cachefsd_mounts_1_svc()
389 struct cachefsd_mount_stat *outp, struct svc_req *reqp) in cachefsd_mount_stat_1_svc()
517 struct svc_req *reqp) in cachefsd_fs_mounted_1_svc()
567 struct svc_req *reqp) in cachefsd_fs_unmounted_1_svc()
664 struct svc_req *reqp) in cachefsd_disconnection_1_svc()

123456