Searched defs:active_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c126 static struct server *active_list = (struct server *)NULL; variable in typeref:struct:server
662 ps->pnext = active_list;
663 active_list = ps;
673 if (in == active_list) {
674 active_list = active_list->pnext;
677 p = active_list;
678 for (n = active_list; n; n = n->pnext) {
727 for (ps = active_list; ps; ps = ps->pnext)
741 for (ps = active_list; p
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.h273 struct list_head active_list; member in struct:drm_i915_private::__anon9521

Completed in 85 milliseconds