Home
last modified time | relevance | path

Searched refs:shadow_list (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c129 static struct bofi_shadow shadow_list; variable
723 shadow_list.next = &shadow_list; in bofi_attach()
724 shadow_list.prev = &shadow_list; in bofi_attach()
777 if (shadow_list.next != &shadow_list || errent_listp != NULL) { in bofi_detach()
1781 for (hp = shadow_list.next; hp != &shadow_list; hp = hp->next) { in bofi_errdef_alloc()
1864 for (hp = shadow_list.next; hp != &shadow_list; hp = hp->next) { in bofi_errdef_free()
3181 hp->next = shadow_list.next; in bofi_map()
3182 shadow_list.next->prev = hp; in bofi_map()
3183 hp->prev = &shadow_list; in bofi_map()
3184 shadow_list.next = hp; in bofi_map()
[all …]