Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c130 static struct bofi_errent *errent_listp; variable
777 if (shadow_list.next != &shadow_list || errent_listp != NULL) { in bofi_detach()
1767 ep->next = errent_listp; in bofi_errdef_alloc()
1768 errent_listp = ep; in bofi_errdef_alloc()
1836 for (hep = errent_listp; hep != NULL; ) { in bofi_errdef_free()
1854 errent_listp = hep->next; in bofi_errdef_free()
1911 for (ep = errent_listp; ep != NULL; ep = ep->next) in bofi_start()
1934 for (ep = errent_listp; ep != NULL; ep = ep->next) in bofi_stop()
1958 for (hep = errent_listp; hep != NULL; ) { in bofi_signal()
1998 for (ep = errent_listp; ep != NULL; ep = ep->next) in bofi_broadcast()
[all …]