Searched refs:rq_proc (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc.c82 rpcbs_procinfo(RPCBVERS_3_STAT, rqstp->rq_proc);
84 switch (rqstp->rq_proc) {
94 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS);
127 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS);
172 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) {
H A Dpmap_svc.c75 rpcbs_procinfo(RPCBVERS_2_STAT, rqstp->rq_proc);
76 switch (rqstp->rq_proc) {
85 check_access(xprt, rqstp->rq_proc, NULL, PMAPVERS);
98 pmapproc_change(rqstp, xprt, rqstp->rq_proc);
105 pmapproc_change(rqstp, xprt, rqstp->rq_proc);
H A Drpcb_svc_4.c82 rpcbs_procinfo(RPCBVERS_4_STAT, rqstp->rq_proc);
84 switch (rqstp->rq_proc) {
93 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4);
149 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
158 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
223 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) {
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c130 if (rqst->rq_proc > NFSV2PROC_STATFS ||
131 newnfs_nfsv3_procid[rqst->rq_proc] == NFSPROC_NOOP) {
136 nd.nd_procnum = newnfs_nfsv3_procid[rqst->rq_proc];
139 if (rqst->rq_proc >= NFS_V3NPROCS) {
144 nd.nd_procnum = rqst->rq_proc;
147 if (rqst->rq_proc != NFSPROC_NULL &&
148 rqst->rq_proc != NFSV4PROC_COMPOUND) {
153 nd.nd_procnum = rqst->rq_proc;
H A Dnfs_fha_new.c330 procnum = req->rq_proc;
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_access.c231 (unsigned long)rqstp->rq_proc);
236 yp_procs[rqstp->rq_proc + (12 * (rqstp->rq_vers - 1))];
264 rqstp->rq_proc == YPPROC_XFR) ||
266 rqstp->rq_proc == YPXFRD_GETMAP)) &&
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c76 if (rqst->rq_proc != NFSPROC_NULL &&
77 rqst->rq_proc != NFSV4PROC_CBCOMPOUND) {
82 nd.nd_procnum = rqst->rq_proc;
/freebsd-13-stable/libexec/rpc.sprayd/
H A Dsprayd.c135 switch (rqstp->rq_proc) {
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_svc.c60 switch (rqstp->rq_proc) {
128 switch (rqstp->rq_proc) {
269 switch (rqstp->rq_proc) {
382 switch (rqstp->rq_proc) {
/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_simple.c259 if (rqstp->rq_proc == NULLPROC) {
268 proc = rqstp->rq_proc;
H A Dsvc.c649 r.rq_proc = msg.rm_call.cb_proc;
/freebsd-13-stable/libexec/rpc.rwalld/
H A Drwalld.c174 switch (rqstp->rq_proc) {
/freebsd-13-stable/libexec/rpc.rquotad/
H A Drquotad.c132 switch (request->rq_proc) {
152 switch (request->rq_proc) {
/freebsd-13-stable/sys/rpc/
H A Dsvc.h270 uint32_t rq_proc; /* the desired procedure */ member in struct:svc_req
407 uint32_t rq_proc; /* the desired procedure */ member in struct:svc_req
/freebsd-13-stable/include/rpc/
H A Dsvc.h158 u_int32_t rq_proc; /* the desired procedure */ member in struct:svc_req
/freebsd-13-stable/libexec/rpc.rusersd/
H A Drusers_proc.c268 switch (rqstp->rq_proc) {
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c120 switch (rqstp->rq_proc) {
/freebsd-13-stable/tools/regression/rpcsec_gss/
H A Drpctest.c193 switch (rqstp->rq_proc) {
/freebsd-13-stable/libexec/rpc.rstatd/
H A Drstat_proc.c413 switch (rqstp->rq_proc) {
/freebsd-13-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c1056 if (rqst->rq_proc != NULLPROC) {
1172 if (rqst->rq_proc != NULLPROC) {
/freebsd-13-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c533 if (rqstp->rq_proc != NULLPROC) {
595 switch (rqstp->rq_proc) {
/freebsd-13-stable/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c645 if (rqst->rq_proc != NULLPROC)
/freebsd-13-stable/usr.sbin/keyserv/
H A Dkeyserv.c620 switch (rqstp->rq_proc) {
/freebsd-13-stable/usr.sbin/ypldap/
H A Dyp.c160 switch (req->rq_proc) {
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1362 if (rqst->rq_proc != NULLPROC) {
1496 if (rqst->rq_proc != NULLPROC) {

Completed in 213 milliseconds

12