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

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c292 static ses_open_fail_list_t *ses_sofh; variable
308 for (sof = ses_sofh; sof != NULL; sof = sof->sof_next) {
343 sof->sof_next = ses_sofh;
344 ses_sofh = sof;
354 for (sof = ses_sofh; sof != NULL; sof = next_sof) {
360 ses_sofh = NULL;

Completed in 69 milliseconds