Searched refs:DeviceTypeIndex (Results 1 – 5 of 5) sorted by relevance
181 UINTN DeviceTypeIndex[7]; in GroupMultipleLegacyBootOption4SameType() local190 SetMem (DeviceTypeIndex, sizeof (DeviceTypeIndex), 0xff); in GroupMultipleLegacyBootOption4SameType()209 …(BBS_BBS_DEVICE_PATH *) BootOption->DevicePath)->DeviceType & 0xF) < ARRAY_SIZE (DeviceTypeIndex)); in GroupMultipleLegacyBootOption4SameType()210 … NextIndex = &DeviceTypeIndex[((BBS_BBS_DEVICE_PATH *) BootOption->DevicePath)->DeviceType & 0xF]; in GroupMultipleLegacyBootOption4SameType()228 for (DeviceIndex = 0; DeviceIndex < ARRAY_SIZE (DeviceTypeIndex); DeviceIndex++) { in GroupMultipleLegacyBootOption4SameType()229 … if (DeviceTypeIndex[DeviceIndex] != (UINTN) -1 && DeviceTypeIndex[DeviceIndex] >= *NextIndex) { in GroupMultipleLegacyBootOption4SameType()230 DeviceTypeIndex[DeviceIndex]++; in GroupMultipleLegacyBootOption4SameType()
320 UINTN DeviceTypeIndex[7]; in GroupMultipleLegacyBootOption4SameType() local328 SetMem (DeviceTypeIndex, sizeof (DeviceTypeIndex), 0xff); in GroupMultipleLegacyBootOption4SameType()346 …((((BBS_BBS_DEVICE_PATH *) BootOption.FilePath)->DeviceType & 0xF) < ARRAY_SIZE (DeviceTypeIndex)); in GroupMultipleLegacyBootOption4SameType()347 NextIndex = &DeviceTypeIndex[((BBS_BBS_DEVICE_PATH *) BootOption.FilePath)->DeviceType & 0xF]; in GroupMultipleLegacyBootOption4SameType()365 for (DeviceIndex = 0; DeviceIndex < ARRAY_SIZE (DeviceTypeIndex); DeviceIndex++) { in GroupMultipleLegacyBootOption4SameType()366 … if (DeviceTypeIndex[DeviceIndex] != (UINTN) -1 && DeviceTypeIndex[DeviceIndex] >= *NextIndex) { in GroupMultipleLegacyBootOption4SameType()367 DeviceTypeIndex[DeviceIndex]++; in GroupMultipleLegacyBootOption4SameType()
1189 UINTN DeviceTypeIndex; in LegacyBmRefreshBbsTableForBoot() local1260 for (DeviceTypeIndex = 0; DeviceTypeIndex < DeviceTypeCount; DeviceTypeIndex++) { in LegacyBmRefreshBbsTableForBoot()1261 if (DeviceType[DeviceTypeIndex] == DevType) { in LegacyBmRefreshBbsTableForBoot()1265 if (DeviceTypeIndex < DeviceTypeCount) { in LegacyBmRefreshBbsTableForBoot()
1528 UINTN DeviceTypeIndex; in BdsRefreshBbsTableForBoot() local1617 for (DeviceTypeIndex = 0; DeviceTypeIndex < DeviceTypeCount; DeviceTypeIndex++) { in BdsRefreshBbsTableForBoot()1618 if (DeviceType[DeviceTypeIndex] == DevType) { in BdsRefreshBbsTableForBoot()1622 if (DeviceTypeIndex < DeviceTypeCount) { in BdsRefreshBbsTableForBoot()
1530 UINTN DeviceTypeIndex; in BdsRefreshBbsTableForBoot() local1619 for (DeviceTypeIndex = 0; DeviceTypeIndex < DeviceTypeCount; DeviceTypeIndex++) { in BdsRefreshBbsTableForBoot()1620 if (DeviceType[DeviceTypeIndex] == DevType) { in BdsRefreshBbsTableForBoot()1624 if (DeviceTypeIndex < DeviceTypeCount) { in BdsRefreshBbsTableForBoot()