Searched refs:kIconMatches (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp65 } kIconMatches[] = { variable in typeref:struct:__anon4
1710 for (int i = 0; kIconMatches[i].icon; i++) {
1711 if (kIconMatches[i].vendor != NULL
1712 && strstr(vendor, kIconMatches[i].vendor) == NULL)
1714 if (kIconMatches[i].product != NULL
1715 && strstr(product, kIconMatches[i].product) == NULL)
1717 iconName = kIconMatches[i].name;
1749 for (int i = 0; kIconMatches[i].icon; i++) {
1750 if (kIconMatches[i].vendor != NULL
1752 kIconMatches[
[all...]

Completed in 25 milliseconds