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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c604 struct nlm_host_list all_hosts; local
610 * a bit more simple we put all hosts to local "all_hosts"
617 TAILQ_INIT(&all_hosts);
632 TAILQ_INSERT_TAIL(&all_hosts, hostp, nh_link);
642 while ((hostp = TAILQ_FIRST(&all_hosts)) != NULL) {
648 TAILQ_REMOVE(&all_hosts, hostp, nh_link);

Completed in 141 milliseconds