Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/common/
H A Dacgetline.c273 UINT32 PreviousCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local
456 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
458 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
476 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
489 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
491 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
500 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
504 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()