Searched refs:CurrentCommandIndex (Results 1 – 1 of 1) sorted by relevance
168 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local344 if (!CurrentCommandIndex) in AcpiOsGetLine()351 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()353 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()358 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()371 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()372 CurrentCommandIndex--; in AcpiOsGetLine()384 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()386 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()391 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()[all …]