Home
last modified time | relevance | path

Searched refs:NLM_VERS (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/usr.sbin/rpc.lockd/
Dlock_proc.c338 if ((cli = get_client(addr, NLM_VERS)) != NULL) { in transmit_result()
493 if ((cli = get_client(addr, NLM_VERS)) != NULL) { in nlm_test_msg_1_svc()
677 nlm_granted, NULL, NLM_VERS) == 0 ? in nlm_granted_1_svc()
696 nlm_granted, NULL, NLM_VERS) == 0 ? in nlm_granted_msg_1_svc()
714 &arg->stat.nlm_testrply_u.holder.svid, NLM_VERS); in nlm_test_res_1_svc()
729 (void)lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS); in nlm_lock_res_1_svc()
758 lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS); in nlm_unlock_res_1_svc()
Dkern.c310 NLM_VERS)) == NULL) in test_request()
383 NLM_VERS)) == NULL) in lock_request()
447 NLM_VERS)) == NULL) in unlock_request()
Dlockd.c205 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL); in main()
771 if (!svc_reg(transp, NLM_PROG, NLM_VERS, nlm_prog_1, in complete_service()
813 rpcb_set(NLM_PROG, NLM_VERS, nconf, &servaddr); in complete_service()
Dtest.c317 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
Dlockd_lock.c2205 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS);
/freebsd-12-stable/include/rpcsvc/
Dnlm_prot.x271 version NLM_VERS {
/freebsd-12-stable/sys/nlm/
Dnlm_advlock.c239 vers = NLM_VERS; in nlm_advlock_internal()
1252 if (vers == NLM_VERS) { in nlm_init_lock()
Dnlm_prot.h285 #define NLM_VERS ((unsigned long)(1)) macro
Dnlm_prot_impl.c1412 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4 in nlm_register_services()