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

/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Dacgetline.c270 char *NextCommand; local
463 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
464 if (!NextCommand)
472 strcpy (Buffer, NextCommand);
509 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
510 if (!NextCommand)
518 strcpy (Buffer, NextCommand);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp265 static const load_command *NextCommand(const load_command *lc) { function in namespace:__sanitizer
270 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {
281 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {

Completed in 97 milliseconds