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

/freebsd-10.2-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c56 #define HISTORY_SIZE 40 macro
67 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];
127 if ((AcpiGbl_NumHistory == HISTORY_SIZE) &&
131 if (AcpiGbl_LoHistory >= HISTORY_SIZE)
138 if (AcpiGbl_NextHistoryIndex >= HISTORY_SIZE)
144 if (AcpiGbl_NumHistory < HISTORY_SIZE)
185 if (HistoryIndex >= HISTORY_SIZE)
263 if (HistoryIndex >= HISTORY_SIZE)

Completed in 89 milliseconds