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

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

Completed in 546 milliseconds