Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dacgetline.c164 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local
341 if (!CurrentCommandIndex) in AcpiOsGetLine()
348 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
350 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
355 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()
368 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
369 CurrentCommandIndex--; in AcpiOsGetLine()
381 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
383 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
388 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()
[all …]