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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c114 static struct bofi_link bofi_link_array[BOFI_NLINKS], *bofi_link_freelist; variable in typeref:struct:bofi_link
729 bofi_link_array[i].link = &bofi_link_array[i-1];
730 bofi_link_freelist = &bofi_link_array[BOFI_NLINKS - 1];

Completed in 62 milliseconds