Home | History | Annotate | Download | only in GenericBdsLib

Lines Matching refs:ArrayIndex

297   UINTN                ArrayIndex;

304 for (ArrayIndex = 0; ArrayIndex < (UINTN) (*BootOrderListSize / sizeof (UINT16)); ArrayIndex++) {
307 if ((*BootOrderList)[BootOrderIndex] == ArrayIndex) {
320 CurrentBootOptionNo = (UINT16) ArrayIndex;