HomeSort by: relevance | last modified time | path
    Searched defs:db_command (Results 1 - 4 of 4) sorted by relevancy

  /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.
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.
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_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...]

Completed in 215 milliseconds