Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Dacgetline.c272 char *NextCommand; in AcpiOsGetLine() local
465 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()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc265 static const load_command *NextCommand(const load_command *lc) { in NextCommand() function
270 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()