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

/freebsd-11-stable/sys/ddb/
H A Ddb_command.c659 #define DB_ERROR(f) do { db_printf f; db_flush_lex(); goto out; } while (0) macro
670 DB_ERROR(("Missing signal number\n"));
672 DB_ERROR(("Missing process ID\n"));
675 DB_ERROR(("Signal number out of range\n"));
687 DB_ERROR(("Can't find process with pid %ld\n", (long) pid));
691 DB_ERROR(("Can't lock process with pid %ld\n", (long) pid));
699 #undef DB_ERROR macro

Completed in 47 milliseconds