Searched refs:NLM_PROG (Results 1 – 8 of 8) sorted by relevance
| /trueos/usr.sbin/rpc.lockd/ |
| HD | lockd.c | 205 (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 …]
|
| HD | test.c | 317 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
|
| HD | lockd_lock.c | 2070 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()
|
| HD | lock_proc.c | 272 client = clnt_tp_create(host, NLM_PROG, vers, nconf);
|
| /trueos/usr.sbin/clear_locks/ |
| HD | clear_locks.c | 58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL, in main()
|
| /trueos/include/rpcsvc/ |
| HD | nlm_prot.x | 265 program NLM_PROG {
|
| /trueos/sys/nlm/ |
| HD | nlm_prot_impl.c | 1208 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()
|
| HD | nlm_prot.h | 279 #define NLM_PROG ((unsigned long)(100021)) macro
|