Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DMain.c24 INTN mCmdHistoryCurrent = -1; variable
95 mCmdHistoryCurrent = mCmdHistoryStart; in SetCmdHistory()
116 if (mCmdHistoryCurrent == -1) { in GetCmdHistory()
122 HistoricalCommand = &mCmdHistory[mCmdHistoryCurrent][0]; in GetCmdHistory()
125 if (mCmdHistoryCurrent == mCmdHistoryEnd) { in GetCmdHistory()
130 RingBufferDecrement(&mCmdHistoryCurrent); in GetCmdHistory()
135 if (mCmdHistoryCurrent == mCmdHistoryStart) { in GetCmdHistory()
141 RingBufferIncrement(&mCmdHistoryCurrent); in GetCmdHistory()
142 RingBufferIncrement(&mCmdHistoryCurrent); in GetCmdHistory()
144 HistoricalCommand = &mCmdHistory[mCmdHistoryCurrent][0]; in GetCmdHistory()
[all …]