Searched refs:NextCommand (Results 1 – 2 of 2) sorted by relevance
270 char *NextCommand; in AcpiOsGetLine() local463 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()464 if (!NextCommand) in AcpiOsGetLine()472 strcpy (Buffer, NextCommand); in AcpiOsGetLine()509 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()510 if (!NextCommand) in AcpiOsGetLine()518 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
333 static const load_command *NextCommand(const load_command *lc) { in NextCommand() function347 curcmd++, lc = NextCommand(lc)) { in FindUUID()365 curcmd++, lc = NextCommand(lc)) { in IsModuleInstrumented()