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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c127 static struct bofi_errent *errent_listp; variable in typeref:struct:bofi_errent
774 if (shadow_list.next != &shadow_list || errent_listp != NULL) {
1764 ep->next = errent_listp;
1765 errent_listp = ep;
1833 for (hep = errent_listp; hep != NULL; ) {
1851 errent_listp = hep->next;
1908 for (ep = errent_listp; ep != NULL; ep = ep->next)
1931 for (ep = errent_listp; ep != NULL; ep = ep->next)
1955 for (hep = errent_listp; hep != NULL; ) {
1995 for (ep = errent_listp; e
[all...]

Completed in 51 milliseconds