Symbol: rpcb_unset
include/rpc/rpcb_clnt.h
66
extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
lib/libc/rpc/pmap_clnt.c
100
udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
lib/libc/rpc/pmap_clnt.c
106
tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
lib/libc/rpc/svc.c
243
rpcb_unset(prog, vers, NULL);
lib/libc/rpc/svc_generic.c
159
rpcb_unset(prognum, versnum, (struct netconfig *) nconf);
lib/libc/rpc/svc_generic.c
97
rpcb_unset(prognum, versnum, nconf);
lib/libc/rpc/svc_simple.c
185
rpcb_unset(prognum, versnum, nconf);
libexec/rpc.rquotad/rquotad.c
59
(void) rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL);
libexec/rpc.rquotad/rquotad.c
79
(void) rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL);
libexec/rpc.rstatd/rstatd.c
46
(void) rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL);
libexec/rpc.rstatd/rstatd.c
47
(void) rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL);
libexec/rpc.rstatd/rstatd.c
48
(void) rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL);
libexec/rpc.rstatd/rstatd.c
76
(void)rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL);
libexec/rpc.rstatd/rstatd.c
77
(void)rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL);
libexec/rpc.rstatd/rstatd.c
78
(void)rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL);
libexec/rpc.rusersd/rusersd.c
48
(void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL);
libexec/rpc.rusersd/rusersd.c
49
(void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL);
libexec/rpc.rusersd/rusersd.c
72
(void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL);
libexec/rpc.rusersd/rusersd.c
73
(void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL);
libexec/rpc.rwalld/rwalld.c
92
(void)rpcb_unset(WALLPROG, WALLVERS, NULL);
libexec/rpc.sprayd/sprayd.c
62
(void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL);
libexec/rpc.sprayd/sprayd.c
91
(void) rpcb_unset(SPRAYPROG, SPRAYVERS, NULL);
sbin/mountd/mountd.c
2730
rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL);
sbin/mountd/mountd.c
2731
rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL);
sbin/mountd/mountd.c
363
rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL);
sbin/mountd/mountd.c
364
rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL);
sbin/nfsd/nfsd.c
784
if ((!rpcb_unset(RPCPROG_NFS, 2, NULL)) ||
sbin/nfsd/nfsd.c
785
(!rpcb_unset(RPCPROG_NFS, 3, NULL)))
usr.bin/rpcinfo/rpcinfo.c
1211
if ((rpcb_unset(getprognum(argv[0]), getvers(argv[1]), nconf)) == 0)
usr.sbin/keyserv/keyserv.c
158
rpcb_unset(KEY_PROG, KEY_VERS, NULL);
usr.sbin/keyserv/keyserv.c
159
rpcb_unset(KEY_PROG, KEY_VERS2, NULL);
usr.sbin/keyserv/keyserv.c
184
rpcb_unset(CRYPT_PROG, CRYPT_VERS, nconf);
usr.sbin/rpc.lockd/lockd.c
161
rpcb_unset(NLM_PROG, NLM_SM, NULL);
usr.sbin/rpc.lockd/lockd.c
162
rpcb_unset(NLM_PROG, NLM_VERS, NULL);
usr.sbin/rpc.lockd/lockd.c
163
rpcb_unset(NLM_PROG, NLM_VERSX, NULL);
usr.sbin/rpc.lockd/lockd.c
164
rpcb_unset(NLM_PROG, NLM_VERS4, NULL);
usr.sbin/rpc.statd/statd.c
69
rpcb_unset(SM_PROG, SM_VERS, NULL);
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
108
rpcb_unset(YPPASSWDPROG, YPPASSWDVERS, NULL);
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
109
rpcb_unset(MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS, NULL);
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
273
rpcb_unset(YPPASSWDPROG, YPPASSWDVERS, NULL);
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
274
rpcb_unset(MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS, NULL);