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

12

/freebsd-10.2-release/libexec/rpc.rstatd/
H A Drstatd.c49 (void) rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL);
50 (void) rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL);
51 (void) rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL);
79 (void)rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL);
80 (void)rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL);
81 (void)rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL);
/freebsd-10.2-release/libexec/rpc.rusersd/
H A Drusersd.c49 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL);
50 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL);
73 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL);
74 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_ORIG, NULL);
/freebsd-10.2-release/sys/rpc/
H A Drpcb_clnt.h44 * success = rpcb_unset(program, version, nconf);
68 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
H A Dsvc_generic.c108 (void) rpcb_unset(prognum, versnum, nconf);
182 (void) rpcb_unset(prognum, versnum, &nconfcopy);
H A Drpcb_clnt.c607 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) function
H A Dsvc.c532 (void) rpcb_unset(prog, vers, NULL);
/freebsd-10.2-release/include/rpc/
H A Drpcb_clnt.h44 * success = rpcb_unset(program, version, nconf);
66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
/freebsd-10.2-release/lib/libc/rpc/
H A Dpmap_clnt.c103 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
109 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version,
H A Dsvc_generic.c104 (void) rpcb_unset(prognum, versnum, nconf);
167 (void) rpcb_unset(prognum, versnum, (struct netconfig *) nconf);
H A Dsvc_simple.c186 (void) rpcb_unset(prognum, versnum, nconf);
H A DMakefile.inc149 rpcbind.3 rpcb_unset.3 \
H A Dsvc.c253 (void) rpcb_unset(prog, vers, NULL);
H A Drpcb_clnt.c597 rpcb_unset(program, version, nconf) function
/freebsd-10.2-release/libexec/rpc.sprayd/
H A Dsprayd.c65 (void) rpcb_unset(SPRAYPROG, SPRAYVERS, NULL);
94 (void) rpcb_unset(SPRAYPROG, SPRAYVERS, NULL);
/freebsd-10.2-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c108 rpcb_unset(YPPASSWDPROG, YPPASSWDVERS, NULL);
109 rpcb_unset(MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS, NULL);
275 rpcb_unset(YPPASSWDPROG, YPPASSWDVERS, NULL);
276 rpcb_unset(MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS, NULL);
/freebsd-10.2-release/libexec/rpc.rquotad/
H A Drquotad.c49 (void)rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL);
67 (void)rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL);
/freebsd-10.2-release/libexec/rpc.rwalld/
H A Drwalld.c95 (void)rpcb_unset(WALLPROG, WALLVERS, NULL);
/freebsd-10.2-release/usr.sbin/rpc.lockd/
H A Dlockd.c205 (void)rpcb_unset(NLM_PROG, NLM_SM, NULL);
206 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL);
207 (void)rpcb_unset(NLM_PROG, NLM_VERSX, NULL);
208 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL);
/freebsd-10.2-release/usr.sbin/keyserv/
H A Dkeyserv.c165 rpcb_unset(KEY_PROG, KEY_VERS, NULL);
166 rpcb_unset(KEY_PROG, KEY_VERS2, NULL);
193 rpcb_unset(CRYPT_PROG, CRYPT_VERS, nconf);
/freebsd-10.2-release/usr.sbin/inetd/
H A Dinetd.c1236 rpcb_unset(sep->se_rpc_prog, i, netid4);
1238 rpcb_unset(sep->se_rpc_prog, i, netid6);
1381 rpcb_unset(sep->se_rpc_prog, i, netid);
1384 rpcb_unset(sep->se_rpc_prog, i, netid2);
/freebsd-10.2-release/usr.sbin/rpc.statd/
H A Dstatd.c134 (void)rpcb_unset(SM_PROG, SM_VERS, NULL);
/freebsd-10.2-release/usr.sbin/nfsd/
H A Dnfsd.c922 if ((!rpcb_unset(NFS_PROGRAM, 2, NULL)) ||
923 (!rpcb_unset(NFS_PROGRAM, 3, NULL)))
924 syslog(LOG_ERR, "rpcb_unset failed");
/freebsd-10.2-release/usr.sbin/mountd/
H A Dmountd.c419 rpcb_unset(MOUNTPROG, MOUNTVERS, NULL);
420 rpcb_unset(MOUNTPROG, MOUNTVERS3, NULL);
3234 rpcb_unset(MOUNTPROG, MOUNTVERS, NULL);
3235 rpcb_unset(MOUNTPROG, MOUNTVERS3, NULL);
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h901 extern int rpcb_unset(/* ??? */);
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c420 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL);
421 rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL);

Completed in 222 milliseconds

12