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() function338 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in FindUUID()349 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in IsModuleInstrumented()