Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/common/
H A Dacgetline.c272 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local
449 if (!CurrentCommandIndex) in AcpiOsGetLine()
456 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
458 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
463 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); 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()
[all …]