Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c174 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE]; variable
210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command); in AcpiDbAddToHistory()
216 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
222 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
226 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory()
229 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].CmdNum = in AcpiDbAddToHistory()
284 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command) in AcpiDbDisplayHistory()
287 AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum, in AcpiDbDisplayHistory()
288 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory()
360 if (AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum == CmdNum) in AcpiDbGetHistoryByIndex()
[all …]