Home | History | Annotate | Download | only in Ebl

Lines Matching refs:Index

81       // Record the new command at the next index

84 // If the next index runs into the end index, shuffle end back by one
396 UINTN Index;
402 for (Index = 0; Index < CmdMaxSize - 1;) {
405 Cmd[Index] = '\0';
412 Cmd[Index] = '\0';
418 if (Index != 0) {
419 Index--;
430 for (Index2 = 0; Index2 < Index; Index2++) {
434 Index = AsciiStrLen (History);
437 Cmd[Index++] = Char;
478 UINTN Index;
487 for (Index = 0; Index < Max; Index++) {
488 File = EfiDeviceOpenByType (EfiOpenBlockIo, Index);