include/rpc/auth.h
180
struct svc_req;
include/rpc/auth.h
182
enum auth_stat _svcauth_null(struct svc_req *, struct rpc_msg *);
include/rpc/auth.h
183
enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *);
include/rpc/auth.h
184
enum auth_stat _svcauth_unix(struct svc_req *, struct rpc_msg *);
include/rpc/svc.h
202
void (*)(struct svc_req *, SVCXPRT *),
include/rpc/svc.h
361
extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
include/rpc/svc.h
376
extern SVCXPRT *svc_tp_create(void (*)(struct svc_req *, SVCXPRT *),
include/rpc/svc_auth.h
48
extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
include/rpc/svc_auth.h
49
extern int svc_auth_reg(int, enum auth_stat (*)(struct svc_req *,
include/rpc/svc_soc.h
68
void (*)(struct svc_req *, SVCXPRT *), int);
lib/libc/rpc/svc.c
116
void (*sc_dispatch)(struct svc_req *, SVCXPRT *);
lib/libc/rpc/svc.c
249
void (*dispatch)(struct svc_req *, SVCXPRT *),
lib/libc/rpc/svc.c
358
void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol)
lib/libc/rpc/svc.c
678
struct svc_req r;
lib/libc/rpc/svc_auth.c
108
_authenticate(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_auth.c
160
_svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_auth.c
182
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *))
lib/libc/rpc/svc_auth.c
84
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
lib/libc/rpc/svc_auth_unix.c
145
_svcauth_short(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_auth_unix.c
67
_svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_generic.c
161
void (*dispatch)(struct svc_req *, SVCXPRT *),
lib/libc/rpc/svc_generic.c
90
void (*dispatch)(struct svc_req *, SVCXPRT *),
lib/libc/rpc/svc_simple.c
252
universal(struct svc_req *rqstp, SVCXPRT *transp)
lib/libc/rpc/svc_simple.c
73
static void universal(struct svc_req *, SVCXPRT *);
libexec/rpc.rquotad/rquotad.c
116
rquota_service(struct svc_req *request, SVCXPRT *transp)
libexec/rpc.rquotad/rquotad.c
137
ext_rquota_service(struct svc_req *request, SVCXPRT *transp)
libexec/rpc.rquotad/rquotad.c
211
sendquota(struct svc_req *request, int vers, SVCXPRT *transp)
libexec/rpc.rquotad/rquotad.c
37
static void rquota_service(struct svc_req *request, SVCXPRT *transp);
libexec/rpc.rquotad/rquotad.c
38
static void ext_rquota_service(struct svc_req *request, SVCXPRT *transp);
libexec/rpc.rquotad/rquotad.c
39
static void sendquota(struct svc_req *request, int vers, SVCXPRT *transp);
libexec/rpc.rstatd/rstat_proc.c
103
void rstat_service(struct svc_req *, SVCXPRT *);
libexec/rpc.rstatd/rstat_proc.c
122
rstatproc_stats_3_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rstatd/rstat_proc.c
131
rstatproc_stats_2_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rstatd/rstat_proc.c
141
rstatproc_stats_1_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rstatd/rstat_proc.c
151
rstatproc_havedisk_3_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rstatd/rstat_proc.c
163
rstatproc_havedisk_2_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rstatd/rstat_proc.c
169
rstatproc_havedisk_1_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rstatd/rstat_proc.c
292
rstat_service(struct svc_req *rqstp, SVCXPRT *transp)
libexec/rpc.rstatd/rstat_proc.c
299
char *(*local)(void *, struct svc_req *);
libexec/rpc.rstatd/rstat_proc.c
311
local = (char *(*)(void *, struct svc_req *))
libexec/rpc.rstatd/rstat_proc.c
315
local = (char *(*)(void *, struct svc_req *))
libexec/rpc.rstatd/rstat_proc.c
319
local = (char *(*)(void *, struct svc_req *))
libexec/rpc.rstatd/rstat_proc.c
333
local = (char *(*)(void *, struct svc_req *))
libexec/rpc.rstatd/rstat_proc.c
337
local = (char *(*)(void *, struct svc_req *))
libexec/rpc.rstatd/rstat_proc.c
341
local = (char *(*)(void *, struct svc_req *))
libexec/rpc.rstatd/rstatd.c
52
extern void rstat_service(struct svc_req *, SVCXPRT *);
libexec/rpc.rusersd/rusers_proc.c
185
rusers_num_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rusersd/rusers_proc.c
224
rusersproc_names_3_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rusersd/rusers_proc.c
232
rusersproc_allnames_3_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rusersd/rusers_proc.c
273
rusersproc_names_2_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rusersd/rusers_proc.c
280
rusersproc_allnames_2_svc(void *arg, struct svc_req *rqstp)
libexec/rpc.rusersd/rusers_proc.c
286
rusers_service(struct svc_req *rqstp, SVCXPRT *transp)
libexec/rpc.rusersd/rusers_proc.c
306
local = (char *(*)(void *, struct svc_req *))
libexec/rpc.rusersd/rusers_proc.c
65
typedef char *(*rusersproc)(void *, struct svc_req *);
libexec/rpc.rusersd/rusers_proc.c
77
static int *rusers_num_svc(void *, struct svc_req *);
libexec/rpc.rusersd/rusers_proc.c
82
struct utmpidlearr *rusersproc_names_2_svc(void *, struct svc_req *);
libexec/rpc.rusersd/rusers_proc.c
83
struct utmpidlearr *rusersproc_allnames_2_svc(void *, struct svc_req *);
libexec/rpc.rusersd/rusers_proc.h
27
void rusers_service(struct svc_req *, SVCXPRT *);
libexec/rpc.rwalld/rwalld.c
135
wallproc_wall_1_svc(char **s, struct svc_req *rqstp)
libexec/rpc.rwalld/rwalld.c
149
wallprog_1(struct svc_req *rqstp, SVCXPRT *transp)
libexec/rpc.rwalld/rwalld.c
156
char *(*local) __P((char **, struct svc_req *));
libexec/rpc.rwalld/rwalld.c
166
local = (char *(*) __P((char **, struct svc_req *)))
libexec/rpc.rwalld/rwalld.c
65
static void wallprog_1(struct svc_req *, SVCXPRT *);
libexec/rpc.sprayd/sprayd.c
122
spray_service(struct svc_req *rqstp, SVCXPRT *transp)
libexec/rpc.sprayd/sprayd.c
45
static void spray_service(struct svc_req *, SVCXPRT *);
sys/fs/nfs/client/nfs_clkrpc.c
68
nfscb_program(struct svc_req *rqst, SVCXPRT *xprt)
sys/fs/nfs/common/nfs_fha.c
131
fha_extract_info(struct svc_req *req, struct fha_info *i,
sys/fs/nfs/common/nfs_fha.c
381
fha_assign(SVCTHREAD *this_thread, struct svc_req *req,
sys/fs/nfs/common/nfs_fha.c
444
fha_nd_complete(SVCTHREAD *thread, struct svc_req *req)
sys/fs/nfs/common/nfs_fha.h
109
void fha_nd_complete(SVCTHREAD *, struct svc_req *);
sys/fs/nfs/common/nfs_fha.h
110
SVCTHREAD *fha_assign(SVCTHREAD *, struct svc_req *, struct fha_params *);
sys/fs/nfs/nlm/nlm.h
161
struct svc_req *rqstp, CLIENT **rpcp);
sys/fs/nfs/nlm/nlm.h
171
struct svc_req *rqstp, bool_t monitor, CLIENT **rpcp);
sys/fs/nfs/nlm/nlm.h
181
struct svc_req *rqstp, CLIENT **rpcp);
sys/fs/nfs/nlm/nlm.h
191
struct svc_req *rqstp, CLIENT **rpcp);
sys/fs/nfs/nlm/nlm.h
201
struct svc_req *rqstp, CLIENT **rpcp);
sys/fs/nfs/nlm/nlm.h
207
extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
sys/fs/nfs/nlm/nlm_prot.h
286
extern bool_t nlm_sm_notify_0_svc(struct nlm_sm_status *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
291
extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
294
extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
297
extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
300
extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
303
extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
306
extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
309
extern bool_t nlm_lock_msg_1_svc(struct nlm_lockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
312
extern bool_t nlm_cancel_msg_1_svc(struct nlm_cancargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
315
extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
318
extern bool_t nlm_granted_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
321
extern bool_t nlm_test_res_1_svc(nlm_testres *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
324
extern bool_t nlm_lock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
327
extern bool_t nlm_cancel_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
330
extern bool_t nlm_unlock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
333
extern bool_t nlm_granted_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
339
extern bool_t nlm_share_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
342
extern bool_t nlm_unshare_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
345
extern bool_t nlm_nm_lock_3_svc(nlm_lockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
348
extern bool_t nlm_free_all_3_svc(nlm_notify *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
354
extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
357
extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
360
extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
363
extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
366
extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
369
extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
372
extern bool_t nlm4_lock_msg_4_svc(nlm4_lockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
375
extern bool_t nlm4_cancel_msg_4_svc(nlm4_cancargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
378
extern bool_t nlm4_unlock_msg_4_svc(nlm4_unlockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
381
extern bool_t nlm4_granted_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
384
extern bool_t nlm4_test_res_4_svc(nlm4_testres *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
387
extern bool_t nlm4_lock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
390
extern bool_t nlm4_cancel_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
393
extern bool_t nlm4_unlock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
396
extern bool_t nlm4_granted_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
399
extern bool_t nlm4_share_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
402
extern bool_t nlm4_unshare_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
405
extern bool_t nlm4_nm_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
408
extern bool_t nlm4_free_all_4_svc(nlm4_notify *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_impl.c
1426
extern void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_impl.c
1427
extern void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_impl.c
1428
extern void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_impl.c
1429
extern void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_impl.c
1437
static void (*dispatchers[])(struct svc_req *, SVCXPRT *) = {
sys/fs/nfs/nlm/nlm_prot_impl.c
1761
nlm_get_vfs_state(struct nlm_host *host, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
1863
nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
1961
nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2150
nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2240
nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2302
nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2347
nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
125
nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
133
nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
157
nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
178
nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
197
nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
214
nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
232
nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
264
nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
294
nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
322
nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
348
nlm_granted_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
375
nlm_test_res_1_svc(nlm_testres *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
389
nlm_lock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
398
nlm_cancel_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
407
nlm_unlock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
416
nlm_granted_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
433
nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
454
nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
475
nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
496
nlm_free_all_3_svc(nlm_notify *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
515
nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
523
nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
531
nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
539
nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
547
nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
555
nlm4_test_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
573
nlm4_lock_msg_4_svc(nlm4_lockargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
591
nlm4_cancel_msg_4_svc(nlm4_cancargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
609
nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
627
nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
645
nlm4_test_res_4_svc(nlm4_testres *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
652
nlm4_lock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
659
nlm4_cancel_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
666
nlm4_unlock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
673
nlm4_granted_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
681
nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
690
nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
699
nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
707
nlm4_free_all_4_svc(nlm4_notify *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
126
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
138
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
144
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
150
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
156
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
162
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
168
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
174
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
180
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
186
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
192
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
198
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
204
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
210
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
216
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
222
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
252
nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp)
sys/fs/nfs/nlm/nlm_prot_svc.c
267
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
297
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_share_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
303
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unshare_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
309
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_nm_lock_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
315
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_free_all_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
345
nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp)
sys/fs/nfs/nlm/nlm_prot_svc.c
380
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
392
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_test_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
398
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_lock_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
404
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_cancel_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
410
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unlock_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
416
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_granted_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
422
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_test_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
428
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_lock_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
434
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_cancel_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
44
void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_svc.c
440
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unlock_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
446
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_granted_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
45
void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_svc.c
452
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_test_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
458
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_lock_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
46
void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_svc.c
464
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_cancel_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
47
void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/nlm_prot_svc.c
470
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unlock_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
476
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_granted_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
482
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_share_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
488
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unshare_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
494
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_nm_lock_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
50
nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp)
sys/fs/nfs/nlm/nlm_prot_svc.c
500
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_free_all_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
58
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
70
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
98
nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp)
sys/fs/nfs/nlm/sm_inter.h
78
extern void sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
sys/fs/nfs/nlm/sm_inter.h
81
extern struct sm_stat_res * sm_stat_1_svc(struct sm_name *, struct svc_req *);
sys/fs/nfs/nlm/sm_inter.h
84
extern struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *);
sys/fs/nfs/nlm/sm_inter.h
87
extern struct sm_stat * sm_unmon_1_svc(struct mon_id *, struct svc_req *);
sys/fs/nfs/nlm/sm_inter.h
90
extern struct sm_stat * sm_unmon_all_1_svc(struct my_id *, struct svc_req *);
sys/fs/nfs/nlm/sm_inter.h
93
extern void * sm_simu_crash_1_svc(void *, struct svc_req *);
sys/fs/nfs/nlm/sm_inter.h
96
extern void * sm_notify_1_svc(struct stat_chge *, struct svc_req *);
sys/fs/nfs/server/nfs_fha_new.c
275
fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req)
sys/fs/nfs/server/nfs_fha_new.h
38
SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
sys/fs/nfs/server/nfs_nfsdkrpc.c
120
nfssvc_program(struct svc_req *rqst, SVCXPRT *xprt)
tests/lib/libc/rpc/t_rpc.c
97
server(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/mountd/mountd.c
210
static void mntsrv(struct svc_req *, SVCXPRT *);
usr.sbin/mountd/mountd.c
572
mntsrv(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/rpc.bootparamd/bootparamd.c
154
bootparamproc_whoami_1_svc(bp_whoami_arg *whoami, struct svc_req *rqstp)
usr.sbin/rpc.bootparamd/bootparamd.c
226
bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *rqstp)
usr.sbin/rpc.bootparamd/bootparamd.c
56
extern void bootparamprog_1(struct svc_req *, SVCXPRT *);
usr.sbin/rpc.lockd/lock_proc.c
1020
nlm4_granted_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1035
nlm4_granted_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1056
nlm4_test_res_4_svc(nlm4_testres *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1070
nlm4_lock_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1085
nlm4_cancel_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1099
nlm4_unlock_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1113
nlm4_granted_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1136
nlm4_share_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1156
nlm4_unshare_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1180
nlm4_nm_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1205
nlm4_free_all_4_svc(nlm_notify *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1221
nlm_sm_notify_0_svc(struct nlm_sm_status *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
358
nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
392
nlm_test_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
448
nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
470
nlm_lock_msg_1_svc(nlm_lockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
500
nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
522
nlm_cancel_msg_1_svc(nlm_cancargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
552
nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
569
nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
606
nlm_granted_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
621
nlm_granted_msg_1_svc(nlm_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
64
static void log_from_addr(const char *, struct svc_req *);
usr.sbin/rpc.lockd/lock_proc.c
642
nlm_test_res_1_svc(nlm_testres *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
656
nlm_lock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
671
nlm_cancel_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
685
nlm_unlock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
699
nlm_granted_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
722
nlm_share_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
742
nlm_unshare_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
76
log_from_addr(const char *fun_name, struct svc_req *req)
usr.sbin/rpc.lockd/lock_proc.c
766
nlm_nm_lock_3_svc(nlm_lockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
791
nlm_free_all_3_svc(nlm_notify *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
808
nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
837
nlm4_test_msg_4_svc(nlm4_testargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
886
nlm4_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
902
nlm4_lock_msg_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
925
nlm4_cancel_4_svc(nlm4_cancargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
944
nlm4_cancel_msg_4_svc(nlm4_cancargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
972
nlm4_unlock_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
986
nlm4_unlock_msg_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lockd.c
74
void nlm_prog_0(struct svc_req *, SVCXPRT *);
usr.sbin/rpc.lockd/lockd.c
75
void nlm_prog_1(struct svc_req *, SVCXPRT *);
usr.sbin/rpc.lockd/lockd.c
76
void nlm_prog_3(struct svc_req *, SVCXPRT *);
usr.sbin/rpc.lockd/lockd.c
77
void nlm_prog_4(struct svc_req *, SVCXPRT *);
usr.sbin/rpc.lockd/lockd_lock.c
215
getlock(nlm4_lockargs * lckarg, struct svc_req *rqstp, int flags)
usr.sbin/rpc.lockd/lockd_lock.h
7
enum nlm_stats getlock(nlm4_lockargs *, struct svc_req *, int);
usr.sbin/rpc.pcnfsd/extern.h
35
void wlogin(char *, struct svc_req *);
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
294
wlogin(char *name, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v1.c
123
pcnfsd_pr_init_1_svc(pr_init_args *pi_arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v1.c
134
pcnfsd_pr_start_1_svc(pr_start_args *ps_arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v1.c
64
pcnfsd_null_1_svc(void *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v1.c
71
pcnfsd_auth_1_svc(auth_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
167
pcnfsd2_pr_init_2_svc(v2_pr_init_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
180
pcnfsd2_pr_start_2_svc(v2_pr_start_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
193
pcnfsd2_pr_list_2_svc(void *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
206
pcnfsd2_pr_queue_2_svc(v2_pr_queue_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
221
pcnfsd2_pr_status_2_svc(v2_pr_status_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
235
pcnfsd2_pr_cancel_2_svc(v2_pr_cancel_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
246
pcnfsd2_pr_requeue_2_svc(v2_pr_requeue_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
256
pcnfsd2_pr_hold_2_svc(v2_pr_hold_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
267
pcnfsd2_pr_release_2_svc(v2_pr_release_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
278
pcnfsd2_pr_admin_2_svc(v2_pr_admin_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
319
pcnfsd2_mapid_2_svc(v2_mapid_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
394
pcnfsd2_alert_2_svc(v2_alert_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
405
pcnfsd2_info_2_svc(v2_info_args *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
66
pcnfsd2_null_2_svc(void *arg, struct svc_req *req)
usr.sbin/rpc.pcnfsd/pcnfsd_v2.c
73
pcnfsd2_auth_2_svc(v2_auth_args *arg, struct svc_req *req)
usr.sbin/rpc.statd/stat_proc.c
195
sm_unmon_1_svc(mon_id *arg, struct svc_req *req)
usr.sbin/rpc.statd/stat_proc.c
235
sm_unmon_all_1_svc(my_id *arg, struct svc_req *req)
usr.sbin/rpc.statd/stat_proc.c
269
sm_simu_crash_1_svc(void *v, struct svc_req *req)
usr.sbin/rpc.statd/stat_proc.c
300
sm_notify_1_svc(stat_chge *arg, struct svc_req *req)
usr.sbin/rpc.statd/stat_proc.c
61
sm_stat_1_svc(sm_name *arg, struct svc_req *req)
usr.sbin/rpc.statd/stat_proc.c
93
sm_mon_1_svc(mon *arg, struct svc_req *req)
usr.sbin/rpc.statd/statd.h
100
struct sm_stat_res *sm_stat_1_svc(sm_name *, struct svc_req *);
usr.sbin/rpc.statd/statd.h
101
struct sm_stat_res *sm_mon_1_svc(mon *, struct svc_req *);
usr.sbin/rpc.statd/statd.h
102
struct sm_stat *sm_unmon_1_svc(mon_id *, struct svc_req *);
usr.sbin/rpc.statd/statd.h
103
struct sm_stat *sm_unmon_all_1_svc(my_id *, struct svc_req *);
usr.sbin/rpc.statd/statd.h
104
void *sm_simu_crash_1_svc(void *, struct svc_req *);
usr.sbin/rpc.statd/statd.h
105
void *sm_notify_1_svc(stat_chge *, struct svc_req *);
usr.sbin/rpc.statd/statd.h
116
void sm_prog_1(struct svc_req *, SVCXPRT *);
usr.sbin/rpc.yppasswdd/extern.h
30
void make_passwd(yppasswd *, struct svc_req *, SVCXPRT *);
usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c
136
yppasswddprog_1(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c
56
void yppasswddprog_1(struct svc_req *, SVCXPRT *);
usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c
65
make_passwd(yppasswd *argp, struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/rpcbind/pmap_svc.c
168
pmapproc_change(struct svc_req *rqstp __unused, SVCXPRT *xprt, unsigned long op)
usr.sbin/rpcbind/pmap_svc.c
262
pmapproc_getport(struct svc_req *rqstp __unused, SVCXPRT *xprt)
usr.sbin/rpcbind/pmap_svc.c
343
pmapproc_dump(struct svc_req *rqstp __unused, SVCXPRT *xprt)
usr.sbin/rpcbind/pmap_svc.c
62
static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, u_long);
usr.sbin/rpcbind/pmap_svc.c
63
static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
usr.sbin/rpcbind/pmap_svc.c
64
static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *);
usr.sbin/rpcbind/pmap_svc.c
70
pmap_service(struct svc_req *rqstp, SVCXPRT *xprt)
usr.sbin/rpcbind/rpcb_stat.c
200
rpcbproc_getstat(void *arg __unused, struct svc_req *req __unused,
usr.sbin/rpcbind/rpcb_svc.c
206
rpcbproc_getaddr_3_local(void *arg, struct svc_req *rqstp __unused,
usr.sbin/rpcbind/rpcb_svc.c
228
rpcbproc_dump_3_local(void *arg __unused, struct svc_req *rqstp __unused,
usr.sbin/rpcbind/rpcb_svc.c
55
static void *rpcbproc_getaddr_3_local(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcb_svc.c
57
static void *rpcbproc_dump_3_local(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcb_svc.c
65
rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/rpcbind/rpcb_svc.c
77
void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
usr.sbin/rpcbind/rpcb_svc_4.c
262
rpcbproc_getaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp,
usr.sbin/rpcbind/rpcb_svc_4.c
292
rpcbproc_getversaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp,
usr.sbin/rpcbind/rpcb_svc_4.c
320
rpcbproc_getaddrlist_4_local(void *arg, struct svc_req *rqstp __unused,
usr.sbin/rpcbind/rpcb_svc_4.c
449
rpcbproc_dump_4_local(void *arg __unused, struct svc_req *req __unused,
usr.sbin/rpcbind/rpcb_svc_4.c
54
static void *rpcbproc_getaddr_4_local(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcb_svc_4.c
56
static void *rpcbproc_getversaddr_4_local(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcb_svc_4.c
58
static void *rpcbproc_getaddrlist_4_local(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcb_svc_4.c
61
static void *rpcbproc_dump_4_local(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcb_svc_4.c
69
rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/rpcbind/rpcb_svc_4.c
80
void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
usr.sbin/rpcbind/rpcb_svc_com.c
134
rpcbproc_set_com(void *arg, struct svc_req *rqstp __unused, SVCXPRT *transp,
usr.sbin/rpcbind/rpcb_svc_com.c
222
rpcbproc_unset_com(void *arg, struct svc_req *rqstp __unused, SVCXPRT *transp,
usr.sbin/rpcbind/rpcb_svc_com.c
320
rpcbproc_getaddr_com(RPCB *regp, struct svc_req *rqstp __unused,
usr.sbin/rpcbind/rpcb_svc_com.c
363
rpcbproc_gettime_com(void *arg __unused, struct svc_req *rqstp __unused,
usr.sbin/rpcbind/rpcb_svc_com.c
378
rpcbproc_uaddr2taddr_com(void *arg, struct svc_req *rqstp __unused,
usr.sbin/rpcbind/rpcb_svc_com.c
405
rpcbproc_taddr2uaddr_com(void *arg, struct svc_req *rqstp __unused,
usr.sbin/rpcbind/rpcb_svc_com.c
609
rpcbproc_callit_com(struct svc_req *rqstp, SVCXPRT *transp,
usr.sbin/rpcbind/rpcbind.h
100
void *rpcbproc_getstat(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
usr.sbin/rpcbind/rpcbind.h
102
void rpcb_service_3(struct svc_req *, SVCXPRT *);
usr.sbin/rpcbind/rpcbind.h
103
void rpcb_service_4(struct svc_req *, SVCXPRT *);
usr.sbin/rpcbind/rpcbind.h
106
void *rpcbproc_set_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
usr.sbin/rpcbind/rpcbind.h
107
void *rpcbproc_unset_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
usr.sbin/rpcbind/rpcbind.h
111
void *rpcbproc_getaddr_com(RPCB *, struct svc_req *, SVCXPRT *, rpcvers_t,
usr.sbin/rpcbind/rpcbind.h
113
void *rpcbproc_gettime_com(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcbind.h
115
void *rpcbproc_uaddr2taddr_com(void *, struct svc_req *,
usr.sbin/rpcbind/rpcbind.h
117
void *rpcbproc_taddr2uaddr_com(void *, struct svc_req *, SVCXPRT *,
usr.sbin/rpcbind/rpcbind.h
120
void rpcbproc_callit_com(struct svc_req *, SVCXPRT *, rpcvers_t,
usr.sbin/rpcbind/rpcbind.h
134
extern void pmap_service(struct svc_req *, SVCXPRT *);
usr.sbin/ypbind/ypbind.c
899
ypbindprog_2(struct svc_req *rqstp, register SVCXPRT *transp)
usr.sbin/ypserv/yppush/yppush.h
43
void *yppushproc_null_1_svc(void *, struct svc_req *);
usr.sbin/ypserv/yppush/yppush.h
45
void *yppushproc_xfrresp_1_svc(void *, struct svc_req *);
usr.sbin/ypserv/yppush/yppush.h
47
void yppush_xfrrespprog_1(struct svc_req *, SVCXPRT *);
usr.sbin/ypserv/yppush/yppush_proc.c
46
yppushproc_null_1_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/yppush/yppush_proc.c
55
yppushproc_xfrresp_1_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/yppush/yppush_svc.c
83
yppush_xfrrespprog_1(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/ypserv/yppush/yppush_svc.c
90
void *(*local)(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.c
115
ypprog_2(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/ypserv/ypserv/ypserv.c
132
void *(*local)(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.c
279
ypprog_1(struct svc_req *rqstp, SVCXPRT *transp)
usr.sbin/ypserv/ypserv/ypserv.h
42
void *ypproc_null_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
43
void *ypproc_domain_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
44
void *ypproc_domain_nonack_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
45
void *ypproc_match_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
46
void *ypproc_first_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
47
void *ypproc_next_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
48
void *ypproc_xfr_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
49
void *ypproc_clear_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
50
void *ypproc_all_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
51
void *ypproc_master_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
52
void *ypproc_order_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv.h
53
void *ypproc_maplist_2_svc(void *, struct svc_req *);
usr.sbin/ypserv/ypserv/ypserv_proc.c
118
ypproc_domain_nonack_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
147
ypproc_match_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
176
ypproc_first_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
204
ypproc_next_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
233
ypproc_xfr_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
283
ypproc_clear_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
311
ypproc_all_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
356
ypproc_master_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
399
ypproc_order_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
431
ypproc_maplist_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
81
ypproc_null_2_svc(void *argp, struct svc_req *rqstp)
usr.sbin/ypserv/ypserv/ypserv_proc.c
92
ypproc_domain_2_svc(void *argp, struct svc_req *rqstp)