Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/dev/acpica/common/
H A Dacgetline.c270 char *NextCommand; in AcpiOsGetLine() local
463 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()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp333 static const load_command *NextCommand(const load_command *lc) { in NextCommand() function
338 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()