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

/freebsd-10.0-release/usr.sbin/clear_locks/
H A Dclear_locks.c58 stat = rpc_call("localhost", NLM_PROG, NLM_VERS4, NLM4_FREE_ALL,
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dkern.c287 NLM_VERS4)) == NULL)
359 NLM_VERS4)) == NULL)
427 NLM_VERS4)) == NULL)
480 version == NLM_VERS4 ? "nlmv4" : "nlmv3",
484 if (version == NLM_VERS4)
H A Dlockd.c208 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL);
298 if (!svc_reg(xprt, NLM_PROG, NLM_VERS4, nlm_prog_4, NULL)) {
755 if (!svc_reg(transp, NLM_PROG, NLM_VERS4, nlm_prog_4,
758 "can't register %s NLM_PROG, NLM_VERS4 service",
787 rpcb_set(NLM_PROG, NLM_VERS4, nconf, &servaddr);
H A Dlock_proc.c371 if ((cli = get_client(addr, NLM_VERS4)) != NULL) {
1002 if ((cli = get_client(addr, NLM_VERS4)) != NULL) {
1192 nlm4_granted, NULL, NLM_VERS4) == 0 ?
1213 nlm4_granted, NULL, NLM_VERS4) == 0 ?
1234 NLM_VERS4);
1251 (void)lock_answer(-1, &arg->cookie, arg->stat.stat, NULL, NLM_VERS4);
H A Dlockd_lock.c2201 (fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS);
/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x306 version NLM_VERS4 {
/freebsd-10.0-release/sys/nlm/
H A Dnlm_advlock.c234 vers = NLM_VERS4;
565 if (vers == NLM_VERS4) {
596 if (vers == NLM_VERS4) {
625 if (vers == NLM_VERS4) {
652 if (vers == NLM_VERS4) {
H A Dnlm_prot.h348 #define NLM_VERS4 ((unsigned long)(4)) macro
H A Dnlm_prot_impl.c581 if (af->af_host->nh_vers == NLM_VERS4) {
1424 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4

Completed in 202 milliseconds