Searched refs:DB_ERROR (Results 1 – 1 of 1) sorted by relevance
675 #define DB_ERROR(f) do { db_printf f; db_flush_lex(); goto out; } while (0) in db_kill() macro686 DB_ERROR(("Missing signal number\n")); in db_kill()688 DB_ERROR(("Missing process ID\n")); in db_kill()691 DB_ERROR(("Signal number out of range\n")); in db_kill()703 DB_ERROR(("Can't find process with pid %ld\n", (long) pid)); in db_kill()707 DB_ERROR(("Can't lock process with pid %ld\n", (long) pid)); in db_kill()715 #undef DB_ERROR in db_kill()