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

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c163 #define HISTORY_SIZE 40 macro
174 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];
234 if ((AcpiGbl_NumHistory == HISTORY_SIZE) &&
238 if (AcpiGbl_LoHistory >= HISTORY_SIZE)
245 if (AcpiGbl_NextHistoryIndex >= HISTORY_SIZE)
251 if (AcpiGbl_NumHistory < HISTORY_SIZE)
292 if (HistoryIndex >= HISTORY_SIZE)
370 if (HistoryIndex >= HISTORY_SIZE)

Completed in 161 milliseconds