/freebsd/lib/libc/rpc/ |
H A D | svc_simple.c | 111 if (procnum == NULLPROC) { in rpc_reg() 113 NULLPROC); in rpc_reg() 255 if (rqstp->rq_proc == NULLPROC) { in universal()
|
H A D | clnt_generic.c | 104 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 D | rpc_generic.c | 427 if (clnt_call(clnt, NULLPROC, (xdrproc_t) xdr_void, NULL, in rpc_nullproc()
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 57 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 D | rpcinfo.c | 390 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 D | rquotad.c | 130 case NULLPROC: in rquota_service_2() 150 case NULLPROC: in rquota_service_1()
|
/freebsd/libexec/rpc.sprayd/ |
H A D | sprayd.c | 136 case NULLPROC: in spray_service()
|
/freebsd/libexec/rpc.rwalld/ |
H A D | rwalld.c | 174 case NULLPROC: in wallprog_1()
|
/freebsd/sys/rpc/rpcsec_tls/ |
H A D | rpctls_impl.c | 260 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 D | rpcb_svc.c | 82 case NULLPROC: in rpcb_service_3()
|
H A D | rpcb_svc_4.c | 82 case NULLPROC: in rpcb_service_4()
|
/freebsd/include/rpc/ |
H A D | clnt.h | 253 #define NULLPROC ((rpcproc_t)0) macro
|
/freebsd/libexec/rpc.rusersd/ |
H A D | rusers_proc.c | 264 case NULLPROC: in rusers_service()
|
/freebsd/lib/librpcsec_gss/ |
H A D | rpcsec_gss.c | 381 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 D | svc_rpcsec_gss.c | 1054 if (rqst->rq_proc != NULLPROC) { in svc_rpc_gss() 1170 if (rqst->rq_proc != NULLPROC) { in svc_rpc_gss()
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 349 #define NULLPROC ((rpcproc_t)0) macro
|
H A D | rpc_generic.c | 175 if (clnt_call(clnt, NULLPROC, (xdrproc_t) xdr_void, NULL,
|
H A D | svc.c | 998 if (xprt->xp_doneddp == 0 && r->rq_proc != NULLPROC && in svc_getreq()
|
/freebsd/usr.sbin/nfsuserd/ |
H A D | nfsuserd.c | 541 if (rqstp->rq_proc != NULLPROC) { in nfsuserdsrv() 604 case NULLPROC: in nfsuserdsrv()
|
/freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | t_rpc.c | 121 case NULLPROC: in server()
|
/freebsd/libexec/rpc.rstatd/ |
H A D | rstat_proc.c | 406 case NULLPROC: in rstat_service()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 896 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 D | svc_rpcsec_gss.c | 1433 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 D | mountd.c | 1200 case NULLPROC: in mntsrv()
|