HomeSort by: relevance | last modified time | path
    Searched refs:db_command (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/ddb/
db_command.h 1 /* $NetBSD: db_command.h,v 1.42 2021/08/09 20:49:09 andvar Exp $ */
77 struct db_command;
106 int db_register_tbl(uint8_t, const struct db_command *);
107 int db_unregister_tbl(uint8_t, const struct db_command *);
112 struct db_command { struct
121 * CS_MORE db_command() prepare argument list.
ddb.h 40 #include <ddb/db_command.h>
db_command.c 1 /* $NetBSD: db_command.c,v 1.190 2023/11/02 10:31:55 martin Exp $ */
64 __KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.190 2023/11/02 10:31:55 martin Exp $");
143 static const struct db_command db_command_table[];
144 static const struct db_command db_show_cmds[];
148 extern const struct db_command db_machine_command_table[];
156 const struct db_command *db_cmd; /* cmd table */
192 const struct db_command **);
193 static int db_cmd_search_table(const char *, const struct db_command *,
194 const struct db_command **);
196 static const struct db_command *db_read_command(void)
858 db_command(const struct db_command **last_cmdp) function in typeref:typename:void
    [all...]
db_trap.c 45 #include <ddb/db_command.h>
db_watch.c 47 #include <ddb/db_command.h>
  /src/sys/modules/examples/ddbping/
ddbping.c 38 /* XXX: db_command.h should provide something like this */
46 static const struct db_command db_ping_base_tbl[] = {
53 static const struct db_command db_ping_show_tbl[] = {
  /src/sys/arch/sun2/sun2/
db_machdep.c 51 #include <ddb/db_command.h>
60 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/sparc/sparc/
db_machdep.c 45 #include <ddb/db_command.h>
125 const struct db_command db_machine_command_table[] = {
db_interface.c 64 #include <ddb/db_command.h>
439 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/sun3/sun3/
db_machdep.c 50 #include <ddb/db_command.h>
59 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/hppa/hppa/
db_interface.c 44 #include <ddb/db_command.h>
db_machdep.c 41 #include <ddb/db_command.h>
122 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/m68k/m68k/
db_interface.c 49 #include <ddb/db_command.h>
  /src/sys/arch/riscv/riscv/
db_interface.c 58 #include <ddb/db_command.h>
87 const struct db_command db_machine_command_table[] = {
db_trace.c 48 #include <ddb/db_command.h>
  /src/usr.sbin/crash/
Makefile 63 SRCS+= db_command.c db_lwp.c db_proc.c db_xxx.c db_cpu.c
142 COPTS.db_command.c+= ${CC_WNO_CAST_FUNCTION_TYPE}
  /src/sys/arch/amd64/amd64/
db_interface.c 65 #include <ddb/db_command.h>
84 const struct db_command db_machine_command_table[] = {
db_machdep.c 48 #include <ddb/db_command.h>
  /src/sys/arch/i386/i386/
db_interface.c 66 #include <ddb/db_command.h>
85 const struct db_command db_machine_command_table[] = {
db_machdep.c 58 #include <ddb/db_command.h>
  /src/sys/arch/ia64/ia64/
db_interface.c 100 #include <ddb/db_command.h>
116 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/alpha/alpha/
db_interface.c 76 #include <ddb/db_command.h>
96 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/vax/vax/
db_machdep.c 64 #include <ddb/db_command.h>
630 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/sparc64/sparc64/
db_machdep.c 227 const struct db_command db_machine_command_table[] = {
  /src/sys/arch/x86/x86/
db_trace.c 52 #include <ddb/db_command.h>

Completed in 23 milliseconds

1 2