Home | History | Annotate | Download | only in nlm

Lines Matching refs:caller_name

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",
1974 host = nlm_find_host_by_name(argp->alock.caller_name,
1981 NLM_DEBUG(3, "nlm_do_lock(): caller_name = %s (sysid = %d)\n",
2074 af->af_granted.alock.caller_name =
2075 strdup(argp->alock.caller_name, M_RPC);
2163 host = nlm_find_host_by_name(argp->alock.caller_name,
2170 NLM_DEBUG(3, "nlm_do_cancel(): caller_name = %s (sysid = %d)\n",
2252 host = nlm_find_host_by_name(argp->alock.caller_name,
2259 NLM_DEBUG(3, "nlm_do_unlock(): caller_name = %s (sysid = %d)\n",