Lines Matching refs:db_printf
361 db_printf("%-16s", cmd->name);
366 db_printf("\nThe following have subcommands; append \"help\" "
371 db_printf("%-16s", cmd->name);
399 db_printf("Unrecognized input; use \"help\" "
411 db_printf("No such command; use \"help\" "
416 db_printf("Ambiguous\n");
421 db_printf("This is ddb(4), the kernel debugger; "
423 db_printf("Use \"bt\" for backtrace, \"dump\" for "
425 db_printf("Available commands:\n");
437 db_printf("Subcommand required; "
455 db_printf("Bad modifier\n");
477 db_printf("Count missing\n");
496 db_printf("MAC prevented execution of command %s\n",
550 db_printf("\n");
552 db_printf("db> ");
580 db_printf("%s", s);
592 db_printf("textdump_pending set.\n"
598 db_printf("Cannot dump: ");
601 db_printf("debugger got invoked while dumping.\n");
604 db_printf("no dump device specified.\n");
607 db_printf("unknown error (error=%d).\n", error);
628 db_printf("Too many arguments (max 10)\n");
646 db_printf("Bad function\n");
657 db_printf("Too many arguments (max %d)\n", DB_MAXARGS);
662 db_printf("Argument missing\n");
671 db_printf("Mismatched parens\n");
680 db_printf("= %#lr\n", (long)retval);
696 #define DB_ERROR(f) do { db_printf f; db_flush_lex(); goto out; } while (0)
766 db_printf("Automatic reboot in %d seconds - "
805 db_printf("No argument provided, disabling watchdog\n");
819 db_printf("The remote GDB backend could not be selected.\n");
827 db_printf("(ctrl-c will return control to ddb)\n");
847 db_printf("Count missing\n");
864 db_printf("Thread %d not found\n", (int)tid);
873 db_printf("Tracing pid %d tid %ld td %p\n", pid, (long)td->td_tid, td);
888 db_printf("\nTracing command %s pid %d"
895 db_printf("\nTracing command %s pid %d"