Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dacgetline.c274 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local
451 if (!CurrentCommandIndex) in AcpiOsGetLine()
458 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
460 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
465 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()
478 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
479 CurrentCommandIndex--; in AcpiOsGetLine()
491 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
493 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
498 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()
[all …]