/netbsd-src/libexec/rpc.rstatd/ |
H A D | rstatd.c | 61 (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 D | rusersd.c | 57 (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 D | lockd.c | 126 (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 D | rquotad.c | 48 (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 D | pmap_clnt.c | 111 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 D | svc_generic.c | 116 (void) rpcb_unset(prognum, versnum, nconf); in svc_create() 177 (void) rpcb_unset(prognum, versnum, __UNCONST(nconf)); in svc_tp_create()
|
H A D | svc_simple.c | 193 (void) rpcb_unset(prognum, versnum, nconf); in rpc_reg()
|
H A D | Makefile.inc | 109 rpcbind.3 rpcb_unset.3 \
|
H A D | rpcb_clnt.c | 83 __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 D | svc.c | 332 (void) rpcb_unset(prog, vers, NULL); in svc_unreg()
|
/netbsd-src/libexec/rpc.sprayd/ |
H A D | sprayd.c | 55 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in cleanup() 83 (void)rpcb_unset(SPRAYPROG, SPRAYVERS, NULL); in main()
|
/netbsd-src/libexec/rpc.rwalld/ |
H A D | rwalld.c | 71 (void)rpcb_unset(WALLPROG, WALLVERS, NULL); in cleanup() 100 (void) rpcb_unset(WALLPROG, WALLVERS, NULL); in main()
|
/netbsd-src/include/rpc/ |
H A D | rpcb_clnt.h | 66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
|
/netbsd-src/usr.sbin/ypserv/ypserv/ |
H A D | ypserv.c | 346 (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 D | transp_tli.c | 881 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 D | statd.c | 111 (void)rpcb_unset(SM_PROG, SM_VERS, NULL); in main()
|
/netbsd-src/usr.sbin/inetd/ |
H A D | inetd.c | 888 (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 D | mountd.c | 434 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 D | namespace.h | 619 #define rpcb_unset _rpcb_unset 611 #define rpcb_unset _rpcb_unset global() macro
|
/netbsd-src/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 1243 if ((rpcb_unset(getprognum(argv[0]), getvers(argv[1]), nconf)) == 0)
|
/netbsd-src/sys/fs/nfs/nlm/ |
H A D | nlm_prot_impl.c | 1503 rpcb_unset(NLM_PROG, versions[i], nconf); in nlm_register_services()
|