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

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_err.h341 extern PK11_active *active_list[];
H A Dhw_pk11_pub.c213 for (entry = active_list[type]; entry != NULL; entry = entry->next)
256 if (active_list[type] == NULL)
257 active_list[type] = entry;
260 entry->next = active_list[type];
261 active_list[type]->prev = entry;
262 active_list[type] = entry;
289 active_list[type] = entry->next;
321 while ((entry = active_list[type]) != NULL)
H A Dhw_pk11.c172 PK11_active *active_list[OP_MAX] = { NULL }; variable
1288 active_list[i] = NULL;
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c545 &dev_priv->mm.active_list, (caddr_t)obj_priv);
697 while (!list_empty(&dev_priv->mm.active_list)) {
701 obj_priv = list_entry(dev_priv->mm.active_list.next,
1256 list_empty(&dev_priv->mm.active_list)) {
2605 while (!list_empty(&dev_priv->mm.active_list)) {
2608 obj_priv = list_entry(dev_priv->mm.active_list.next,
2910 INIT_LIST_HEAD(&dev_priv->mm.active_list);
H A Di915_drv.h273 struct list_head active_list; member in struct:drm_i915_private::__anon9608

Completed in 73 milliseconds