usr/src/cmd/fm/fmd/common/fmd_rpc.c
148
fmd_rpc_svc_init(void (*disp)(struct svc_req *, SVCXPRT *),
usr/src/cmd/fm/fmd/common/fmd_rpc.c
240
fmd_rpc_deny(struct svc_req *rqp)
usr/src/cmd/fm/fmd/common/fmd_rpc.c
61
fmd_rpc_svc_create_local(void (*disp)(struct svc_req *, SVCXPRT *),
usr/src/cmd/fm/fmd/common/fmd_rpc.h
34
struct svc_req;
usr/src/cmd/fm/fmd/common/fmd_rpc.h
38
extern int fmd_rpc_deny(struct svc_req *);
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
105
struct fmd_rpc_modstat *rms, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
138
struct fmd_rpc_modstat *rms, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
192
fmd_adm_modgstat_1_svc(struct fmd_rpc_modstat *rms, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
219
fmd_adm_modload_1_svc(char *path, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
263
fmd_adm_modunload_1_svc(char *name, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
285
fmd_adm_modreset_1_svc(char *name, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
318
fmd_adm_modgc_1_svc(char *name, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
408
struct fmd_rpc_rsrclist *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
427
struct fmd_rpc_rsrcinfo *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
466
fmd_adm_do_repair(char *name, struct svc_req *req, int *errp, uint8_t reason,
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
47
fmd_adm_modinfo_1_svc(struct fmd_rpc_modlist *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
498
fmd_adm_rsrcflush_1_svc(char *name, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
523
fmd_adm_rsrcrepaired_1_svc(char *name, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
533
fmd_adm_rsrcreplaced_1_svc(char *name, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
543
fmd_adm_rsrcacquit_1_svc(char *name, char *uuid, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
573
struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
645
struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
678
struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
684
fmd_adm_serdreset_1_svc(char *mname, char *sname, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
720
fmd_adm_logrotate_1_svc(char *name, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
789
fmd_adm_caserepair_1_svc(char *uuid, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
811
fmd_adm_caseacquit_1_svc(char *uuid, int *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
889
fmd_adm_caselist_1_svc(struct fmd_rpc_caselist *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
907
struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
957
fmd_adm_xprtlist_1_svc(struct fmd_rpc_xprtlist *rvp, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_adm.c
990
struct fmd_rpc_modstat *rms, struct svc_req *req)
usr/src/cmd/fm/fmd/common/fmd_rpc_api.c
31
fmd_hdl_create_1_svc(int version, void *rvp, struct svc_req *req)
usr/src/cmd/fs.d/nfs/mountd/exportlist.c
67
export(struct svc_req *rqstp)
usr/src/cmd/fs.d/nfs/mountd/mountd.c
115
static void mnt(struct svc_req *, SVCXPRT *);
usr/src/cmd/fs.d/nfs/mountd/mountd.c
116
static void mnt_pathconf(struct svc_req *);
usr/src/cmd/fs.d/nfs/mountd/mountd.c
117
static int mount(struct svc_req *r);
usr/src/cmd/fs.d/nfs/mountd/mountd.c
119
static void umount(struct svc_req *);
usr/src/cmd/fs.d/nfs/mountd/mountd.c
120
static void umountall(struct svc_req *);
usr/src/cmd/fs.d/nfs/mountd/mountd.c
1336
mount(struct svc_req *rqstp)
usr/src/cmd/fs.d/nfs/mountd/mountd.c
3249
umount(struct svc_req *rqstp)
usr/src/cmd/fs.d/nfs/mountd/mountd.c
3302
umountall(struct svc_req *rqstp)
usr/src/cmd/fs.d/nfs/mountd/mountd.c
842
mnt(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/fs.d/nfs/mountd/mountd.c
926
mnt_pathconf(struct svc_req *rqstp)
usr/src/cmd/fs.d/nfs/mountd/mountd.h
52
extern void export(struct svc_req *);
usr/src/cmd/fs.d/nfs/mountd/mountd.h
57
extern void nfsauth_prog(struct svc_req *, SVCXPRT *);
usr/src/cmd/fs.d/nfs/rquotad/rpc.rquotad.c
230
register struct svc_req *rqstp;
usr/src/cmd/fs.d/nfs/rquotad/rpc.rquotad.c
313
register struct svc_req *rqstp;
usr/src/cmd/fs.d/nfs/statd/sm_svc.c
195
sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/fs.d/nfs/tests/test_svc_tp_create/test_svc_tp_create.c
284
mysvc(struct svc_req *rq, SVCXPRT *xprt)
usr/src/cmd/fs.d/nfs/tests/test_svc_tp_create/test_svc_tp_create.c
76
static void mysvc(struct svc_req *, SVCXPRT *);
usr/src/cmd/gss/gssd/gssd_proc.c
1101
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1393
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1453
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1568
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1678
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1745
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1777
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1851
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1915
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
1997
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2079
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2151
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2210
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2374
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2447
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2508
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2554
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2594
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
2621
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
341
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
585
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
71
static int checkfrom(struct svc_req *, uid_t *);
usr/src/cmd/gss/gssd/gssd_proc.c
769
struct svc_req *rqstp;
usr/src/cmd/gss/gssd/gssd_proc.c
823
struct svc_req *rqstp;
usr/src/cmd/idmap/idmapd/adspriv_impl.c
36
void adspriv_program_1(struct svc_req *, register SVCXPRT *);
usr/src/cmd/idmap/idmapd/adspriv_impl.c
70
adspriv_null_1_svc(void *result, struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/adspriv_impl.c
80
struct svc_req *sreq)
usr/src/cmd/idmap/idmapd/adspriv_impl.c
96
struct svc_req *sreq)
usr/src/cmd/idmap/idmapd/directory_server.c
73
struct svc_req *req)
usr/src/cmd/idmap/idmapd/idmapd.h
309
extern void idmap_prog_1(struct svc_req *, register SVCXPRT *);
usr/src/cmd/idmap/idmapd/server.c
1133
idmap_mappings_res *result, struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
1214
idmap_prop_res *result, struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
1315
struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
183
idmap_ids_res *result, struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
660
idmap_mappings_res *result, struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
813
uint64_t limit, idmap_namerules_res *result, struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
88
idmap_null_1_svc(void *result, struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
889
verify_rules_auth(struct svc_req *rqstp)
usr/src/cmd/idmap/idmapd/server.c
939
struct svc_req *rqstp)
usr/src/cmd/keyserv/keyserv.c
1072
struct svc_req *rqstp;
usr/src/cmd/keyserv/keyserv.c
1321
struct svc_req *rqstp;
usr/src/cmd/keyserv/keyserv.c
834
struct svc_req *s;
usr/src/cmd/keyserv/keyserv.c
963
__key_gen_1_svc((void *) NULL, (struct svc_req *)NULL,
usr/src/cmd/krb5/kadmin/server/ipropd_svc.c
113
iprop_get_updates_1(kdb_last_t *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/ipropd_svc.c
231
struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/ipropd_svc.c
31
extern int setup_gss_names(struct svc_req *, char **, char **);
usr/src/cmd/krb5/kadmin/server/ipropd_svc.c
32
extern gss_name_t get_clnt_name(struct svc_req *);
usr/src/cmd/krb5/kadmin/server/ipropd_svc.c
33
extern char *client_addr(struct svc_req *, char *);
usr/src/cmd/krb5/kadmin/server/ipropd_svc.c
416
struct svc_req *rqstp,
usr/src/cmd/krb5/kadmin/server/kadm_rpc_svc.c
71
struct svc_req *rqstp;
usr/src/cmd/krb5/kadmin/server/misc.h
73
void kadm_1(struct svc_req *, SVCXPRT *);
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1069
get_princs_2_svc(gprincs_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1144
chpass_principal_2_svc(chpass_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1223
chpass_principal3_2_svc(chpass3_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1304
setv4key_principal_2_svc(setv4key_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1376
setkey_principal_2_svc(setkey_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1446
setkey_principal3_2_svc(setkey3_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1520
chrand_principal_2_svc(chrand_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1612
chrand_principal3_2_svc(chrand3_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1706
create_policy_2_svc(cpol_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1779
delete_policy_2_svc(dpol_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1849
modify_policy_2_svc(mpol_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
187
struct svc_req *rqstp,
usr/src/cmd/krb5/kadmin/server/server_stubs.c
1920
get_policy_2_svc(gpol_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
2025
get_pols_2_svc(gpols_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
2098
getprivs_ret * get_privs_2_svc(krb5_ui_4 *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
2152
generic_ret *init_2_svc(krb5_ui_4 *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
250
int setup_gss_names(struct svc_req *rqstp,
usr/src/cmd/krb5/kadmin/server/server_stubs.c
311
static gss_name_t acceptor_name(struct svc_req * rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
501
create_principal_2_svc(cprinc_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
608
create_principal3_2_svc(cprinc3_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
68
static gss_name_t acceptor_name(struct svc_req * rqstp);
usr/src/cmd/krb5/kadmin/server/server_stubs.c
709
delete_principal_2_svc(dprinc_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
75
get_clnt_name(struct svc_req * rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
785
modify_principal_2_svc(mprinc_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
860
rename_principal_2_svc(rprinc_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
95
client_addr(struct svc_req * req, char *buf)
usr/src/cmd/krb5/kadmin/server/server_stubs.c
978
get_principal_2_svc(gprinc_arg *arg, struct svc_req *rqstp)
usr/src/cmd/krb5/kwarn/kwarnd.c
55
extern void kwarnprog_1(struct svc_req *, register SVCXPRT *);
usr/src/cmd/krb5/kwarn/kwarnd_proc.c
130
struct svc_req *rqstp)
usr/src/cmd/krb5/kwarn/kwarnd_proc.c
214
struct svc_req *rqstp)
usr/src/cmd/rpcbind/pmap_svc.c
166
pmapproc_change(struct svc_req *rqstp, SVCXPRT *xprt, unsigned long op)
usr/src/cmd/rpcbind/pmap_svc.c
242
pmapproc_getport(struct svc_req *rqstp, SVCXPRT *xprt)
usr/src/cmd/rpcbind/pmap_svc.c
317
pmapproc_dump(struct svc_req *rqstp, SVCXPRT *xprt)
usr/src/cmd/rpcbind/pmap_svc.c
60
static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, unsigned long);
usr/src/cmd/rpcbind/pmap_svc.c
61
static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
usr/src/cmd/rpcbind/pmap_svc.c
62
static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *);
usr/src/cmd/rpcbind/pmap_svc.c
68
pmap_service(struct svc_req *rqstp, SVCXPRT *xprt)
usr/src/cmd/rpcbind/rpcb_svc.c
64
rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/rpcbind/rpcb_svc_4.c
226
struct svc_req *rqstp)
usr/src/cmd/rpcbind/rpcb_svc_4.c
50
struct svc_req *);
usr/src/cmd/rpcbind/rpcb_svc_4.c
57
rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/rpcbind/rpcb_svc_com.c
105
rpcbproc_set_com(RPCB *regp, bool_t *result, struct svc_req *rqstp,
usr/src/cmd/rpcbind/rpcb_svc_com.c
206
rpcbproc_unset_com(RPCB *regp, bool_t *result, struct svc_req *rqstp,
usr/src/cmd/rpcbind/rpcb_svc_com.c
333
rpcbproc_getaddr_com(RPCB *regp, char **result, struct svc_req *rqstp,
usr/src/cmd/rpcbind/rpcb_svc_com.c
452
struct svc_req *rqstp)
usr/src/cmd/rpcbind/rpcb_svc_com.c
475
struct svc_req *rqstp)
usr/src/cmd/rpcbind/rpcb_svc_com.c
702
rpcbproc_callit_com(struct svc_req *rqstp, SVCXPRT *transp, ulong_t reply_type,
usr/src/cmd/rpcbind/rpcbind.h
133
void pmap_service(struct svc_req *, SVCXPRT *xprt);
usr/src/cmd/rpcbind/rpcbind.h
135
void rpcb_service_3(struct svc_req *, SVCXPRT *xprt);
usr/src/cmd/rpcbind/rpcbind.h
136
void rpcb_service_4(struct svc_req *, SVCXPRT *xprt);
usr/src/cmd/rpcbind/rpcbind.h
144
void rpcbproc_callit_com(struct svc_req *, SVCXPRT *, ulong_t, int);
usr/src/cmd/rpcbind/rpcbind.h
145
bool_t rpcbproc_set_com(RPCB *, bool_t *, struct svc_req *, int);
usr/src/cmd/rpcbind/rpcbind.h
146
bool_t rpcbproc_unset_com(RPCB *, bool_t *, struct svc_req *, int);
usr/src/cmd/rpcbind/rpcbind.h
148
bool_t rpcbproc_uaddr2taddr_com(char **, struct netbuf *, struct svc_req *);
usr/src/cmd/rpcbind/rpcbind.h
149
bool_t rpcbproc_taddr2uaddr_com(struct netbuf *, char **, struct svc_req *);
usr/src/cmd/rpcbind/rpcbind.h
150
bool_t rpcbproc_getaddr_com(RPCB *, char **, struct svc_req *, ulong_t);
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_prot_svc.c
167
bootparamprog_1(struct svc_req *rqstp, register SVCXPRT *transp)
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_prot_svc.c
47
static void bootparamprog_1(struct svc_req *, register SVCXPRT *);
usr/src/cmd/rpcsvc/rpc.rusersd.c
308
register struct svc_req *rqstp;
usr/src/cmd/rpcsvc/rstat_proc.c
225
struct svc_req *svcrq;
usr/src/cmd/rpcsvc/rstat_proc.c
238
struct svc_req *svcrq;
usr/src/cmd/rpcsvc/rstat_proc.c
251
struct svc_req *svcrq;
usr/src/cmd/rpcsvc/rstat_proc.c
265
struct svc_req *svcrq;
usr/src/cmd/rpcsvc/rstat_proc.c
273
struct svc_req *svcrq;
usr/src/cmd/rpcsvc/rstat_proc.c
289
struct svc_req *svcrq;
usr/src/cmd/rpcsvc/rwall_subr.c
60
wallproc_wall_1_svc(wrapstring *argp, void *res, struct svc_req *rqstp)
usr/src/cmd/smserverd/smediad.c
228
extern void smserverprog_1(struct svc_req *, SVCXPRT *);
usr/src/cmd/ypcmd/yp_b_subr.c
217
ypbindproc_setdom_3(&req, (struct svc_req *)NULL,
usr/src/cmd/ypcmd/yp_b_subr.c
829
struct svc_req *rqstp;
usr/src/cmd/ypcmd/yp_b_svc.c
470
struct svc_req *rqstp;
usr/src/cmd/ypcmd/yp_b_svc.c
531
struct svc_req *rqstp;
usr/src/cmd/ypcmd/yppasswd/yppasswdd.c
534
boilerplate(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/ypcmd/yppasswd/yppasswdd.c
68
static void boilerplate(struct svc_req *rqstp, SVCXPRT *transp);
usr/src/cmd/ypcmd/yppush.c
243
static void listener_dispatch(struct svc_req *rqstp, SVCXPRT *transp);
usr/src/cmd/ypcmd/yppush.c
857
listener_dispatch(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/ypcmd/ypserv.c
469
ypdispatch(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/ypcmd/ypserv.c
553
ypolddispatch(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/ypcmd/ypserv.c
94
static void ypdispatch(struct svc_req *rqstp, SVCXPRT *transp);
usr/src/cmd/ypcmd/ypserv.c
95
static void ypolddispatch(struct svc_req *rqstp, SVCXPRT *transp);
usr/src/cmd/ypcmd/ypserv_proc.c
193
ypmatch(SVCXPRT *transp, struct svc_req *rqstp)
usr/src/cmd/ypcmd/ypserv_proc.c
980
ypoldmatch(SVCXPRT *transp, struct svc_req *rqstp)
usr/src/cmd/ypcmd/ypsym.h
128
extern void ypmatch(SVCXPRT *transp, struct svc_req *rqstp);
usr/src/cmd/ypcmd/ypsym.h
136
extern void ypoldmatch(SVCXPRT *transp, struct svc_req *rqstp);
usr/src/cmd/ypcmd/ypupdated/rpc.ypupdated.c
197
ypupdate_prog(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/cmd/ypcmd/ypupdated/rpc.ypupdated.c
58
void ypupdate_prog(struct svc_req *rqstp, SVCXPRT *transp);
usr/src/cmd/ypcmd/ypxfrd_server.c
121
getdbm_1_svc(hosereq *argp, struct svc_req *rqstp)
usr/src/cmd/ypcmd/ypxfrd_svc.c
110
ypxfrd_1(struct svc_req *rqstp, register SVCXPRT *transp)
usr/src/cmd/ypcmd/ypxfrd_svc.c
117
char *(*local)(char *, struct svc_req *);
usr/src/cmd/ypcmd/ypxfrd_svc.c
131
local = (char *(*)(char *, struct svc_req *)) getdbm_1_svc;
usr/src/lib/krb5/kadm5/kadm_rpc.h
223
extern generic_ret * create_principal_2_svc(cprinc_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
226
extern generic_ret * delete_principal_2_svc(dprinc_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
229
extern generic_ret * modify_principal_2_svc(mprinc_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
232
extern generic_ret * rename_principal_2_svc(rprinc_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
235
extern gprinc_ret * get_principal_2_svc(gprinc_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
238
extern generic_ret * chpass_principal_2_svc(chpass_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
241
extern chrand_ret * chrand_principal_2_svc(chrand_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
244
extern generic_ret * create_policy_2_svc(cpol_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
247
extern generic_ret * delete_policy_2_svc(dpol_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
250
extern generic_ret * modify_policy_2_svc(mpol_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
253
extern gpol_ret * get_policy_2_svc(gpol_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
256
extern getprivs_ret * get_privs_2_svc(krb5_ui_4 *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
259
extern generic_ret * init_2_svc(krb5_ui_4 *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
262
extern gprincs_ret * get_princs_2_svc(gprincs_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
265
extern gpols_ret * get_pols_2_svc(gpols_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
268
extern generic_ret * setkey_principal_2_svc(setkey_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
271
extern generic_ret * setv4key_principal_2_svc(setv4key_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
274
extern generic_ret * create_principal3_2_svc(cprinc3_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
277
extern generic_ret * chpass_principal3_2_svc(chpass3_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
280
extern chrand_ret * chrand_principal3_2_svc(chrand3_arg *, struct svc_req *);
usr/src/lib/krb5/kadm5/kadm_rpc.h
283
extern generic_ret * setkey_principal3_2_svc(setkey3_arg *, struct svc_req *);
usr/src/lib/libnsl/include/rpcsvc/nis_dhext.h
153
void __nis_auth2princ_rpcgss(char *, struct svc_req *, bool_t, int);
usr/src/lib/libnsl/rpc/rpcsec_gss_if.c
242
rpc_gss_getcred(struct svc_req *req, rpc_gss_rawcred_t **rcred,
usr/src/lib/libnsl/rpc/rpcsec_gss_if.c
267
__svcrpcsec_gss(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch)
usr/src/lib/libnsl/rpc/rpcsec_gss_if.c
303
rpc_gss_svc_max_data_length(struct svc_req *req, int max_tp_unit_len)
usr/src/lib/libnsl/rpc/svc.c
1334
struct svc_req *r;
usr/src/lib/libnsl/rpc/svc.c
1406
_svc_prog_dispatch(SVCXPRT *xprt, struct rpc_msg *msg, struct svc_req *r)
usr/src/lib/libnsl/rpc/svc.c
1496
struct svc_req *req = NULL;
usr/src/lib/libnsl/rpc/svc.c
1515
if ((req = malloc(sizeof (struct svc_req))) == NULL)
usr/src/lib/libnsl/rpc/svc.c
1543
struct svc_req *req = xt ? xt->req : NULL;
usr/src/lib/libnsl/rpc/svc.c
1680
static int __svc_dupcache_check(struct svc_req *, caddr_t *, uint_t *,
usr/src/lib/libnsl/rpc/svc.c
1683
static int __svc_dupcache_enter(struct svc_req *, struct dupreq *,
usr/src/lib/libnsl/rpc/svc.c
1685
static int __svc_dupcache_update(struct svc_req *, caddr_t, uint_t, int,
usr/src/lib/libnsl/rpc/svc.c
1770
__svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz,
usr/src/lib/libnsl/rpc/svc.c
1818
__svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz,
usr/src/lib/libnsl/rpc/svc.c
1977
__svc_dupcache_enter(struct svc_req *req, struct dupreq *dr,
usr/src/lib/libnsl/rpc/svc.c
2020
__svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,
usr/src/lib/libnsl/rpc/svc.c
2066
__svc_dupcache_update(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,
usr/src/lib/libnsl/rpc/svc_auth.c
149
__authenticate(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/lib/libnsl/rpc/svc_auth.c
158
__svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/lib/libnsl/rpc/svc_auth.c
99
__gss_authenticate(struct svc_req *rqst, struct rpc_msg *msg,
usr/src/lib/libnsl/rpc/svc_auth_loopb.c
56
__svcauth_loopback(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/lib/libnsl/rpc/svc_auth_sys.c
127
__svcauth_short(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/lib/libnsl/rpc/svc_auth_sys.c
136
__svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/lib/libnsl/rpc/svc_auth_sys.c
70
__svcauth_sys(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/lib/libnsl/rpc/svc_door.c
181
svc_door_dispatch(SVCXPRT *xprt, struct rpc_msg *msg, struct svc_req *r)
usr/src/lib/libnsl/rpc/svc_door.c
231
struct svc_req *r;
usr/src/lib/libnsl/rpc/svc_run.c
669
struct svc_req *r;
usr/src/lib/libnsl/rpc/svc_simple.c
235
universal(struct svc_req *rqstp, SVCXPRT *transp)
usr/src/lib/libnsl/rpc/svc_vc.c
1822
__svc_vc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz)
usr/src/lib/libnsl/rpc/svc_vc.c
1830
__svc_vc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,
usr/src/lib/libnsl/rpc/svcauth_des.c
132
__svcauth_des(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/lib/rpcsec_gss/svc_rpcsec_gss.c
1121
set_response_verf(struct svc_req *rqst, struct rpc_msg *msg,
usr/src/lib/rpcsec_gss/svc_rpcsec_gss.c
1589
__rpc_gss_svc_max_data_length(struct svc_req *req, int max_tp_unit_len)
usr/src/lib/rpcsec_gss/svc_rpcsec_gss.c
409
do_callback(struct svc_req *req, svc_rpc_gss_data *client_data)
usr/src/lib/rpcsec_gss/svc_rpcsec_gss.c
446
__rpc_gss_getcred(struct svc_req *req, rpc_gss_rawcred_t **rcred,
usr/src/lib/rpcsec_gss/svc_rpcsec_gss.c
545
__svcrpcsec_gss(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch)
usr/src/uts/common/fs/nfs/nfs3_srv.c
1013
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
107
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
115
DTRACE_NFSV3_5(op__getattr__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1245
DTRACE_NFSV3_5(op__read__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1263
DTRACE_NFSV3_5(op__read__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1308
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
1331
DTRACE_NFSV3_5(op__write__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1348
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
138
DTRACE_NFSV3_5(op__getattr__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
154
DTRACE_NFSV3_5(op__getattr__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1544
DTRACE_NFSV3_5(op__write__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1566
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
1591
DTRACE_NFSV3_5(op__create__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1624
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
171
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
189
DTRACE_NFSV3_5(op__setattr__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1892
DTRACE_NFSV3_5(op__create__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1906
DTRACE_NFSV3_5(op__create__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1932
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
1951
DTRACE_NFSV3_5(op__mkdir__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
1984
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
2052
DTRACE_NFSV3_5(op__mkdir__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2066
DTRACE_NFSV3_5(op__mkdir__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
207
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
2083
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
2103
DTRACE_NFSV3_5(op__symlink__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2136
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
2242
DTRACE_NFSV3_5(op__symlink__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2259
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
2281
DTRACE_NFSV3_5(op__mknod__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2314
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
2429
DTRACE_NFSV3_5(op__mknod__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2442
DTRACE_NFSV3_5(op__mknod__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2459
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
2476
DTRACE_NFSV3_5(op__remove__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2514
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
2586
DTRACE_NFSV3_5(op__remove__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2606
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
2622
DTRACE_NFSV3_5(op__rmdir__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2660
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
2719
DTRACE_NFSV3_5(op__rmdir__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2736
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
2766
DTRACE_NFSV3_5(op__rename__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2779
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
2952
DTRACE_NFSV3_5(op__rename__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
2970
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
2994
DTRACE_NFSV3_5(op__link__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3024
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3066
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3108
DTRACE_NFSV3_5(op__link__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3126
DTRACE_NFSV3_5(op__link__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3177
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
3196
DTRACE_NFSV3_5(op__readdir__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3210
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3362
DTRACE_NFSV3_5(op__readdir__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3379
DTRACE_NFSV3_5(op__readdir__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3438
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
3471
DTRACE_NFSV3_5(op__readdirplus__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3486
struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
352
DTRACE_NFSV3_5(op__setattr__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
367
DTRACE_NFSV3_5(op__setattr__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3757
DTRACE_NFSV3_5(op__readdirplus__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3775
DTRACE_NFSV3_5(op__readdirplus__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3809
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
3821
DTRACE_NFSV3_5(op__fsstat__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3835
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3873
DTRACE_NFSV3_5(op__fsstat__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3887
DTRACE_NFSV3_5(op__fsstat__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
389
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
3906
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
3917
DTRACE_NFSV3_5(op__fsinfo__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
3936
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
3993
DTRACE_NFSV3_5(op__fsinfo__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4002
DTRACE_NFSV3_5(op__fsinfo__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4018
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
4030
DTRACE_NFSV3_5(op__pathconf__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4044
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
4088
DTRACE_NFSV3_5(op__pathconf__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4101
DTRACE_NFSV3_5(op__pathconf__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4118
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
4133
DTRACE_NFSV3_5(op__commit__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4171
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
418
DTRACE_NFSV3_5(op__lookup__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4198
DTRACE_NFSV3_5(op__commit__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
4213
DTRACE_NFSV3_5(op__commit__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
424
DTRACE_NFSV3_5(op__lookup__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
534
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
581
DTRACE_NFSV3_5(op__lookup__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
596
DTRACE_NFSV3_5(op__lookup__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
619
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
634
DTRACE_NFSV3_5(op__access__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
674
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
746
DTRACE_NFSV3_5(op__access__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
760
DTRACE_NFSV3_5(op__access__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
778
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
795
DTRACE_NFSV3_5(op__readlink__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
830
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs3_srv.c
918
DTRACE_NFSV3_5(op__readlink__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
935
DTRACE_NFSV3_5(op__readlink__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs3_srv.c
965
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs3_srv.c
987
DTRACE_NFSV3_5(op__read__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs4_callback.c
171
cb_getattr(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_callback.c
384
cb_recall(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_callback.c
510
cb_null(CB_COMPOUND4args *args, CB_COMPOUND4res *resp, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_callback.c
538
cb_illegal(nfs_cb_argop4 *argop, nfs_cb_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_callback.c
549
cb_compound(CB_COMPOUND4args *args, CB_COMPOUND4res *resp, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_callback.c
699
cb_dispatch(struct svc_req *req, SVCXPRT *xprt)
usr/src/uts/common/fs/nfs/nfs4_callback.c
706
void (*proc)(CB_COMPOUND4args *, CB_COMPOUND4res *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_common.c
91
rfs4_tsize(struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
224
rfs4_find_dr(struct svc_req *req, rfs4_drc_t *drc, rfs4_dupreq_t **dup)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
375
rfs40_dispatch(struct svc_req *req, SVCXPRT *xprt, char *ap)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
483
struct svc_req *, xprt,
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
55
static void rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp);
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
559
rfs4_minorvers_mismatch(struct svc_req *req, SVCXPRT *xprt, void *args)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
576
rfs4_resource_err(struct svc_req *req, COMPOUND4args *argsp)
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
619
struct svc_req *, req->rq_xprt, char *, rbp);
usr/src/uts/common/fs/nfs/nfs4_dispatch.c
628
rfs4_dispatch(struct rpcdisp *disp __unused, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
10325
client_is_downrev(struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs4_srv.c
1132
rfs4_op_inval(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
1418
rfs4_op_secinfo(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
1549
rfs4_op_access(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
1614
struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs4_srv.c
168
static void rfs4_op_inval(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
1685
rfs4_op_commit(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
170
static void rfs4_op_access(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
172
static void rfs4_op_close(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
174
static void rfs4_op_commit(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
176
static void rfs4_op_create(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
1765
do_rfs4_op_mknod(CREATE4args *args, CREATE4res *resp, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
179
struct svc_req *, struct compound_state *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
181
struct svc_req *, struct compound_state *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
182
static void rfs4_op_getattr(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
1827
rfs4_op_create(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
185
static void rfs4_op_getfh(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
188
static void rfs4_op_illegal(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
190
static void rfs4_op_notsup(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
192
static void rfs4_op_link(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
194
static void rfs4_op_lock(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
197
static void rfs4_op_locku(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
199
static void rfs4_op_lockt(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
201
static void rfs4_op_lookup(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
203
static void rfs4_op_lookupp(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
206
struct svc_req *req, struct compound_state *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
207
static void rfs4_op_nverify(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
209
static void rfs4_op_open(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
212
struct svc_req *, struct compound_state *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
214
struct svc_req *, struct compound_state *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
215
static void rfs4_op_putfh(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
217
static void rfs4_op_putpubfh(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
219
static void rfs4_op_putrootfh(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
2207
rfs4_op_delegpurge(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
221
static void rfs4_op_read(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
2221
rfs4_op_delegreturn(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
225
static void rfs4_op_readlink(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
229
struct svc_req *, struct compound_state *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
230
static void rfs4_op_remove(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
2313
call_checkauth4(struct compound_state *cs, struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs4_srv.c
232
static void rfs4_op_rename(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
234
static void rfs4_op_renew(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
236
static void rfs4_op_restorefh(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
238
static void rfs4_op_savefh(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
240
static void rfs4_op_setattr(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
242
static void rfs4_op_verify(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
244
static void rfs4_op_write(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
247
struct svc_req *, struct compound_state *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
249
struct svc_req *req, struct compound_state *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
250
static void rfs4_op_secinfo(nfs_argop4 *, nfs_resop4 *, struct svc_req *,
usr/src/uts/common/fs/nfs/nfs4_srv.c
255
struct svc_req *req, struct compound_state *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
259
struct svc_req *req, struct compound_state *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
2617
rfs4_op_getattr(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
262
struct svc_req *req, compound_state_t *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
265
struct svc_req *req, struct compound_state *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
2678
rfs4_op_getfh(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
268
struct svc_req *req, compound_state_t *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
271
struct svc_req *req, compound_state_t *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
274
struct svc_req *req, compound_state_t *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
2742
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
2752
rfs4_op_notsup(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
2764
rfs4_op_link(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
277
struct svc_req *req, compound_state_t *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
279
struct svc_req *req, compound_state_t *cs);
usr/src/uts/common/fs/nfs/nfs4_srv.c
282
struct svc_req *);
usr/src/uts/common/fs/nfs/nfs4_srv.c
2931
do_rfs4_op_lookup(char *nm, struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
3135
"got client label from request(1)", struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs4_srv.c
3211
rfs4_op_lookup(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3281
rfs4_op_lookupp(nfs_argop4 *args, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3321
rfs4_op_openattr(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3462
rfs4_op_read(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3736
rfs4_op_putpubfh(nfs_argop4 *args, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3800
struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs4_srv.c
3845
rfs4_op_putfh(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3906
rfs4_op_putrootfh(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
3991
rfs4_op_readlink(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
4148
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
4319
rfs4_op_remove(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
4456
struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs4_srv.c
4614
rfs4_op_rename(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
4768
struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs4_srv.c
5050
rfs4_op_renew(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
5092
rfs4_op_restorefh(nfs_argop4 *args, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
5125
rfs4_op_savefh(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
5656
rfs4_op_setattr(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
5693
struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs4_srv.c
5715
rfs4_op_verify(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
5776
rfs4_op_nverify(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
5843
rfs4_op_write(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
6062
struct svc_req *req, int *rv)
usr/src/uts/common/fs/nfs/nfs4_srv.c
6333
creds_ok(cred_set_t *cr_set, struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
6344
rfs4_lookup(component4 *component, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
6394
rfs4_lookupfile(component4 *component, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
6558
struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs4_srv.c
6615
rfs4_createfile(OPEN4args *args, struct svc_req *req, struct compound_state *cs,
usr/src/uts/common/fs/nfs/nfs4_srv.c
6658
struct svc_req *, req);
usr/src/uts/common/fs/nfs/nfs4_srv.c
7034
rfs4_do_open(struct compound_state *cs, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7288
rfs4_do_openfh(struct compound_state *cs, struct svc_req *req, OPEN4args *args,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7298
rfs4_do_opennull(struct compound_state *cs, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7342
rfs4_do_openprev(struct compound_state *cs, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7397
rfs4_do_opendelcur(struct compound_state *cs, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7453
rfs4_do_opendelprev(struct compound_state *cs, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7653
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7970
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
8089
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
8354
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
8584
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
8670
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
9209
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
9654
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv.c
9788
struct svc_req *req, struct compound_state *cs)
usr/src/uts/common/fs/nfs/nfs4_srv_readdir.c
114
struct exportinfo **exi, struct svc_req *req, struct compound_state *cs,
usr/src/uts/common/fs/nfs/nfs4_srv_readdir.c
367
rfs4_op_readdir(nfs_argop4 *argop, nfs_resop4 *resop, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs4x_dispatch.c
114
rfs4x_dispatch(struct svc_req *req, SVCXPRT *xprt, char *ap)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
1006
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
1047
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
1086
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
1149
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
1193
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
242
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
519
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
673
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs4x_srv.c
926
struct svc_req *req, compound_state_t *cs)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
194
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
249
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
288
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
384
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
448
struct svc_req *req __unused, cred_t *cr, bool_t ro __unused)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
560
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
624
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_acl_srv.c
80
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_auth.c
1237
nfsauth4_secinfo_access(struct exportinfo *exi, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs_auth.c
1264
nfsauth_access(struct exportinfo *exi, struct svc_req *req, cred_t *cr,
usr/src/uts/common/fs/nfs/nfs_auth.c
319
nfsauth4_access(struct exportinfo *exi, vnode_t *vp, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs_auth.c
855
nfsauth_cache_get(struct exportinfo *exi, struct svc_req *req, int flavor,
usr/src/uts/common/fs/nfs/nfs_common.c
317
rfs3_tsize(struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs_export.c
1144
rfs_gsscallback(struct svc_req *req, gss_cred_id_t deleg, void *gss_context,
usr/src/uts/common/fs/nfs/nfs_export.c
2241
chk_clnt_sec(exportinfo_t *exi, struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs_log.c
1537
struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs_log.c
1631
nfslog_write_record(struct exportinfo *exi, struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs_log.c
1789
struct svc_req req;
usr/src/uts/common/fs/nfs/nfs_log.c
1830
struct svc_req req;
usr/src/uts/common/fs/nfs/nfs_log.c
1859
struct svc_req req;
usr/src/uts/common/fs/nfs/nfs_log.c
1880
struct svc_req req;
usr/src/uts/common/fs/nfs/nfs_log_xdr.c
148
struct svc_req *req,
usr/src/uts/common/fs/nfs/nfs_log_xdr.c
48
nfsl_principal_name_get(struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs_server.c
1470
auth_tooweak(struct svc_req *req, char *res)
usr/src/uts/common/fs/nfs/nfs_server.c
1486
common_dispatch(struct svc_req *req, SVCXPRT *xprt, rpcvers_t min_vers,
usr/src/uts/common/fs/nfs/nfs_server.c
1856
rfs_dispatch(struct svc_req *req, SVCXPRT *xprt)
usr/src/uts/common/fs/nfs/nfs_server.c
197
static void rfs_dispatch(struct svc_req *, SVCXPRT *);
usr/src/uts/common/fs/nfs/nfs_server.c
198
static void acl_dispatch(struct svc_req *, SVCXPRT *);
usr/src/uts/common/fs/nfs/nfs_server.c
1982
acl_dispatch(struct svc_req *req, SVCXPRT *xprt)
usr/src/uts/common/fs/nfs/nfs_server.c
1989
checkwin(int flavor, int window, struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs_server.c
199
static int checkauth(struct exportinfo *, struct svc_req *, cred_t *, int,
usr/src/uts/common/fs/nfs/nfs_server.c
201
static char *client_name(struct svc_req *req);
usr/src/uts/common/fs/nfs/nfs_server.c
2015
checkauth(struct exportinfo *exi, struct svc_req *req, cred_t *cr, int anon_ok,
usr/src/uts/common/fs/nfs/nfs_server.c
202
static char *client_addr(struct svc_req *req, char *buf);
usr/src/uts/common/fs/nfs/nfs_server.c
2276
checkauth4(struct compound_state *cs, struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs_server.c
2503
client_name(struct svc_req *req)
usr/src/uts/common/fs/nfs/nfs_server.c
2522
client_addr(struct svc_req *req, char *buf)
usr/src/uts/common/fs/nfs/nfs_server.c
264
bool_t rfs4_minorvers_mismatch(struct svc_req *, SVCXPRT *, void *);
usr/src/uts/common/fs/nfs/nfs_server.c
656
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_server.c
663
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_server.c
665
DTRACE_NFSV3_4(op__null__start, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs_server.c
667
DTRACE_NFSV3_4(op__null__done, struct svc_req *, req,
usr/src/uts/common/fs/nfs/nfs_server.c
674
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
1049
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
1265
struct svc_req *req;
usr/src/uts/common/fs/nfs/nfs_srv.c
1293
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
131
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
178
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
1802
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2070
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2162
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2311
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2397
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2491
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2583
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2647
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
2792
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
447
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
614
struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/fs/nfs/nfs_srv.c
763
struct exportinfo *exi, struct svc_req *req, cred_t *cr, bool_t ro)
usr/src/uts/common/klm/klmops.c
141
lm_nlm_dispatch(struct svc_req *req, SVCXPRT *xprt)
usr/src/uts/common/klm/klmops.c
147
lm_nlm4_dispatch(struct svc_req *req, SVCXPRT *xprt)
usr/src/uts/common/klm/nlm_dispatch.c
206
DTRACE_PROBE3(sendreply, struct svc_req *, rqstp,
usr/src/uts/common/klm/nlm_dispatch.c
35
typedef bool_t (*nlm_svc_func_t)(void *, void *, struct svc_req *);
usr/src/uts/common/klm/nlm_dispatch.c
491
nlm_prog_3(struct svc_req *rqstp, register SVCXPRT *transp)
usr/src/uts/common/klm/nlm_dispatch.c
61
nlm_null_svc(void *args, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_dispatch.c
72
struct svc_req *rqstp,
usr/src/uts/common/klm/nlm_dispatch.c
736
nlm_prog_4(struct svc_req *rqstp, register SVCXPRT *transp)
usr/src/uts/common/klm/nlm_impl.h
562
void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
usr/src/uts/common/klm/nlm_impl.h
563
void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
usr/src/uts/common/klm/nlm_rpc_svc.c
160
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
192
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
249
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
270
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
289
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
325
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
371
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
431
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
468
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
503
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
542
nlm_test_res_1_svc(nlm_testres *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
550
nlm_lock_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
558
nlm_cancel_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
566
nlm_unlock_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
574
nlm_granted_res_1_svc(nlm_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
586
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
594
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
606
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
628
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
649
nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
684
nlm_free_all_3_svc(nlm_notify *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
701
nlm4_test_4_svc(nlm4_testargs *argp, nlm4_testres *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
714
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
733
nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
740
nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
747
nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
754
nlm4_test_msg_4_svc(nlm4_testargs *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
779
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
812
nlm4_cancel_msg_4_svc(nlm4_cancargs *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
829
nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
846
nlm4_granted_msg_4_svc(nlm4_testargs *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
864
nlm4_test_res_4_svc(nlm4_testres *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
872
nlm4_lock_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
880
nlm4_cancel_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
888
nlm4_unlock_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
896
nlm4_granted_res_4_svc(nlm4_res *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
905
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
914
struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
921
nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_rpc_svc.c
942
nlm4_free_all_4_svc(nlm4_notify *argp, void *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_service.c
1043
struct svc_req *sr, nlm_res_cb cb)
usr/src/uts/common/klm/nlm_service.c
1098
nlm_do_free_all(nlm4_notify *argp, void *res, struct svc_req *sr)
usr/src/uts/common/klm/nlm_service.c
1203
nlm_do_share(nlm4_shareargs *argp, nlm4_shareres *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_service.c
1272
nlm_do_unshare(nlm4_shareargs *argp, nlm4_shareres *resp, struct svc_req *sr)
usr/src/uts/common/klm/nlm_service.c
281
nlm_do_notify1(nlm_sm_status *argp, void *res, struct svc_req *sr)
usr/src/uts/common/klm/nlm_service.c
308
nlm_do_notify2(nlm_sm_status *argp, void *res, struct svc_req *sr)
usr/src/uts/common/klm/nlm_service.c
326
struct svc_req *sr, nlm_testres_cb cb)
usr/src/uts/common/klm/nlm_service.c
476
nlm_do_lock(nlm4_lockargs *argp, nlm4_res *resp, struct svc_req *sr,
usr/src/uts/common/klm/nlm_service.c
847
struct svc_req *sr, nlm_res_cb cb)
usr/src/uts/common/klm/nlm_service.c
945
struct svc_req *sr, nlm_res_cb cb)
usr/src/uts/common/nfs/export.h
385
struct svc_req;
usr/src/uts/common/nfs/export.h
609
struct svc_req *, cred_t *, uid_t *, gid_t *, uint_t *, gid_t **);
usr/src/uts/common/nfs/export.h
611
struct svc_req *, int, int, cred_t *);
usr/src/uts/common/nfs/export.h
620
extern int chk_clnt_sec(struct exportinfo *, struct svc_req *);
usr/src/uts/common/nfs/export.h
637
extern int client_is_downrev(struct svc_req *);
usr/src/uts/common/nfs/nfs.h
1011
extern int nfsauth_access(struct exportinfo *, struct svc_req *, cred_t *,
usr/src/uts/common/nfs/nfs.h
2260
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2263
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2266
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2269
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2272
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2276
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2280
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2283
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2286
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2289
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2292
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2295
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2298
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2301
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2304
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2307
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2311
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2315
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2318
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2321
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2324
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
2345
extern uint_t rfs3_tsize(struct svc_req *);
usr/src/uts/common/nfs/nfs.h
890
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
893
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
896
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
899
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
903
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
907
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
909
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
912
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
915
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
918
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
921
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
924
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
927
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
930
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
933
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs.h
937
struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs4.h
1234
struct svc_req *req;
usr/src/uts/common/nfs/nfs4.h
1431
struct svc_req *, struct compound_state *);
usr/src/uts/common/nfs/nfs4.h
1470
extern int checkauth4(struct compound_state *, struct svc_req *);
usr/src/uts/common/nfs/nfs4.h
1471
extern nfsstat4 call_checkauth4(struct compound_state *, struct svc_req *);
usr/src/uts/common/nfs/nfs4.h
1518
extern uint_t rfs4_tsize(struct svc_req *);
usr/src/uts/common/nfs/nfs4.h
1548
compound_state_t *, struct svc_req *, int *);
usr/src/uts/common/nfs/nfs4.h
1553
extern int rfs4_dispatch(struct rpcdisp *, struct svc_req *, SVCXPRT *, char *);
usr/src/uts/common/nfs/nfs4_drc.h
83
int rfs4_find_dr(struct svc_req *, rfs4_drc_t *, rfs4_dupreq_t **);
usr/src/uts/common/nfs/nfs4x.h
131
struct svc_req *cs_req;
usr/src/uts/common/nfs/nfs4x.h
184
extern int rfs4x_dispatch(struct svc_req *, SVCXPRT *, char *);
usr/src/uts/common/nfs/nfs_acl.h
332
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_acl.h
336
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_acl.h
339
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_acl.h
342
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_acl.h
345
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_acl.h
349
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_acl.h
353
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_acl.h
356
struct exportinfo *, struct svc_req *, cred_t *, bool_t);
usr/src/uts/common/nfs/nfs_dispatch.h
79
void rpc_null(caddr_t *, caddr_t *, struct exportinfo *, struct svc_req *,
usr/src/uts/common/nfs/nfs_log.h
618
struct svc_req *, cred_t *, struct netbuf *,
usr/src/uts/common/nfs/nfs_log.h
661
struct svc_req *, caddr_t, unsigned int *);
usr/src/uts/common/nfs/nfs_log.h
662
extern void nfslog_write_record(struct exportinfo *, struct svc_req *,
usr/src/uts/common/rpc/auth.h
469
struct svc_req;
usr/src/uts/common/rpc/auth.h
470
extern int authkerb_getucred(struct svc_req *, uid_t *, gid_t *,
usr/src/uts/common/rpc/auth_des.h
156
extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
usr/src/uts/common/rpc/auth_sys.h
113
struct svc_req;
usr/src/uts/common/rpc/auth_sys.h
121
extern enum auth_stat _svcauth_unix(struct svc_req *, struct rpc_msg *);
usr/src/uts/common/rpc/auth_sys.h
122
extern enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *);
usr/src/uts/common/rpc/rpc_rdma.h
543
extern bool_t rdma_get_wchunk(struct svc_req *, iovec_t *, struct clist *);
usr/src/uts/common/rpc/rpcsec_gss.h
181
struct svc_req;
usr/src/uts/common/rpc/rpcsec_gss.h
198
enum auth_stat __svcrpcsec_gss(struct svc_req *,
usr/src/uts/common/rpc/rpcsec_gss.h
293
struct svc_req *req,
usr/src/uts/common/rpc/rpcsec_gss.h
307
struct svc_req *req,
usr/src/uts/common/rpc/sec/sec_svc.c
144
sec_svc_getcred(struct svc_req *req, cred_t *cr, caddr_t *principal,
usr/src/uts/common/rpc/sec/sec_svc.c
204
_svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/uts/common/rpc/sec/sec_svc.c
54
enum auth_stat _svcauth_null(struct svc_req *, struct rpc_msg *);
usr/src/uts/common/rpc/sec/sec_svc.c
91
sec_svc_msg(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch)
usr/src/uts/common/rpc/sec/svc_authu.c
135
_svcauth_short(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/uts/common/rpc/sec/svc_authu.c
72
_svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/uts/common/rpc/sec/svcauthdes.c
137
_svcauth_des(struct svc_req *rqst, struct rpc_msg *msg)
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1022
struct svc_req *rqst,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1135
struct svc_req *rqst,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1226
struct svc_req *rqst,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1405
struct svc_req *rqst,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1455
struct svc_req *rqst,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1595
set_response_verf(struct svc_req *rqst, struct rpc_msg *msg,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1937
rpc_gss_svc_max_data_length(struct svc_req *req, int max_tp_unit_len)
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
608
do_callback(struct svc_req *req, svc_rpc_gss_data *client_data)
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
647
rpc_gss_getcred(struct svc_req *req, rpc_gss_rawcred_t **rcred,
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
798
struct svc_req r, *rqst;
usr/src/uts/common/rpc/svc.c
1272
struct svc_req r;
usr/src/uts/common/rpc/svc.c
1323
void (*dispatchroutine) (struct svc_req *, SVCXPRT *);
usr/src/uts/common/rpc/svc.h
1016
extern SVCXPRT *svc_door_create(void (*)(struct svc_req *, SVCXPRT *),
usr/src/uts/common/rpc/svc.h
1137
extern int __svc_dup(struct svc_req *, caddr_t *, uint_t *, char *);
usr/src/uts/common/rpc/svc.h
1138
extern int __svc_dupdone(struct svc_req *, caddr_t, uint_t, int, char *);
usr/src/uts/common/rpc/svc.h
1140
extern int __svc_vc_dup(struct svc_req *, caddr_t *, uint_t *);
usr/src/uts/common/rpc/svc.h
1141
extern int __svc_vc_dupdone(struct svc_req *, caddr_t, uint_t, int);
usr/src/uts/common/rpc/svc.h
142
typedef void (SVC_DISPATCH)(struct svc_req *, SVCXPRT *);
usr/src/uts/common/rpc/svc.h
179
int (*xp_dup)(struct svc_req *, caddr_t, int,
usr/src/uts/common/rpc/svc.h
704
void (*)(struct svc_req *, SVCXPRT *),
usr/src/uts/common/rpc/svc.h
926
extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
usr/src/uts/common/rpc/svc.h
940
extern SVCXPRT *svc_tp_create(void (*)(struct svc_req *, SVCXPRT *),
usr/src/uts/common/rpc/svc.h
954
extern SVCXPRT *svc_tp_create_addr(void (*)(struct svc_req *, SVCXPRT *),
usr/src/uts/common/rpc/svc_auth.h
102
extern int sec_svc_getcred(struct svc_req *, cred_t *, caddr_t *, int *);
usr/src/uts/common/rpc/svc_auth.h
106
extern enum auth_stat __gss_authenticate(struct svc_req *, struct rpc_msg *,
usr/src/uts/common/rpc/svc_auth.h
108
extern enum auth_stat __authenticate(struct svc_req *, struct rpc_msg *);
usr/src/uts/common/rpc/svc_auth.h
99
extern enum auth_stat sec_svc_msg(struct svc_req *, struct rpc_msg *,
usr/src/uts/common/rpc/svc_clts.c
79
static int svc_clts_kdup(struct svc_req *, caddr_t, int,
usr/src/uts/common/rpc/svc_clts.c
805
svc_clts_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp,
usr/src/uts/common/rpc/svc_cots.c
765
svc_cots_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp,
usr/src/uts/common/rpc/svc_cots.c
83
static int svc_cots_kdup(struct svc_req *, caddr_t, int,
usr/src/uts/common/rpc/svc_mt.h
102
struct svc_req *req; /* request */
usr/src/uts/common/rpc/svc_rdma.c
114
static int svc_rdma_kdup(struct svc_req *, caddr_t, int,
usr/src/uts/common/rpc/svc_rdma.c
1180
svc_rdma_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp,
usr/src/uts/common/rpc/svc_rdma.c
1345
rdma_get_wchunk(struct svc_req *req, iovec_t *iov, struct clist *wlist)
usr/src/uts/common/rpc/svc_soc.h
67
void (*)(struct svc_req *, SVCXPRT *), int);
usr/src/uts/common/sys/fs/ufs_prot.h
171
extern ufsdrc_t *ufsd_null_1_svc(void *, struct svc_req *);
usr/src/uts/common/sys/fs/ufs_prot.h
175
ufsd_repairfs_1_svc(ufsd_repairfs_args_t *, struct svc_req *);
usr/src/uts/common/sys/fs/ufs_prot.h
179
ufsd_repairfslist_1_svc(ufsd_repairfs_list_t *, struct svc_req *);
usr/src/uts/common/sys/fs/ufs_prot.h
182
extern ufsdrc_t *ufsd_send_1_svc(ufsd_msg_t *, struct svc_req *);
usr/src/uts/common/sys/fs/ufs_prot.h
185
extern ufsdrc_t *ufsd_recv_1_svc(ufsd_msg_t *, struct svc_req *);
usr/src/uts/common/sys/fs/ufs_prot.h
188
extern ufsdrc_t *ufsd_exit_1_svc(void *, struct svc_req *);