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

/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c340 if ((cli = get_client(addr, NLM_VERS)) != NULL) {
505 if ((cli = get_client(addr, NLM_VERS)) != NULL) {
703 nlm_granted, NULL, NLM_VERS) == 0 ?
724 nlm_granted, NULL, NLM_VERS) == 0 ?
744 &arg->stat.nlm_testrply_u.holder.svid, NLM_VERS);
761 (void)lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS);
794 lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS);
H A Dkern.c311 NLM_VERS)) == NULL)
384 NLM_VERS)) == NULL)
448 NLM_VERS)) == NULL)
H A Dlockd.c206 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL);
743 if (!svc_reg(transp, NLM_PROG, NLM_VERS, nlm_prog_1,
746 "can't register %s NLM_PROG, NLM_VERS service",
785 rpcb_set(NLM_PROG, NLM_VERS, nconf, &servaddr);
H A Dtest.c317 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp");
H A Dlockd_lock.c2201 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS);
/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x271 version NLM_VERS {
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot.h285 #define NLM_VERS ((unsigned long)(1)) macro
H A Dnlm_advlock.c236 vers = NLM_VERS;
1209 if (vers == NLM_VERS) {
H A Dnlm_prot_impl.c1424 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4

Completed in 126 milliseconds