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

/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Dacgetline.c168 UINT32 CurrentCommandIndex = MaxCommandIndex; local
344 if (!CurrentCommandIndex)
351 if (CurrentCommandIndex > PreviousCommandIndex)
353 CurrentCommandIndex = PreviousCommandIndex;
358 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
371 PreviousCommandIndex = CurrentCommandIndex;
372 CurrentCommandIndex--;
384 if (CurrentCommandIndex < PreviousCommandIndex)
386 CurrentCommandIndex = PreviousCommandIndex;
391 if ((CurrentCommandIndex
[all...]

Completed in 77 milliseconds