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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c93 static struct iosramsoft *iosram_instances = NULL; /* list of softstates */ variable in typeref:struct:iosramsoft
403 * Add this instance to the iosram_instances list so that it can be used
549 * Now remove our instance from the iosram_instances list.
2371 * iosram_instances. For now, we always search from the first entry.
2374 for (softp = iosram_instances; softp != NULL; softp = softp->next) {
3065 for (softp = iosram_instances; softp != NULL; softp = softp->next) {
3073 if (iosram_instances != NULL) {
3074 iosram_instances->prev = new_softp;
3076 new_softp->next = iosram_instances;
3078 iosram_instances
[all...]

Completed in 47 milliseconds