Home
last modified time | relevance | path

Searched defs:rqstp (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c66 #define getrpcaddr(rqstp) (struct sockaddr *)(svc_getrpccaller((rqstp)->rq_xprt)->buf) argument
426 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_1_svc()
458 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_msg_1_svc()
513 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc()
535 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
564 nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_1_svc()
586 nlm_cancel_msg_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_msg_1_svc()
615 nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_1_svc()
632 nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
668 nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_granted_1_svc()
[all …]
/freebsd/sys/nlm/
H A Dnlm_prot_server.c121 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) in nlm_sm_notify_0_svc()
129 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc()
153 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc()
174 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_cancel_1_svc()
193 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_unlock_1_svc()
210 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_granted_1_svc()
228 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_test_msg_1_svc()
260 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
290 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) in nlm_cancel_msg_1_svc()
318 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
[all …]
H A Dnlm_prot_svc.c46 nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp) in nlm_prog_0()
94 nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp) in nlm_prog_1()
248 nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp) in nlm_prog_3()
341 nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp) in nlm_prog_4()
H A Dnlm_prot_impl.c1756 nlm_get_vfs_state(struct nlm_host *host, struct svc_req *rqstp, in nlm_get_vfs_state()
1855 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp, in nlm_do_test()
1953 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_lock()
2142 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_cancel()
2232 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_unlock()
2294 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_granted()
2339 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp) in nlm_do_granted_res()
/freebsd/usr.sbin/ypserv/
H A Dyp_server.c74 ypproc_null_2_svc(void *argp, struct svc_req *rqstp) in ypproc_null_2_svc()
92 ypproc_domain_2_svc(domainname *argp, struct svc_req *rqstp)
114 ypproc_domain_nonack_2_svc(domainname *argp, struct svc_req *rqstp)
134 ypproc_match_2_svc(ypreq_key *argp, struct svc_req *rqstp)
205 ypproc_first_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
237 ypproc_next_2_svc(ypreq_key *argp, struct svc_req *rqstp)
319 ypproc_xfr_2_svc(ypreq_xfr *argp, struct svc_req *rqstp)
424 ypproc_clear_2_svc(void *argp, struct svc_req *rqstp)
486 ypproc_all_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
573 ypproc_master_2_svc(ypreq_nokey *argp, struct svc_req *rqstp)
[all …]
H A Dyp_dnslookup.c408 yp_async_lookup_name(struct svc_req *rqstp, char *name, int af) in yp_async_lookup_name()
463 yp_async_lookup_addr(struct svc_req *rqstp, char *addr, int af) in yp_async_lookup_addr()
H A Dyp_access.c210 yp_access(const char *map, const char *domain, const struct svc_req *rqstp)
/freebsd/crypto/krb5/src/kadmin/server/
H A Dserver_stubs.c28 #define CHANGEPW_SERVICE(rqstp) \ argument
109 struct svc_req *rqstp, in new_server_handle()
181 int setup_gss_names(struct svc_req *rqstp, in setup_gss_names()
269 stub_setup(krb5_ui_4 api_version, struct svc_req *rqstp, krb5_principal princ, in stub_setup()
348 changepw_not_self(kadm5_server_handle_t handle, struct svc_req *rqstp, in changepw_not_self()
357 ticket_is_initial(struct svc_req *rqstp) in ticket_is_initial()
371 check_self_keychange(kadm5_server_handle_t handle, struct svc_req *rqstp, in check_self_keychange()
408 struct svc_req *rqstp) in log_unauth()
437 struct svc_req *rqstp) in log_done()
463 struct svc_req *rqstp) in create_principal_2_svc()
[all …]
H A Dipropd_svc.c147 iprop_get_updates_1_svc(kdb_last_t *arg, struct svc_req *rqstp) in iprop_get_updates_1_svc()
258 ipropx_resync(uint32_t vers, struct svc_req *rqstp) in ipropx_resync()
446 iprop_full_resync_1_svc(/* LINTED */ void *argp, struct svc_req *rqstp) in iprop_full_resync_1_svc()
452 iprop_full_resync_ext_1_svc(uint32_t *argp, struct svc_req *rqstp) in iprop_full_resync_ext_1_svc()
458 check_iprop_rpcsec_auth(struct svc_req *rqstp) in check_iprop_rpcsec_auth()
531 krb5_iprop_prog_1(struct svc_req *rqstp, in krb5_iprop_prog_1()
H A Dkadm_rpc_svc.c41 kadm_1(struct svc_req *rqstp, SVCXPRT *transp) in kadm_1()
281 check_rpcsec_auth(struct svc_req *rqstp) in check_rpcsec_auth()
346 gss_to_krb5_name_1(struct svc_req *rqstp, krb5_context ctx, gss_name_t gss_name, in gss_to_krb5_name_1()
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c104 rstatproc_stats_3_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_3_svc()
113 rstatproc_stats_2_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_2_svc()
122 rstatproc_stats_1_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_1_svc()
131 rstatproc_havedisk_3_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_3_svc()
143 rstatproc_havedisk_2_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_2_svc()
149 rstatproc_havedisk_1_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_1_svc()
395 rstat_service(struct svc_req *rqstp, SVCXPRT *transp) in rstat_service()
/freebsd/usr.sbin/gssd/
H A Dgssd.c318 gssd_null_1_svc(void *argp, void *result, struct svc_req *rqstp) in gssd_null_1_svc()
327 …sec_context_1_svc(init_sec_context_args *argp, init_sec_context_res *result, struct svc_req *rqstp) in gssd_init_sec_context_1_svc()
448 gssd_supports_lucid_1_svc(void *argp, supports_lucid_res *result, struct svc_req *rqstp) in gssd_supports_lucid_1_svc()
458 init_sec_context_lucid_v1_res *result, struct svc_req *rqstp) in gssd_init_sec_context_lucid_v1_1_svc()
468 accept_sec_context_lucid_v1_res *result, struct svc_req *rqstp) in gssd_accept_sec_context_lucid_v1_1_svc()
477 …context_1_svc(accept_sec_context_args *argp, accept_sec_context_res *result, struct svc_req *rqstp) in gssd_accept_sec_context_1_svc()
528 gssd_supports_lucid_1_svc(void *argp, supports_lucid_res *result, struct svc_req *rqstp) in gssd_supports_lucid_1_svc()
539 init_sec_context_res *result, struct svc_req *rqstp) in gssd_init_sec_context_1_svc()
549 accept_sec_context_res *result, struct svc_req *rqstp) in gssd_accept_sec_context_1_svc()
559 init_sec_context_lucid_v1_res *result, struct svc_req *rqstp) in gssd_init_sec_context_lucid_v1_1_svc()
[all …]
/freebsd/sys/rpc/
H A Dsvc.c660 svc_sendreply_common(struct svc_req *rqstp, struct rpc_msg *rply, in svc_sendreply_common()
691 svc_sendreply(struct svc_req *rqstp, xdrproc_t xdr_results, void * xdr_location) in svc_sendreply()
720 svc_sendreply_mbuf(struct svc_req *rqstp, struct mbuf *m) in svc_sendreply_mbuf()
739 svcerr_noproc(struct svc_req *rqstp) in svcerr_noproc()
761 svcerr_decode(struct svc_req *rqstp) in svcerr_decode()
783 svcerr_systemerr(struct svc_req *rqstp) in svcerr_systemerr()
805 svcerr_auth(struct svc_req *rqstp, enum auth_stat why) in svcerr_auth()
827 svcerr_weakauth(struct svc_req *rqstp) in svcerr_weakauth()
837 svcerr_noprog(struct svc_req *rqstp) in svcerr_noprog()
859 svcerr_progvers(struct svc_req *rqstp, rpcvers_t low_vers, rpcvers_t high_vers) in svcerr_progvers()
[all …]
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c243 __unused struct svc_req *rqstp) in rpctlscd_null_2_svc()
252 struct rpctlscd_connect_res *result, __unused struct svc_req *rqstp) in rpctlscd_connect_2_svc()
296 struct rpctlscd_handlerecord_res *result, __unused struct svc_req *rqstp) in rpctlscd_handlerecord_2_svc()
334 struct rpctlscd_disconnect_res *result, __unused struct svc_req *rqstp) in rpctlscd_disconnect_2_svc()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_4.c68 rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_4()
260 rpcbproc_getaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp, in rpcbproc_getaddr_4_local()
290 rpcbproc_getversaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp, in rpcbproc_getversaddr_4_local()
H A Drpcb_svc.c66 rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_3()
H A Dpmap_svc.c64 pmap_service(struct svc_req *rqstp, SVCXPRT *xprt) in pmap_service()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c322 __unused struct svc_req *rqstp) in rpctlssd_null_2_svc()
353 struct rpctlssd_connect_res *result __unused, struct svc_req *rqstp) in rpctlssd_connect_2_svc()
476 struct rpctlssd_handlerecord_res *result, __unused struct svc_req *rqstp) in rpctlssd_handlerecord_2_svc()
516 struct rpctlssd_disconnect_res *result, __unused struct svc_req *rqstp) in rpctlssd_disconnect_2_svc()
/freebsd/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c86 ypxfrd_getmap_1_svc(ypxfr_mapname *argp, struct svc_req *rqstp)
/freebsd/crypto/krb5/src/lib/rpc/unit-test/
H A Drpc_test_svc.c17 rpc_test_prog_1_svc(struct svc_req *rqstp, SVCXPRT *transp) in rpc_test_prog_1_svc()
/freebsd/libexec/rpc.sprayd/
H A Dsprayd.c125 spray_service(struct svc_req *rqstp, SVCXPRT *transp) in spray_service()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c467 yppasswdproc_update_1_svc(yppasswd *argp, struct svc_req *rqstp) in yppasswdproc_update_1_svc()
736 struct svc_req *rqstp) in yppasswdproc_update_master_1_svc()
/freebsd/crypto/krb5/src/lib/rpc/
H A Dsvc_simple.c106 struct svc_req *rqstp, in universal()
/freebsd/usr.sbin/yppush/
H A Dyppush_main.c260 yppushproc_null_1_svc(void *argp, struct svc_req *rqstp) in yppushproc_null_1_svc()
268 yppushproc_xfrresp_1_svc(yppushresp_xfr *argp, struct svc_req *rqstp) in yppushproc_xfrresp_1_svc()
/freebsd/libexec/rpc.rwalld/
H A Drwalld.c163 wallprog_1(struct svc_req *rqstp, SVCXPRT *transp) in wallprog_1()

12