Searched refs:NextCommand (Results 1 – 2 of 2) sorted by relevance
272 char *NextCommand; in AcpiOsGetLine() local465 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()466 if (!NextCommand) in AcpiOsGetLine()474 strcpy (Buffer, NextCommand); in AcpiOsGetLine()511 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()512 if (!NextCommand) in AcpiOsGetLine()520 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
265 static const load_command *NextCommand(const load_command *lc) { in NextCommand() function270 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in FindUUID()281 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in IsModuleInstrumented()