Home
last modified time | relevance | path

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

/acpica-latest/source/components/debugger/
Ddbhistry.c175 static UINT16 AcpiGbl_LoHistory = 0; variable
235 (AcpiGbl_NextHistoryIndex == AcpiGbl_LoHistory)) in AcpiDbAddToHistory()
237 AcpiGbl_LoHistory++; in AcpiDbAddToHistory()
238 if (AcpiGbl_LoHistory >= HISTORY_SIZE) in AcpiDbAddToHistory()
240 AcpiGbl_LoHistory = 0; in AcpiDbAddToHistory()
278 HistoryIndex = AcpiGbl_LoHistory; in AcpiDbDisplayHistory()
357 HistoryIndex = AcpiGbl_LoHistory; in AcpiDbGetHistoryByIndex()