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

/freebsd-10.3-release/sys/contrib/dev/acpica/common/
H A Dacgetline.c166 char *NextCommand; local
358 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
359 if (!NextCommand)
367 strcpy (Buffer, NextCommand);
404 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
405 if (!NextCommand)
413 strcpy (Buffer, NextCommand);

Completed in 45 milliseconds