Home | History | Annotate | Download | only in Bds

Lines Matching refs:Index

53   UINTN                         Index;

67 for (Index = 0; Index < BootOrderSize / sizeof (UINT16); Index++) {
68 Status = BootOptionFromLoadOptionIndex (BootOrder[Index], &BdsLoadOption);
200 // Add the new Boot Index to the list
204 // Add the new index at the end
266 UINTN Index;
278 // Find the index of the removed entry
279 for (Index = 0; Index < BootOrderCount; Index++) {
280 if (BootOrder[Index] == BootOption->LoadOptionIndex) {
282 if (Index + 1 != BootOrderCount) {
284 &BootOrder[Index],
285 &BootOrder[Index + 1],
286 (BootOrderCount - (Index + 1)) * sizeof(UINT16)