Home
last modified time | relevance | path

Searched refs:mCmdTableNextFreeIndex (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DCommand.c23 UINTN mCmdTableNextFreeIndex = 0; variable
111 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()