Searched refs:nlm_hosts (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/nlm/ |
| D | nlm_prot_impl.c | 259 static struct nlm_host_list nlm_hosts; /* (g) */ variable 295 TAILQ_INIT(&nlm_hosts); in nlm_init() 716 TAILQ_REMOVE(&nlm_hosts, host, nh_link); in nlm_host_destroy() 861 TAILQ_INSERT_TAIL(&nlm_hosts, host, nh_link); in nlm_create_host() 952 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { in nlm_check_idle() 989 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { in nlm_find_host_by_name() 1084 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { in nlm_find_host_by_addr() 1119 TAILQ_FOREACH(host, &nlm_hosts, nh_link) { in nlm_find_host_by_sysid() 1677 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, nhost) { in nlm_server_main() 2397 TAILQ_FOREACH_SAFE(host, &nlm_hosts, nh_link, thost) { in nlm_do_free_all()
|