Home
last modified time | relevance | path

Searched refs:MaxCommandIndex (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/common/
A Dacgetline.c167 UINT32 MaxCommandIndex = AcpiGbl_NextCmdNum - 1; in AcpiOsGetLine() local
168 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine()
169 UINT32 PreviousCommandIndex = MaxCommandIndex; in AcpiOsGetLine()
378 if (!MaxCommandIndex) /* Any commands available? */ in AcpiOsGetLine()
392 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()

Completed in 2 milliseconds