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

/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbhistry.c69 static UINT16 AcpiGbl_NextHistoryIndex = 0; 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 =
128 (AcpiGbl_NextHistoryIndex == AcpiGbl_LoHistory))
137 AcpiGbl_NextHistoryIndex
[all...]

Completed in 27 milliseconds