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

/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c66 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE]; variable
100 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL)
103 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command);
107 AcpiOsFree (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].
109 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command =
115 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command =
119 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command,
122 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].CmdNum =
177 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command)
180 AcpiGbl_HistoryBuffer[HistoryInde
[all...]

Completed in 78 milliseconds