Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/common/
H A Dacgetline.c449 if (!CurrentCommandIndex) in AcpiOsGetLine()
456 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
458 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
476 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
477 CurrentCommandIndex--; in AcpiOsGetLine()
489 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
491 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
496 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()
500 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
504 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
[all …]