Searched refs:AcpiGbl_HistoryBuffer (Results 1 – 1 of 1) sorted by relevance
140 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE]; variable166 ACPI_STRCPY (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory()169 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].CmdNum = AcpiGbl_NextCmdNum; in AcpiDbAddToHistory()223 AcpiOsPrintf ("%ld %s\n", AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum, in AcpiDbDisplayHistory()224 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory()272 if (AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum == CmdNum) in AcpiDbGetFromHistory()276 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbGetFromHistory()