Searched refs:NLM_VERS4 (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/rpc.lockd/ |
H A D | kern.c | 283 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 D | lock_proc.c | 365 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 D | lockd.c | 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() 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 D | lockd_lock.c | 2177 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS); in send_granted()
|
/freebsd/usr.sbin/clear_locks/ |
H A D | clear_locks.c | 58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL, in main()
|
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 234 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 D | nlm_prot.h | 347 #define NLM_VERS4 ((unsigned long)(4)) macro
|
H A D | nlm_prot_impl.c | 586 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 D | nlm_prot.x | 299 version NLM_VERS4 {
|