Searched refs:NextCommand (Results 1 – 5 of 5) sorted by relevance
162 char *NextCommand; in AcpiOsGetLine() local355 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()356 if (!NextCommand) in AcpiOsGetLine()364 strcpy (Buffer, NextCommand); in AcpiOsGetLine()401 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()402 if (!NextCommand) in AcpiOsGetLine()410 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
47 #define NextCommand(x) strsep(&x, " ") macro188 command = NextCommand(nline); in conf_dispatch()316 peer = NextCommand(line); in Fneighbour()390 if ((ifname = NextCommand(line)) == NULL) in Finterface()
259 static const load_command *NextCommand(const load_command *lc) { in NextCommand() function264 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in FindUUID()275 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in IsModuleInstrumented()
261 static const load_command *NextCommand(const load_command *lc) { in NextCommand() function266 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in FindUUID()277 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in IsModuleInstrumented()
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()