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

  /src/lib/librpcsvc/
nlm_prot.x 61 string caller_name<LM_MAXSTRLEN>;
118 string caller_name<LM_MAXSTRLEN>;
171 string caller_name<MAXNAMELEN>;
180 string caller_name<MAXNAMELEN>;
  /src/usr.sbin/rpc.lockd/
lockd_lock.c 195 lock->caller_name, fl->client_name);
203 syslog(LOG_DEBUG, "test for %s: no lock found", lock->caller_name);
274 (void)strlcpy(newfl->client_name, lckarg->alock.caller_name,
317 lckarg->alock.caller_name,
321 do_mon(lckarg->alock.caller_name);
329 lckarg->alock.caller_name,
347 do_mon(lckarg->alock.caller_name);
371 if (strcmp(fl->client_name, lck->caller_name) ||
380 "status %d", lck->caller_name, lck->svid, fl->status);
411 lck->caller_name);
    [all...]
test.c 363 arg.alock.caller_name = "localhost";
  /src/sys/fs/nfs/nlm/
nlm_prot_xdr.c 96 if (!xdr_string(xdrs, &objp->caller_name, LM_MAXSTRLEN))
191 if (!xdr_string(xdrs, &objp->caller_name, LM_MAXSTRLEN))
280 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN))
299 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN))
nlm_prot.h 66 char *caller_name; member in struct:nlm_lock
127 char *caller_name; member in struct:nlm_share
185 char *caller_name; member in struct:nlm4_lock
195 char *caller_name; member in struct:nlm4_share
nlm_prot_impl.c 599 granted.alock.caller_name =
600 af->af_granted.alock.caller_name;
844 nlm_create_host(const char* caller_name)
852 caller_name, nlm_next_sysid);
858 strlcpy(host->nh_caller_name, caller_name, MAXNAMELEN);
980 * (typically the caller_name element of an nlm4_lock). If none is
995 * The remote host is determined by caller_name.
1090 * The remote host is determined by caller_name.
1876 host = nlm_find_host_by_name(argp->alock.caller_name,
1883 NLM_DEBUG(3, "nlm_do_test(): caller_name = %s (sysid = %d)\n"
    [all...]
nlm_prot_server.c 55 dst->caller_name = src->caller_name;
67 dst->caller_name = src->caller_name;
nlm_advlock.c 541 dst->caller_name = src->caller_name;
1265 lock->caller_name = prison0.pr_hostname;

Completed in 15 milliseconds