Home
last modified time | relevance | path

Searched refs:caller_name (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h36 static Ret ErrorWithMessage(llvm::StringRef caller_name,
39 LLDB_LOGF(GetLog(log_caterogy), "%s ERROR = %s", caller_name.data(),
42 llvm::Twine(caller_name + llvm::Twine(" ERROR = ") +
/freebsd/include/rpcsvc/
H A Dnlm_prot.x56 string caller_name<LM_MAXSTRLEN>;
113 string caller_name<LM_MAXSTRLEN>;
166 string caller_name<MAXNAMELEN>;
175 string caller_name<MAXNAMELEN>;
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c272 arg4.alock.caller_name = hostname; in test_request()
296 arg.alock.caller_name = hostname; in test_request()
342 arg4.alock.caller_name = hostname; in lock_request()
367 arg.alock.caller_name = hostname; in lock_request()
412 arg4.alock.caller_name = hostname; in unlock_request()
433 arg.alock.caller_name = hostname; in unlock_request()
H A Dlockd_lock.c167 const char *caller_name);
373 const struct sockaddr *addr, const char *caller_name) in allocate_file_lock() argument
379 n = strnlen(caller_name, SM_MAXSTRLEN); in allocate_file_lock()
389 memcpy(newfl->client_name, caller_name, n); in allocate_file_lock()
1917 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf, lckarg->alock.caller_name); in getlock()
2195 res.alock.caller_name = fl->client_name; in send_granted()
2218 res.alock.caller_name = fl->client_name; in send_granted()
H A Dlock_proc.c385 arg4->caller_name = arg->caller_name; in nlmtonlm4()
887 syslog(LOG_DEBUG, "Caller Name: %s\n",arg->alock.caller_name); in nlm4_test_4_svc()
982 syslog(LOG_DEBUG, "Caller Name: %s\n",arg->alock.caller_name); in nlm4_lock_4_svc()
H A Dtest.c328 arg.alock.caller_name = "localhost"; in main()
/freebsd/sys/nlm/
H A Dnlm_prot_xdr.c89 if (!xdr_string(xdrs, &objp->caller_name, LM_MAXSTRLEN)) in xdr_nlm_lock()
184 if (!xdr_string(xdrs, &objp->caller_name, LM_MAXSTRLEN)) in xdr_nlm_share()
273 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN)) in xdr_nlm4_lock()
292 if (!xdr_string(xdrs, &objp->caller_name, MAXNAMELEN)) in xdr_nlm4_share()
H A Dnlm_prot.h63 char *caller_name; member
124 char *caller_name; member
182 char *caller_name; member
192 char *caller_name; member
H A Dnlm_prot_impl.c595 granted.alock.caller_name = in nlm_lock_callback()
596 af->af_granted.alock.caller_name; in nlm_lock_callback()
840 nlm_create_host(const char* caller_name) in nlm_create_host() argument
848 caller_name, nlm_next_sysid); in nlm_create_host()
854 strlcpy(host->nh_caller_name, caller_name, MAXNAMELEN); in nlm_create_host()
1863 host = nlm_find_host_by_name(argp->alock.caller_name, in nlm_do_test()
1961 host = nlm_find_host_by_name(argp->alock.caller_name, in nlm_do_lock()
2061 af->af_granted.alock.caller_name = in nlm_do_lock()
2062 strdup(argp->alock.caller_name, M_RPC); in nlm_do_lock()
2150 host = nlm_find_host_by_name(argp->alock.caller_name, in nlm_do_cancel()
[all …]
H A Dnlm_prot_server.c51 dst->caller_name = src->caller_name; in nlm_convert_to_nlm4_lock()
63 dst->caller_name = src->caller_name; in nlm_convert_to_nlm4_share()
H A Dnlm_advlock.c539 dst->caller_name = src->caller_name; in nlm_convert_to_nlm_lock()
1262 lock->caller_name = prison0.pr_hostname; in nlm_init_lock()