Home
last modified time | relevance | path

Searched refs:NULLPROC (Results 1 – 24 of 24) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc_simple.c111 if (procnum == NULLPROC) { in rpc_reg()
113 NULLPROC); in rpc_reg()
255 if (rqstp->rq_proc == NULLPROC) { in universal()
H A Dclnt_generic.c104 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
126 rpc_stat = clnt_call(clnt, NULLPROC, (xdrproc_t)xdr_void, in clnt_create_vers_timed()
H A Drpc_generic.c427 if (clnt_call(clnt, NULLPROC, (xdrproc_t) xdr_void, NULL, in rpc_nullproc()
/freebsd/sys/nlm/
H A Dnlm_prot_svc.c57 case NULLPROC: in nlm_prog_0()
125 case NULLPROC: in nlm_prog_1()
266 case NULLPROC: in nlm_prog_3()
379 case NULLPROC: in nlm_prog_4()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c390 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
414 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
442 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
622 rpc_stat = rpc_broadcast(prognum, vers, NULLPROC,
1284 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1310 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1337 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1393 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
1417 rpc_stat = CLNT_CALL(client, NULLPROC,
1443 rpc_stat = CLNT_CALL(client, NULLPROC, (xdrproc_t) xdr_void,
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c130 case NULLPROC: in rquota_service_2()
150 case NULLPROC: in rquota_service_1()
/freebsd/libexec/rpc.sprayd/
H A Dsprayd.c136 case NULLPROC: in spray_service()
/freebsd/libexec/rpc.rwalld/
H A Drwalld.c174 case NULLPROC: in wallprog_1()
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c260 stat = clnt_call_private(newclient, &ext, NULLPROC, (xdrproc_t)xdr_void, in rpctls_connect()
445 if (rqst->rq_proc != NULLPROC) { in _svcauth_rpcsec_tls()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc.c82 case NULLPROC: in rpcb_service_3()
H A Drpcb_svc_4.c82 case NULLPROC: in rpcb_service_4()
/freebsd/include/rpc/
H A Dclnt.h253 #define NULLPROC ((rpcproc_t)0) macro
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c264 case NULLPROC: in rusers_service()
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss.c381 call_stat = clnt_call(gd->gd_clnt, NULLPROC, in rpc_gss_init()
522 clnt_call(gd->gd_clnt, NULLPROC, in rpc_gss_destroy_context()
H A Dsvc_rpcsec_gss.c1054 if (rqst->rq_proc != NULLPROC) { in svc_rpc_gss()
1170 if (rqst->rq_proc != NULLPROC) { in svc_rpc_gss()
/freebsd/sys/rpc/
H A Dclnt.h349 #define NULLPROC ((rpcproc_t)0) macro
H A Drpc_generic.c175 if (clnt_call(clnt, NULLPROC, (xdrproc_t) xdr_void, NULL,
H A Dsvc.c998 if (xprt->xp_doneddp == 0 && r->rq_proc != NULLPROC && in svc_getreq()
/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.c541 if (rqstp->rq_proc != NULLPROC) { in nfsuserdsrv()
604 case NULLPROC: in nfsuserdsrv()
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c121 case NULLPROC: in server()
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c406 case NULLPROC: in rstat_service()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c896 call_stat = CLNT_CALL_EXT(gd->gd_clnt, &ext, NULLPROC, in rpc_gss_init()
1080 CLNT_CALL_EXT(gd->gd_clnt, &ext, NULLPROC, in rpc_gss_destroy_context()
H A Dsvc_rpcsec_gss.c1433 if (rqst->rq_proc != NULLPROC) { in svc_rpc_gss()
1567 if (rqst->rq_proc != NULLPROC) { in svc_rpc_gss()
/freebsd/usr.sbin/mountd/
H A Dmountd.c1200 case NULLPROC: in mntsrv()