Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
nslm7x.c | 2148 static const struct wb_product wbsio_products[] = { variable in typeref:typename:const struct wb_product[] 2427 * Lookup wbsio_products 2430 return wb_lookup(sc, wbsio_products, |
/src/sys/dev/isa/ | |
wbsio.c | 78 } wbsio_products[] = { variable in typeref:typename:const struct wbsio_product[] 177 for (i = 0; i < __arraycount(wbsio_products); i++) { 178 const struct wbsio_product *ent = &wbsio_products[i]; |