Home
last modified time | relevance | path

Searched defs:db_command (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_command.h112 struct db_command { struct
121 * CS_MORE db_command() prepare argument list. argument
131 uint16_t flag; /* extra info: */
143 const char *cmd_descr; /* description of command */
144 const char *cmd_arg; /* command arguments */
145 const char *cmd_arg_help; /* arguments description */
H A Ddb_command.c858 db_command(const struct db_command **last_cmdp) in db_command() function