Home
last modified time | relevance | path

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

/acpica-latest/source/components/debugger/
Ddbhistry.c275 UINT16 HistoryIndex; in AcpiDbDisplayHistory() local
278 HistoryIndex = AcpiGbl_LoHistory; in AcpiDbDisplayHistory()
284 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command) in AcpiDbDisplayHistory()
287 AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum, in AcpiDbDisplayHistory()
288 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory()
291 HistoryIndex++; in AcpiDbDisplayHistory()
292 if (HistoryIndex >= HISTORY_SIZE) in AcpiDbDisplayHistory()
294 HistoryIndex = 0; in AcpiDbDisplayHistory()
352 UINT16 HistoryIndex; in AcpiDbGetHistoryByIndex() local
357 HistoryIndex = AcpiGbl_LoHistory; in AcpiDbGetHistoryByIndex()
[all …]