Home
last modified time | relevance | path

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

/dflybsd-src/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()
/dflybsd-src/libexec/rpc.rusersd/
H A Drusersd.c48 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL); in cleanup()
49 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL); in cleanup()
72 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL); in main()
73 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL); in main()
/dflybsd-src/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()
/dflybsd-src/lib/libc/rpc/
H A Dpmap_clnt.c100 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
106 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
H A Dsvc_generic.c97 rpcb_unset(prognum, versnum, nconf); in svc_create()
159 rpcb_unset(prognum, versnum, (struct netconfig *) nconf); in svc_tp_create()
H A DSymbol.map147 rpcb_unset;
H A Dsvc_simple.c185 rpcb_unset(prognum, versnum, nconf); in rpc_reg()
H A DMakefile.inc78 rpcbind.3 rpcb_unset.3
H A Dsvc.c243 rpcb_unset(prog, vers, NULL); in svc_unreg()
H A Drpcb_clnt.c601 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) in rpcb_unset() function
/dflybsd-src/usr.sbin/rpc.lockd/
H A Dlockd.c161 rpcb_unset(NLM_PROG, NLM_SM, NULL); in main()
162 rpcb_unset(NLM_PROG, NLM_VERS, NULL); in main()
163 rpcb_unset(NLM_PROG, NLM_VERSX, NULL); in main()
164 rpcb_unset(NLM_PROG, NLM_VERS4, NULL); in main()
/dflybsd-src/libexec/rpc.sprayd/
H A Dsprayd.c62 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in cleanup()
91 (void) rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in main()
/dflybsd-src/include/rpc/
H A Drpcb_clnt.h66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
/dflybsd-src/libexec/rpc.rquotad/
H A Drquotad.c59 (void) rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL); in cleanup()
79 (void) rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL); in main()
/dflybsd-src/usr.sbin/rpc.statd/
H A Dstatd.c69 rpcb_unset(SM_PROG, SM_VERS, NULL); in main()
/dflybsd-src/usr.sbin/keyserv/
H A Dkeyserv.c158 rpcb_unset(KEY_PROG, KEY_VERS, NULL); in main()
159 rpcb_unset(KEY_PROG, KEY_VERS2, NULL); in main()
184 rpcb_unset(CRYPT_PROG, CRYPT_VERS, nconf); in main()
/dflybsd-src/libexec/rpc.rwalld/
H A Drwalld.c92 (void)rpcb_unset(WALLPROG, WALLVERS, NULL); in main()
/dflybsd-src/sbin/nfsd/
H A Dnfsd.c784 if ((!rpcb_unset(RPCPROG_NFS, 2, NULL)) || in unregistration()
785 (!rpcb_unset(RPCPROG_NFS, 3, NULL))) in unregistration()
/dflybsd-src/sbin/mountd/
H A Dmountd.c363 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL); in main()
364 rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL); in main()
2730 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL); in terminate()
2731 rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL); in terminate()
/dflybsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c1202 if ((rpcb_unset(getprognum(argv[0]), getvers(argv[1]), nconf)) == 0)