Searched refs:MaxCommandIndex (Results 1 – 1 of 1) sorted by relevance
273 UINT32 MaxCommandIndex = AcpiGbl_NextCmdNum - 1; in AcpiOsGetLine() local274 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine()275 UINT32 PreviousCommandIndex = MaxCommandIndex; in AcpiOsGetLine()484 if (!MaxCommandIndex) /* Any commands available? */ in AcpiOsGetLine()498 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()