Searched refs:db_write_cmd (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/ddb/ |
H A D | db_extern.h | 63 void db_write_cmd(db_expr_t, bool, db_expr_t, const char *);
|
H A D | db_write_cmd.c | 45 db_write_cmd(db_expr_t address, bool have_addr, in db_write_cmd() function
|
H A D | files.ddb | 43 file ddb/db_write_cmd.c ddb
|
H A D | db_command.c | 425 { DDB_ADD_CMD("w", db_write_cmd, CS_MORE|CS_SET_DOT, 432 { DDB_ADD_CMD("write", db_write_cmd, CS_MORE|CS_SET_DOT,
|
/netbsd-src/usr.sbin/crash/ |
H A D | Makefile | 67 SRCS+= db_sym.c db_syncobj.c db_variables.c db_write_cmd.c
|