Searched refs:CurrentCommandIndex (Results 1 – 1 of 1) sorted by relevance
164 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local341 if (!CurrentCommandIndex) in AcpiOsGetLine()348 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()350 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()355 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()368 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()369 CurrentCommandIndex--; in AcpiOsGetLine()381 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()383 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()388 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()[all …]