Searched refs:mCmdTableNextFreeIndex (Results 1 – 1 of 1) sorted by relevance
23 UINTN mCmdTableNextFreeIndex = 0; variable111 if (mCmdTableNextFreeIndex == EBL_MAX_COMMAND_COUNT) { in EblAddCommand()122 mCmdTable[mCmdTableNextFreeIndex] = (EBL_COMMAND_TABLE *)Entry; in EblAddCommand()123 if (mCmdTableNextFreeIndex != 0) { in EblAddCommand()124 for (Count = mCmdTableNextFreeIndex; Count > 0; Count--) { in EblAddCommand()134 mCmdTableNextFreeIndex++; in EblAddCommand()200 for (Index = 0, BestMatchCount = 0, Match = NULL; Index < mCmdTableNextFreeIndex; Index++) { in EblGetCommand()274 for (Index = 0; Index < mCmdTableNextFreeIndex; Index++) { in EblHelpCmd()287 for (Index = 0, CurrentRow = 0; Index < mCmdTableNextFreeIndex; Index++) { in EblHelpCmd()