Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dacgetline.c275 UINT32 PreviousCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local
458 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
460 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
478 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
491 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
493 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
502 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
506 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()