Searched refs:db_command (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/sys/ddb/
H A Ddb_command.h1 /* $OpenBSD: db_command.h,v 1.35 2022/04/14 19:47:12 naddy Exp $ */
2 /* $NetBSD: db_command.h,v 1.8 1996/02/05 01:56:55 christos Exp $ */
36 struct db_command;
41 void db_command(const struct db_command **, const struct db_command *);
48 struct db_command { struct
57 const struct db_command *more; /* another level of command */
61 extern const struct db_command db_machine_command_table[];
H A Ddb_trap.c42 #include <ddb/db_command.h>
H A Ddb_command.c1 /* $OpenBSD: db_command.c,v 1.101 2024/05/13 01:15:50 jsg Exp $ */
2 /* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */
49 #include <ddb/db_command.h>
82 int db_cmd_search(char *, const struct db_command *,
83 const struct db_command **);
84 void db_cmd_list(const struct db_command *);
150 db_cmd_search(char *name, const struct db_command *table,
151 const struct db_command **cmdp)
153 const struct db_command *cmd;
185 db_cmd_list(const struct db_command *tabl
196 db_command(const struct db_command **last_cmdp, function
[all...]
H A Ddb_sym.c38 #include <ddb/db_command.h>
H A Ddb_watch.c44 #include <ddb/db_command.h>
H A Ddb_variables.c37 #include <ddb/db_command.h>
H A Ddb_lex.c43 #include <ddb/db_command.h>
H A Ddb_expr.c39 #include <ddb/db_command.h>
H A Ddb_output.c43 #include <ddb/db_command.h>
H A Ddb_examine.c40 #include <ddb/db_command.h>
H A Ddb_ctf.c28 #include <ddb/db_command.h>
/openbsd-current/sys/arch/i386/i386/
H A Ddb_interface.c42 #include <ddb/db_command.h>
311 const struct db_command db_acpi_cmds[] = {
320 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/amd64/amd64/
H A Ddb_interface.c53 #include <ddb/db_command.h>
397 const struct db_command db_acpi_cmds[] = {
406 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/powerpc/ddb/
H A Ddb_interface.c42 #include <ddb/db_command.h>
224 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Ddb_interface.c40 #include <ddb/db_command.h>
70 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/riscv64/riscv64/
H A Ddb_interface.c46 #include <ddb/db_command.h>
417 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/alpha/alpha/
H A Ddb_interface.c67 #include <ddb/db_command.h>
88 const struct db_command db_machine_command_table[] = {
H A Ddb_trace.c37 #include <ddb/db_command.h>
/openbsd-current/sys/arch/arm/arm/
H A Ddb_interface.c47 #include <ddb/db_command.h>
340 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/arm64/arm64/
H A Ddb_interface.c53 #include <ddb/db_command.h>
493 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/sh/sh/
H A Ddb_interface.c56 #include <ddb/db_command.h>
76 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/mips64/mips64/
H A Ddb_machdep.c48 #include <ddb/db_command.h>
499 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_interface.c51 #include <ddb/db_command.h>
655 const struct db_command db_machine_command_table[] = {
/openbsd-current/sys/arch/hppa/hppa/
H A Ddb_interface.c40 #include <ddb/db_command.h>
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddb_interface.c43 #include <ddb/db_command.h>
1120 const struct db_command db_machine_command_table[] = {

Completed in 154 milliseconds

12