Home
last modified time | relevance | path

Searched refs:NLM_PROG (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c204 (void)rpcb_unset(NLM_PROG, NLM_SM, NULL); in main()
205 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL); in main()
206 (void)rpcb_unset(NLM_PROG, NLM_VERSX, NULL); in main()
207 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL); in main()
296 if (!svc_reg(xprt, NLM_PROG, NLM_VERS4, nlm_prog_4, NULL)) { in main()
765 if (!svc_reg(transp, NLM_PROG, NLM_SM, nlm_prog_0, in complete_service()
771 if (!svc_reg(transp, NLM_PROG, NLM_VERS, nlm_prog_1, in complete_service()
777 if (!svc_reg(transp, NLM_PROG, NLM_VERSX, nlm_prog_3, in complete_service()
783 if (!svc_reg(transp, NLM_PROG, NLM_VERS4, nlm_prog_4, in complete_service()
812 rpcb_set(NLM_PROG, NLM_SM, nconf, &servaddr); in complete_service()
[all …]
H A Dtest.c308 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
H A Dlockd_lock.c2048 smon.mon_id.my_id.my_prog = NLM_PROG; in monitor_lock_host()
2119 smon_id.my_id.my_prog = NLM_PROG; in unmonitor_lock_host()
H A Dlock_proc.c266 client = clnt_tp_create(host, NLM_PROG, vers, nconf); in get_client()
/freebsd/usr.sbin/clear_locks/
H A Dclear_locks.c58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL, in main()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x258 program NLM_PROG {
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1165 smmonid.my_id.my_prog = NLM_PROG; in nlm_host_unmonitor()
1229 smmon.mon_id.my_id.my_prog = NLM_PROG; in nlm_host_monitor()
1292 NLM_PROG, host->nh_vers); in nlm_host_get_rpc()
1489 NLM_PROG, versions[i], uaddr, nconf); in nlm_register_services()
1499 rpcb_unset(NLM_PROG, versions[i], nconf); in nlm_register_services()
1500 if (!svc_reg(xprts[j], NLM_PROG, versions[i], in nlm_register_services()
H A Dnlm_prot.h278 #define NLM_PROG ((unsigned long)(100021)) macro