Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c283 NLM_VERS4)) == NULL) in test_request()
355 NLM_VERS4)) == NULL) in lock_request()
423 NLM_VERS4)) == NULL) in unlock_request()
476 version == NLM_VERS4 ? "nlmv4" : "nlmv3", in lock_answer()
480 if (version == NLM_VERS4) in lock_answer()
H A Dlock_proc.c365 if ((cli = get_client(addr, NLM_VERS4)) != NULL) { in transmit4_result()
951 if ((cli = get_client(addr, NLM_VERS4)) != NULL) { in nlm4_test_msg_4_svc()
1127 nlm4_granted, NULL, NLM_VERS4) == 0 ? in nlm4_granted_4_svc()
1146 nlm4_granted, NULL, NLM_VERS4) == 0 ? in nlm4_granted_msg_4_svc()
1165 NLM_VERS4); in nlm4_test_res_4_svc()
1180 (void)lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS4); in nlm4_lock_res_4_svc()
H A Dlockd.c207 (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()
783 if (!svc_reg(transp, NLM_PROG, NLM_VERS4, nlm_prog_4, in complete_service()
815 rpcb_set(NLM_PROG, NLM_VERS4, nconf, &servaddr); in complete_service()
H A Dlockd_lock.c2177 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS); in send_granted()
/freebsd/usr.sbin/clear_locks/
H A Dclear_locks.c58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL, in main()
/freebsd/sys/nlm/
H A Dnlm_advlock.c234 vers = NLM_VERS4; in nlm_advlock_internal()
569 if (vers == NLM_VERS4) { in nlm_test_rpc()
600 if (vers == NLM_VERS4) { in nlm_lock_rpc()
629 if (vers == NLM_VERS4) { in nlm_cancel_rpc()
656 if (vers == NLM_VERS4) { in nlm_unlock_rpc()
H A Dnlm_prot.h347 #define NLM_VERS4 ((unsigned long)(4)) macro
H A Dnlm_prot_impl.c586 if (af->af_host->nh_vers == NLM_VERS4) { in nlm_lock_callback()
1431 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4 in nlm_register_services()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x299 version NLM_VERS4 {