Searched refs:caller_name (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/include/rpcsvc/
H A Dnlm_prot.x63 string caller_name<LM_MAXSTRLEN>;
120 string caller_name<LM_MAXSTRLEN>;
173 string caller_name<MAXNAMELEN>;
182 string caller_name<MAXNAMELEN>;
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dkern.c276 arg4.alock.caller_name = hostname;
300 arg.alock.caller_name = hostname;
346 arg4.alock.caller_name = hostname;
371 arg.alock.caller_name = hostname;
416 arg4.alock.caller_name = hostname;
437 arg.alock.caller_name = hostname;
H A Dlock_proc.c394 arg4->caller_name = arg->caller_name;
936 syslog(LOG_DEBUG, "Caller Name: %s\n",arg->alock.caller_name);
1035 syslog(LOG_DEBUG, "Caller Name: %s\n",arg->alock.caller_name);
H A Dlockd_lock.c167 const char *caller_name);
391 const struct sockaddr *addr, const char *caller_name)
397 n = strnlen(caller_name, SM_MAXSTRLEN);
407 memcpy(newfl->client_name, caller_name, n);
1941 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf, lckarg->alock.caller_name);
1976 /* do_mon(lckarg->alock.caller_name); */
1980 /* do_mon(lckarg->alock.caller_name); */
2221 res.alock.caller_name = fl->client_name;
2244 res.alock.caller_name = fl->client_name;
390 allocate_file_lock(const netobj *lockowner, const netobj *matchcookie, const struct sockaddr *addr, const char *caller_name) argument
H A Dtest.c337 arg.alock.caller_name = "localhost";
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_xdr.c93 if (!xdr_string(xdrs, &objp->caller_name, LM_MAXSTRLEN))
188 if (!xdr_string(xdrs, &objp->caller_name, LM_MAXSTRLEN))
277 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN))
296 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN))
H A Dnlm_prot.h64 char *caller_name; member in struct:nlm_lock
125 char *caller_name; member in struct:nlm_share
183 char *caller_name; member in struct:nlm4_lock
193 char *caller_name; member in struct:nlm4_share
H A Dnlm_prot_server.c53 dst->caller_name = src->caller_name;
65 dst->caller_name = src->caller_name;
H A Dnlm_prot_impl.c591 granted.alock.caller_name =
592 af->af_granted.alock.caller_name;
836 nlm_create_host(const char* caller_name) argument
844 caller_name, nlm_next_sysid);
850 strlcpy(host->nh_caller_name, caller_name, MAXNAMELEN);
972 * (typically the caller_name element of an nlm4_lock). If none is
987 * The remote host is determined by caller_name.
1082 * The remote host is determined by caller_name.
1863 host = nlm_find_host_by_name(argp->alock.caller_name,
1870 NLM_DEBUG(3, "nlm_do_test(): caller_name
[all...]
H A Dnlm_advlock.c535 dst->caller_name = src->caller_name;
1223 lock->caller_name = prison0.pr_hostname;

Completed in 101 milliseconds