Home
last modified time | relevance | path

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

/trueos/usr.sbin/rpc.lockd/
HDlockd.c205 (void)rpcb_unset(NLM_PROG, NLM_SM, NULL); in main()
206 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL); in main()
207 (void)rpcb_unset(NLM_PROG, NLM_VERSX, NULL); in main()
208 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL); in main()
298 if (!svc_reg(xprt, NLM_PROG, NLM_VERS4, nlm_prog_4, NULL)) { in main()
737 if (!svc_reg(transp, NLM_PROG, NLM_SM, nlm_prog_0, in complete_service()
743 if (!svc_reg(transp, NLM_PROG, NLM_VERS, nlm_prog_1, in complete_service()
749 if (!svc_reg(transp, NLM_PROG, NLM_VERSX, nlm_prog_3, in complete_service()
755 if (!svc_reg(transp, NLM_PROG, NLM_VERS4, nlm_prog_4, in complete_service()
784 rpcb_set(NLM_PROG, NLM_SM, nconf, &servaddr); in complete_service()
[all …]
HDtest.c317 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
HDlockd_lock.c2070 smon.mon_id.my_id.my_prog = NLM_PROG; in monitor_lock_host()
2141 smon_id.my_id.my_prog = NLM_PROG; in unmonitor_lock_host()
HDlock_proc.c272 client = clnt_tp_create(host, NLM_PROG, vers, nconf);
/trueos/usr.sbin/clear_locks/
HDclear_locks.c58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL, in main()
/trueos/include/rpcsvc/
HDnlm_prot.x265 program NLM_PROG {
/trueos/sys/nlm/
HDnlm_prot_impl.c1208 smmonid.my_id.my_prog = NLM_PROG; in nlm_host_unmonitor()
1271 smmon.mon_id.my_id.my_prog = NLM_PROG; in nlm_host_monitor()
1333 NLM_PROG, host->nh_vers); in nlm_host_get_rpc()
1523 NLM_PROG, versions[i], uaddr, nconf); in nlm_register_services()
1533 rpcb_unset(NLM_PROG, versions[i], nconf); in nlm_register_services()
1534 if (!svc_reg(xprts[j], NLM_PROG, versions[i], in nlm_register_services()
HDnlm_prot.h279 #define NLM_PROG ((unsigned long)(100021)) macro