Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbhistry.c68 static UINT16 AcpiGbl_NumHistory = 0; variable
127 if ((AcpiGbl_NumHistory == HISTORY_SIZE) && in AcpiDbAddToHistory()
144 if (AcpiGbl_NumHistory < HISTORY_SIZE) in AcpiDbAddToHistory()
146 AcpiGbl_NumHistory++; in AcpiDbAddToHistory()
175 for (i = 0; i < AcpiGbl_NumHistory; i++) in AcpiDbDisplayHistory()
251 for (i = 0; i < AcpiGbl_NumHistory; i++) in AcpiDbGetHistoryByIndex()

Completed in 2 milliseconds