Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/common/
HDacgetline.c168 UINT32 CurrentCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local
344 if (!CurrentCommandIndex) in AcpiOsGetLine()
351 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
353 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
358 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()
371 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
372 CurrentCommandIndex--; in AcpiOsGetLine()
384 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
386 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
391 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()
[all …]