/dflybsd-src/libexec/rpc.rstatd/ |
H A D | rstatd.c | 46 (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 D | rusersd.c | 48 (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 D | yppasswdd_main.c | 108 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 D | pmap_clnt.c | 100 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 D | svc_generic.c | 97 rpcb_unset(prognum, versnum, nconf); in svc_create() 159 rpcb_unset(prognum, versnum, (struct netconfig *) nconf); in svc_tp_create()
|
H A D | Symbol.map | 147 rpcb_unset;
|
H A D | svc_simple.c | 185 rpcb_unset(prognum, versnum, nconf); in rpc_reg()
|
H A D | Makefile.inc | 78 rpcbind.3 rpcb_unset.3
|
H A D | svc.c | 243 rpcb_unset(prog, vers, NULL); in svc_unreg()
|
H A D | rpcb_clnt.c | 601 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) in rpcb_unset() function
|
/dflybsd-src/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 161 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 D | sprayd.c | 62 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in cleanup() 91 (void) rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in main()
|
/dflybsd-src/include/rpc/ |
H A D | rpcb_clnt.h | 66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
|
/dflybsd-src/libexec/rpc.rquotad/ |
H A D | rquotad.c | 59 (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 D | statd.c | 69 rpcb_unset(SM_PROG, SM_VERS, NULL); in main()
|
/dflybsd-src/usr.sbin/keyserv/ |
H A D | keyserv.c | 158 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 D | rwalld.c | 92 (void)rpcb_unset(WALLPROG, WALLVERS, NULL); in main()
|
/dflybsd-src/sbin/nfsd/ |
H A D | nfsd.c | 784 if ((!rpcb_unset(RPCPROG_NFS, 2, NULL)) || in unregistration() 785 (!rpcb_unset(RPCPROG_NFS, 3, NULL))) in unregistration()
|
/dflybsd-src/sbin/mountd/ |
H A D | mountd.c | 363 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 D | rpcinfo.c | 1202 if ((rpcb_unset(getprognum(argv[0]), getvers(argv[1]), nconf)) == 0)
|