Home
last modified time | relevance | path

Searched refs:rpcb_unset (Results 1 – 25 of 25) sorted by relevance

/freebsd/libexec/rpc.rstatd/
H A Drstatd.c46 (void) rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL); in cleanup()
47 (void) rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL); in cleanup()
48 (void) rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL); in cleanup()
76 (void)rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL); in main()
77 (void)rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL); in main()
78 (void)rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL); in main()
/freebsd/libexec/rpc.rusersd/
H A Drusersd.c46 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL); in cleanup()
47 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL); in cleanup()
70 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL); in main()
71 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL); in main()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c108 rpcb_unset(YPPASSWDPROG, YPPASSWDVERS, NULL); in terminate()
109 rpcb_unset(MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS, NULL); in terminate()
273 rpcb_unset(YPPASSWDPROG, YPPASSWDVERS, NULL); in main()
274 rpcb_unset(MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS, NULL); in main()
/freebsd/lib/libc/rpc/
H A Dpmap_clnt.c98 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
104 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
H A Dsvc_generic.c100 (void) rpcb_unset(prognum, versnum, nconf); in svc_create()
166 (void) rpcb_unset(prognum, versnum, (struct netconfig *) nconf); in svc_tp_create()
H A DSymbol.map138 rpcb_unset;
H A Dsvc_simple.c184 (void) rpcb_unset(prognum, versnum, nconf); in rpc_reg()
H A DMakefile.inc147 rpcbind.3 rpcb_unset.3 \
H A Dsvc.c243 (void) rpcb_unset(prog, vers, NULL); in svc_unreg()
H A Drpcb_clnt.c576 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) in rpcb_unset() function
/freebsd/libexec/rpc.sprayd/
H A Dsprayd.c59 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in cleanup()
88 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in main()
/freebsd/include/rpc/
H A Drpcb_clnt.h66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
/freebsd/sys/rpc/
H A Drpcb_clnt.h68 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
H A Drpcb_clnt.c140 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) in rpcb_unset() function
H A Dsvc_generic.c107 (void) rpcb_unset(prognum, versnum, &nconfcopy); in svc_tp_create()
H A Dsvc.c575 (void) rpcb_unset(prog, vers, NULL); in svc_unreg()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c204 (void)rpcb_unset(NLM_PROG, NLM_SM, NULL); in main()
205 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL); in main()
206 (void)rpcb_unset(NLM_PROG, NLM_VERSX, NULL); in main()
207 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL); in main()
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c47 (void)rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL); in cleanup()
78 (void)rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL); in main()
/freebsd/libexec/rpc.rwalld/
H A Drwalld.c95 (void)rpcb_unset(WALLPROG, WALLVERS, NULL); in main()
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c139 (void)rpcb_unset(SM_PROG, SM_VERS, NULL); in main()
/freebsd/usr.sbin/inetd/
H A Dinetd.c1220 rpcb_unset(sep->se_rpc_prog, i, netid4); in unregisterrpc()
1222 rpcb_unset(sep->se_rpc_prog, i, netid6); in unregisterrpc()
1361 rpcb_unset(sep->se_rpc_prog, i, netid); in setup()
1364 rpcb_unset(sep->se_rpc_prog, i, netid2); in setup()
/freebsd/usr.sbin/nfsd/
H A Dnfsd.c972 if ((nfs_minvers == NFS_VER2 && !rpcb_unset(NFS_PROGRAM, 2, NULL)) || in unregistration()
973 (nfs_minvers <= NFS_VER3 && !rpcb_unset(NFS_PROGRAM, 3, NULL))) in unregistration()
/freebsd/usr.sbin/mountd/
H A Dmountd.c586 rpcb_unset(MOUNTPROG, MOUNTVERS, NULL); in main()
587 rpcb_unset(MOUNTPROG, MOUNTVERS3, NULL); in main()
4086 rpcb_unset(MOUNTPROG, MOUNTVERS, NULL); in terminate()
4087 rpcb_unset(MOUNTPROG, MOUNTVERS3, NULL); in terminate()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c1211 if ((rpcb_unset(getprognum(argv[0]), getvers(argv[1]), nconf)) == 0)
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1499 rpcb_unset(NLM_PROG, versions[i], nconf); in nlm_register_services()