/src/libexec/rpc.rusersd/ |
rusers_proc.h | 27 void rusers_service(struct svc_req *, SVCXPRT *);
|
rusers_proc.c | 65 typedef char *(*rusersproc)(void *, struct svc_req *); 77 static int *rusers_num_svc(void *, struct svc_req *); 82 struct utmpidlearr *rusersproc_names_2_svc(void *, struct svc_req *); 83 struct utmpidlearr *rusersproc_allnames_2_svc(void *, struct svc_req *); 185 rusers_num_svc(void *arg, struct svc_req *rqstp) 224 rusersproc_names_3_svc(void *arg, struct svc_req *rqstp) 232 rusersproc_allnames_3_svc(void *arg, struct svc_req *rqstp) 273 rusersproc_names_2_svc(void *arg, struct svc_req *rqstp) 280 rusersproc_allnames_2_svc(void *arg, struct svc_req *rqstp) 286 rusers_service(struct svc_req *rqstp, SVCXPRT *transp [all...] |
/src/usr.sbin/ypserv/yppush/ |
yppush.h | 43 void *yppushproc_null_1_svc(void *, struct svc_req *); 45 void *yppushproc_xfrresp_1_svc(void *, struct svc_req *); 47 void yppush_xfrrespprog_1(struct svc_req *, SVCXPRT *);
|
yppush_proc.c | 46 yppushproc_null_1_svc(void *argp, struct svc_req *rqstp) 55 yppushproc_xfrresp_1_svc(void *argp, struct svc_req *rqstp)
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv.h | 42 void *ypproc_null_2_svc(void *, struct svc_req *); 43 void *ypproc_domain_2_svc(void *, struct svc_req *); 44 void *ypproc_domain_nonack_2_svc(void *, struct svc_req *); 45 void *ypproc_match_2_svc(void *, struct svc_req *); 46 void *ypproc_first_2_svc(void *, struct svc_req *); 47 void *ypproc_next_2_svc(void *, struct svc_req *); 48 void *ypproc_xfr_2_svc(void *, struct svc_req *); 49 void *ypproc_clear_2_svc(void *, struct svc_req *); 50 void *ypproc_all_2_svc(void *, struct svc_req *); 51 void *ypproc_master_2_svc(void *, struct svc_req *); [all...] |
/src/include/rpc/ |
svc_auth.h | 48 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *); 49 extern int svc_auth_reg(int, enum auth_stat (*)(struct svc_req *,
|
svc_soc.h | 68 void (*)(struct svc_req *, SVCXPRT *), int);
|
auth.h | 180 struct svc_req; 182 enum auth_stat _svcauth_null(struct svc_req *, struct rpc_msg *); 183 enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *); 184 enum auth_stat _svcauth_unix(struct svc_req *, struct rpc_msg *);
|
/src/usr.sbin/rpc.yppasswdd/ |
extern.h | 30 void make_passwd(yppasswd *, struct svc_req *, SVCXPRT *);
|
/src/sys/fs/nfs/server/ |
nfs_fha_new.h | 38 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
/src/sys/fs/nfs/nlm/ |
nlm_prot_svc.c | 44 void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp); 45 void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp); 46 void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp); 47 void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp); 50 nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp) 58 bool_t (*local)(char *, void *, struct svc_req *); 70 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc; 98 nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp) 126 bool_t (*local)(char *, void *, struct svc_req *); 138 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc [all...] |
sm_inter.h | 78 extern void sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp); 81 extern struct sm_stat_res * sm_stat_1_svc(struct sm_name *, struct svc_req *); 84 extern struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *); 87 extern struct sm_stat * sm_unmon_1_svc(struct mon_id *, struct svc_req *); 90 extern struct sm_stat * sm_unmon_all_1_svc(struct my_id *, struct svc_req *); 93 extern void * sm_simu_crash_1_svc(void *, struct svc_req *); 96 extern void * sm_notify_1_svc(struct stat_chge *, struct svc_req *);
|
nlm.h | 161 struct svc_req *rqstp, CLIENT **rpcp); 171 struct svc_req *rqstp, bool_t monitor, CLIENT **rpcp); 181 struct svc_req *rqstp, CLIENT **rpcp); 191 struct svc_req *rqstp, CLIENT **rpcp); 201 struct svc_req *rqstp, CLIENT **rpcp); 207 extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
|
nlm_prot.h | 286 extern bool_t nlm_sm_notify_0_svc(struct nlm_sm_status *, void *, struct svc_req *); 291 extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *); 294 extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *); 297 extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *); 300 extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *); 303 extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *); 306 extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *); 309 extern bool_t nlm_lock_msg_1_svc(struct nlm_lockargs *, void *, struct svc_req *); 312 extern bool_t nlm_cancel_msg_1_svc(struct nlm_cancargs *, void *, struct svc_req *); 315 extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *); [all...] |
nlm_prot_server.c | 125 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) 133 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) 157 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) 178 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) 197 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) 214 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) 232 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) 264 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) 294 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) 322 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp [all...] |
/src/usr.sbin/rpc.statd/ |
statd.h | 100 struct sm_stat_res *sm_stat_1_svc(sm_name *, struct svc_req *); 101 struct sm_stat_res *sm_mon_1_svc(mon *, struct svc_req *); 102 struct sm_stat *sm_unmon_1_svc(mon_id *, struct svc_req *); 103 struct sm_stat *sm_unmon_all_1_svc(my_id *, struct svc_req *); 104 void *sm_simu_crash_1_svc(void *, struct svc_req *); 105 void *sm_notify_1_svc(stat_chge *, struct svc_req *); 116 void sm_prog_1(struct svc_req *, SVCXPRT *);
|
/src/usr.sbin/rpcbind/ |
rpcbind.h | 100 void *rpcbproc_getstat(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 102 void rpcb_service_3(struct svc_req *, SVCXPRT *); 103 void rpcb_service_4(struct svc_req *, SVCXPRT *); 106 void *rpcbproc_set_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 107 void *rpcbproc_unset_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 111 void *rpcbproc_getaddr_com(RPCB *, struct svc_req *, SVCXPRT *, rpcvers_t, 113 void *rpcbproc_gettime_com(void *, struct svc_req *, SVCXPRT *, 115 void *rpcbproc_uaddr2taddr_com(void *, struct svc_req *, 117 void *rpcbproc_taddr2uaddr_com(void *, struct svc_req *, SVCXPRT *, 120 void rpcbproc_callit_com(struct svc_req *, SVCXPRT *, rpcvers_t [all...] |
rpcb_svc.c | 55 static void *rpcbproc_getaddr_3_local(void *, struct svc_req *, SVCXPRT *, 57 static void *rpcbproc_dump_3_local(void *, struct svc_req *, SVCXPRT *, 65 rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp) 77 void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 206 rpcbproc_getaddr_3_local(void *arg, struct svc_req *rqstp __unused, 228 rpcbproc_dump_3_local(void *arg __unused, struct svc_req *rqstp __unused,
|
/src/usr.sbin/rpc.lockd/ |
lockd_lock.h | 7 enum nlm_stats getlock(nlm4_lockargs *, struct svc_req *, int);
|
lock_proc.c | 64 static void log_from_addr(const char *, struct svc_req *); 76 log_from_addr(const char *fun_name, struct svc_req *req) 358 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) 392 nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp) 448 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) 470 nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) 500 nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) 522 nlm_cancel_msg_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) 552 nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp) 569 nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp [all...] |
/src/libexec/rpc.rstatd/ |
rstat_proc.c | 103 void rstat_service(struct svc_req *, SVCXPRT *); 122 rstatproc_stats_3_svc(void *arg, struct svc_req *rqstp) 131 rstatproc_stats_2_svc(void *arg, struct svc_req *rqstp) 141 rstatproc_stats_1_svc(void *arg, struct svc_req *rqstp) 151 rstatproc_havedisk_3_svc(void *arg, struct svc_req *rqstp) 163 rstatproc_havedisk_2_svc(void *arg, struct svc_req *rqstp) 169 rstatproc_havedisk_1_svc(void *arg, struct svc_req *rqstp) 292 rstat_service(struct svc_req *rqstp, SVCXPRT *transp) 299 char *(*local)(void *, struct svc_req *); 311 local = (char *(*)(void *, struct svc_req *)) [all...] |
/src/libexec/rpc.rwalld/ |
rwalld.c | 65 static void wallprog_1(struct svc_req *, SVCXPRT *); 135 wallproc_wall_1_svc(char **s, struct svc_req *rqstp) 149 wallprog_1(struct svc_req *rqstp, SVCXPRT *transp) 156 char *(*local) __P((char **, struct svc_req *)); 166 local = (char *(*) __P((char **, struct svc_req *)))
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_v1.c | 64 pcnfsd_null_1_svc(void *arg, struct svc_req *req) 71 pcnfsd_auth_1_svc(auth_args *arg, struct svc_req *req) 123 pcnfsd_pr_init_1_svc(pr_init_args *pi_arg, struct svc_req *req) 134 pcnfsd_pr_start_1_svc(pr_start_args *ps_arg, struct svc_req *req)
|
pcnfsd_v2.c | 66 pcnfsd2_null_2_svc(void *arg, struct svc_req *req) 73 pcnfsd2_auth_2_svc(v2_auth_args *arg, struct svc_req *req) 167 pcnfsd2_pr_init_2_svc(v2_pr_init_args *arg, struct svc_req *req) 180 pcnfsd2_pr_start_2_svc(v2_pr_start_args *arg, struct svc_req *req) 193 pcnfsd2_pr_list_2_svc(void *arg, struct svc_req *req) 206 pcnfsd2_pr_queue_2_svc(v2_pr_queue_args *arg, struct svc_req *req) 221 pcnfsd2_pr_status_2_svc(v2_pr_status_args *arg, struct svc_req *req) 235 pcnfsd2_pr_cancel_2_svc(v2_pr_cancel_args *arg, struct svc_req *req) 246 pcnfsd2_pr_requeue_2_svc(v2_pr_requeue_args *arg, struct svc_req *req) 256 pcnfsd2_pr_hold_2_svc(v2_pr_hold_args *arg, struct svc_req *req [all...] |
/src/lib/libc/rpc/ |
svc_auth.c | 76 * struct svc_req *rqst; 84 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *); 108 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) 160 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) 182 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *))
|