Searched refs:nh_caller_name (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 233 char nh_caller_name[MAXNAMELEN]; /* (c) printable name of host */ member 572 " cookie %d:%d\n", af, af->af_host->nh_caller_name, in nlm_lock_callback() 670 "cancelled\n", af, host->nh_caller_name, host->nh_sysid); in nlm_cancel_async_lock() 695 " cookie %d:%d\n", af, af->af_host->nh_caller_name, in nlm_check_expired_locks() 742 host->nh_caller_name); in nlm_client_recovery_start() 747 host->nh_caller_name); in nlm_client_recovery_start() 769 "state is %d\n", host->nh_caller_name, in nlm_host_notify() 805 "NFS lock recovery for %s", host->nh_caller_name); in nlm_host_notify() 855 strlcpy(host->nh_caller_name, caller_name, MAXNAMELEN); in nlm_create_host() 876 "hostname", CTLFLAG_RD, host->nh_caller_name, 0, ""); in nlm_create_host() [all …]
|