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

/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Dacgetline.c169 UINT32 PreviousCommandIndex = MaxCommandIndex; local
351 if (CurrentCommandIndex > PreviousCommandIndex)
353 CurrentCommandIndex = PreviousCommandIndex;
371 PreviousCommandIndex = CurrentCommandIndex;
384 if (CurrentCommandIndex < PreviousCommandIndex)
386 CurrentCommandIndex = PreviousCommandIndex;
395 PreviousCommandIndex = CurrentCommandIndex;
399 PreviousCommandIndex = CurrentCommandIndex;

Completed in 62 milliseconds