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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c292 UINT16 *DeviceIdList; local
331 DeviceIdList = (UINT16 *)(((UINT8 *) Pcir) + Pcir->DeviceListOffset);
335 while (*DeviceIdList != 0) {
336 if (*DeviceIdList == DeviceId) {
340 DeviceIdList ++;

Completed in 757 milliseconds