Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c127 static struct server *active_list = (struct server *)NULL; variable
663 ps->pnext = active_list; in add_to_active()
664 active_list = ps; in add_to_active()
674 if (in == active_list) {
675 active_list = active_list->pnext;
678 p = active_list;
679 for (n = active_list; n; n = n->pnext) {
728 for (ps = active_list; ps; ps = ps->pnext)
742 for (ps = active_list; ps; ps = ps->pnext)
760 for (ps = active_list; ps; ps = ps->pnext) {
[all …]