Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/common/
H A Dacgetline.c271 UINT32 MaxCommandIndex = AcpiGbl_NextCmdNum - 1; in AcpiOsGetLine() local
272 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine()
273 UINT32 PreviousCommandIndex = MaxCommandIndex; in AcpiOsGetLine()
482 if (!MaxCommandIndex) /* Any commands available? */ in AcpiOsGetLine()
496 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()