Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc.c74 struct sbbc_softstate *sgsbbc_instances = NULL; variable
760 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) { in sbbc_add_instance()
768 if (sgsbbc_instances != NULL) { in sbbc_add_instance()
769 sgsbbc_instances->prev = softsp; in sbbc_add_instance()
772 softsp->next = sgsbbc_instances; in sbbc_add_instance()
774 sgsbbc_instances = softsp; in sbbc_add_instance()
782 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) { in sbbc_remove_instance()
790 if (sgsbbc_instances == softsp) { in sbbc_remove_instance()
791 sgsbbc_instances = sp->next; in sbbc_remove_instance()
H A Dsgsbbc_iosram.c801 ASSERT(sgsbbc_instances); in sgsbbc_iosram_switchfrom()
803 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) { in sgsbbc_iosram_switchfrom()
/titanic_50/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram_priv.h146 extern struct sbbc_softstate *sgsbbc_instances;