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

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/debugger/
H A Ddbhistry.c143 static UINT16 AcpiGbl_NextHistoryIndex = 0; variable
166 ACPI_STRCPY (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command,
169 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].CmdNum = AcpiGbl_NextCmdNum;
174 (AcpiGbl_NextHistoryIndex == AcpiGbl_LoHistory))
183 AcpiGbl_NextHistoryIndex++;
184 if (AcpiGbl_NextHistoryIndex >= HISTORY_SIZE)
186 AcpiGbl_NextHistoryIndex = 0;

Completed in 36 milliseconds