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

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c177 static UINT16 AcpiGbl_NextHistoryIndex = 0; variable
207 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL)
210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command);
214 AcpiOsFree (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].
216 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command =
222 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command =
226 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command,
229 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].CmdNum =
235 (AcpiGbl_NextHistoryIndex == AcpiGbl_LoHistory))
244 AcpiGbl_NextHistoryIndex
[all...]

Completed in 161 milliseconds