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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c119 static ctidlist_t *ctidlist = NULL; variable
251 for (next = ctidlist; next != NULL; next = next->next)
260 next->next = ctidlist;
261 ctidlist = next;
382 for (next = ctidlist; next != NULL; next = next->next)

Completed in 85 milliseconds