HomeSort by: relevance | last modified time | path
    Searched refs:NLM_VERS4 (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd.c 129 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL);
178 if (!svc_reg(transp, NLM_PROG, NLM_VERS4, nlm_prog_4, nconf)) {
179 errx(1, "unable to register (NLM_PROG, NLM_VERS4, %s)",
lock_proc.c 300 if ((cli = get_client(addr, NLM_VERS4)) != NULL) {
866 if ((cli = get_client(addr, NLM_VERS4)) != NULL) {
lockd_lock.c 621 ((fl->flags & LOCK_V4) ? NLM_VERS4 : NLM_VERS));
  /src/lib/librpcsvc/
nlm_prot.x 298 version NLM_VERS4 {
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 236 vers = NLM_VERS4;
571 if (vers == NLM_VERS4) {
602 if (vers == NLM_VERS4) {
631 if (vers == NLM_VERS4) {
658 if (vers == NLM_VERS4) {
nlm_prot.h 350 #define NLM_VERS4 ((unsigned long)(4))
nlm_prot_impl.c 589 if (af->af_host->nh_vers == NLM_VERS4) {
1435 NLM_SM, NLM_VERS, NLM_VERSX, NLM_VERS4

Completed in 17 milliseconds