Lines Matching refs:db_printf

337 		db_printf("%-16s", cmd->name);
342 db_printf("\nThe following have subcommands; append \"help\" "
347 db_printf("%-16s", cmd->name);
378 db_printf("Unrecognized input; use \"help\" "
393 db_printf("No such command; use \"help\" "
398 db_printf("Ambiguous\n");
403 db_printf("This is ddb(4), the kernel debugger; "
405 db_printf("Use \"bt\" for backtrace, \"dump\" for "
407 db_printf("Available commands:\n");
418 db_printf("Subcommand required; "
436 db_printf("Bad modifier\n");
459 db_printf("Count missing\n");
530 db_printf("\n");
532 db_printf("db> ");
560 db_printf("%s", s);
571 db_printf("textdump_pending set.\n"
577 db_printf("Cannot dump: ");
580 db_printf("debugger got invoked while dumping.\n");
583 db_printf("no dump device specified.\n");
586 db_printf("unknown error (error=%d).\n", error);
607 db_printf("Too many arguments (max 10)\n");
625 db_printf("Bad function\n");
636 db_printf("Too many arguments (max %d)\n", DB_MAXARGS);
641 db_printf("Argument missing\n");
650 db_printf("Mismatched parens\n");
659 db_printf("= %#lr\n", (long)retval);
675 #define DB_ERROR(f) do { db_printf f; db_flush_lex(); goto out; } while (0)
745 db_printf("Automatic reboot in %d seconds - "
772 db_printf("No argument provided, disabling watchdog\n");
786 db_printf("The remote GDB backend could not be selected.\n");
794 db_printf("(ctrl-c will return control to ddb)\n");
814 db_printf("Count missing\n");
831 db_printf("Thread %d not found\n", (int)tid);
840 db_printf("Tracing pid %d tid %ld td %p\n", pid, (long)td->td_tid, td);
842 db_printf("--- swapped out\n");
858 db_printf("\nTracing command %s pid %d"
865 db_printf("\nTracing command %s pid %d"
871 db_printf("--- swapped out\n");