Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbhistry.c66 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE]; variable
103 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command); in AcpiDbAddToHistory()
109 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
115 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
119 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory()
122 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].CmdNum = in AcpiDbAddToHistory()
177 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command) in AcpiDbDisplayHistory()
180 AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum, in AcpiDbDisplayHistory()
181 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory()
253 if (AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum == CmdNum) in AcpiDbGetHistoryByIndex()
[all …]

Completed in 2 milliseconds