Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c118 struct environ_soft_state *tempsp_list = NULL; variable
312 for (temp = tempsp_list, vect = &tempsp_list; temp != NULL; in environ_detach()
387 softsp->next = tempsp_list; in environ_init()
388 tempsp_list = softsp; in environ_init()
435 for (list = tempsp_list; list != NULL; list = list->next) { in environ_overtemp_poll()