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

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c275 UINT16 HistoryIndex; local
278 HistoryIndex = AcpiGbl_LoHistory;
284 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command)
287 AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum,
288 AcpiGbl_HistoryBuffer[HistoryIndex].Command);
291 HistoryIndex++;
292 if (HistoryIndex >= HISTORY_SIZE)
294 HistoryIndex = 0;
352 UINT16 HistoryIndex; local
357 HistoryIndex
[all...]

Completed in 96 milliseconds