Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dacgetline.c163 UINT32 MaxCommandIndex = AcpiGbl_NextCmdNum - 1; in AcpiOsGetLine() local
164 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine()
165 UINT32 PreviousCommandIndex = MaxCommandIndex; in AcpiOsGetLine()
374 if (!MaxCommandIndex) /* Any commands available? */ in AcpiOsGetLine()
388 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()