Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/common/
HDacgetline.c166 char *NextCommand; in AcpiOsGetLine() local
358 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()
359 if (!NextCommand) in AcpiOsGetLine()
367 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
404 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()
405 if (!NextCommand) in AcpiOsGetLine()
413 strcpy (Buffer, NextCommand); in AcpiOsGetLine()