Searched refs:AcpiGbl_HistoryBuffer (Results 1 – 1 of 1) sorted by relevance
174 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE]; variable207 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL) in AcpiDbAddToHistory()210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command); in AcpiDbAddToHistory()214 AcpiOsFree (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex]. 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()[all …]