Searched refs:CurrentCommandIndex (Results 1 – 1 of 1) sorted by relevance
272 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local449 if (!CurrentCommandIndex) in AcpiOsGetLine()456 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()458 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()463 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()476 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()477 CurrentCommandIndex--; in AcpiOsGetLine()489 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()491 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()496 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()[all …]