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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c126 static struct bofi_shadow shadow_list; variable in typeref:struct:bofi_shadow
720 shadow_list.next = &shadow_list;
721 shadow_list.prev = &shadow_list;
774 if (shadow_list.next != &shadow_list || errent_listp != NULL) {
1778 for (hp = shadow_list.next; hp != &shadow_list; hp = hp->next) {
1861 for (hp = shadow_list
[all...]

Completed in 77 milliseconds