Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
ssdfb.c | 119 static const struct ssdfb_product ssdfb_products[] = { variable in typeref:typename:const struct ssdfb_product[] 1481 for (i = 0; i < __arraycount(ssdfb_products); i++) { 1482 if (ssdfb_products[i].p_product_id == id) 1483 return &ssdfb_products[i]; |