Searched defs:next_sof (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ | ||
H A D | ses.c | 351 ses_open_fail_list_t *sof, *next_sof; local 354 for (sof = ses_sofh; sof != NULL; sof = next_sof) { 355 next_sof = sof->sof_next; |
Completed in 67 milliseconds