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

/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c94 static iwscn_list_t *iwscn_list; variable
97 * iwscn_list_lock serializes modifications to the global iwscn_list list.
99 * iwscn_list_cv is used when freeing an entry from iwscn_list to allow
114 * Routines for managing iwscn_list
150 * Remove vp from the redirection list rooted at iwscn_list, should it
165 for (lpp = &iwscn_list; (lp = *lpp) != NULL; lpp = &lp->wl_next) {
202 lp->wl_next = iwscn_list;
203 iwscn_list = lp;
246 for (lpp = &iwscn_list; (lp = *lpp) != NULL; )
261 ASSERT(iwscn_list !
[all...]

Completed in 291 milliseconds