Home
last modified time | relevance | path

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

/netbsd-src/libexec/rpc.rstatd/
H A Drstatd.c61 (void) rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL); in cleanup()
62 (void) rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL); in cleanup()
63 (void) rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL); in cleanup()
89 (void)rpcb_unset(RSTATPROG, RSTATVERS_TIME, NULL); in main()
90 (void)rpcb_unset(RSTATPROG, RSTATVERS_SWTCH, NULL); in main()
91 (void)rpcb_unset(RSTATPROG, RSTATVERS_ORIG, NULL); in main()
/netbsd-src/libexec/rpc.rusersd/
H A Drusersd.c57 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_3, NULL); in cleanup()
58 (void) rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL); in cleanup()
80 (void)rpcb_unset(RUSERSPROG, RUSERSVERS_3, NULL); in main()
81 (void)rpcb_unset(RUSERSPROG, RUSERSVERS_IDLE, NULL); in main()
/netbsd-src/usr.sbin/rpc.lockd/
H A Dlockd.c126 (void)rpcb_unset(NLM_PROG, NLM_SM, NULL); in main()
127 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL); in main()
128 (void)rpcb_unset(NLM_PROG, NLM_VERSX, NULL); in main()
129 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL); in main()
/netbsd-src/libexec/rpc.rquotad/
H A Drquotad.c48 (void)rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL); in cleanup()
49 (void)rpcb_unset(RQUOTAPROG, EXT_RQUOTAVERS, NULL); in cleanup()
65 (void) rpcb_unset(RQUOTAPROG, RQUOTAVERS, NULL); in main()
66 (void) rpcb_unset(RQUOTAPROG, EXT_RQUOTAVERS, NULL); in main()
/netbsd-src/lib/libc/rpc/
H A Dpmap_clnt.c111 udp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
117 tcp_rslt = rpcb_unset((rpcprog_t)program, (rpcvers_t)version, in pmap_unset()
H A Dsvc_generic.c116 (void) rpcb_unset(prognum, versnum, nconf); in svc_create()
177 (void) rpcb_unset(prognum, versnum, __UNCONST(nconf)); in svc_tp_create()
H A Dsvc_simple.c193 (void) rpcb_unset(prognum, versnum, nconf); in rpc_reg()
H A DMakefile.inc109 rpcbind.3 rpcb_unset.3 \
H A Drpcb_clnt.c83 __weak_alias(rpcb_unset,_rpcb_unset)
592 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) in rpcb_unset() function
H A Dsvc.c332 (void) rpcb_unset(prog, vers, NULL); in svc_unreg()
/netbsd-src/libexec/rpc.sprayd/
H A Dsprayd.c55 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in cleanup()
83 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in main()
/netbsd-src/libexec/rpc.rwalld/
H A Drwalld.c71 (void)rpcb_unset(WALLPROG, WALLVERS, NULL); in cleanup()
100 (void) rpcb_unset(WALLPROG, WALLVERS, NULL); in main()
/netbsd-src/include/rpc/
H A Drpcb_clnt.h66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
/netbsd-src/usr.sbin/ypserv/ypserv/
H A Dypserv.c346 (void) rpcb_unset((u_int)YPPROG, (u_int)YPVERS, NULL); in main()
347 (void) rpcb_unset((u_int)YPPROG, (u_int)YPVERS_ORIG, NULL); in main()
/netbsd-src/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c881 rpcb_unset(AUTOFS_PROG, AUTOFS_VERS, autofs_ncp);
923 rpcb_unset(AUTOFS_PROG, AUTOFS_VERS, autofs_ncp);
/netbsd-src/usr.sbin/rpc.statd/
H A Dstatd.c111 (void)rpcb_unset(SM_PROG, SM_VERS, NULL); in main()
/netbsd-src/usr.sbin/inetd/
H A Dinetd.c888 (void)rpcb_unset((unsigned int)sep->se_rpcprog, (unsigned int)n, nconf); in register_rpc()
913 if (rpcb_unset((unsigned int)sep->se_rpcprog, (unsigned int)n, nconf) == 0) in unregister_rpc()
/netbsd-src/usr.sbin/mountd/
H A Dmountd.c434 rpcb_unset(RPCPROG_MNT, RPCMNT_VER1, NULL); in mountd_main()
435 rpcb_unset(RPCPROG_MNT, RPCMNT_VER3, NULL); in mountd_main()
/netbsd-src/lib/libc/include/
H A Dnamespace.h619 #define rpcb_unset _rpcb_unset
611 #define rpcb_unset _rpcb_unset global() macro
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c1243 if ((rpcb_unset(getprognum(argv[0]), getvers(argv[1]), nconf)) == 0)
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c1503 rpcb_unset(NLM_PROG, versions[i], nconf); in nlm_register_services()