Home
last modified time | relevance | path

Searched refs:db_write_cmd (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_extern.h63 void db_write_cmd(db_expr_t, bool, db_expr_t, const char *);
H A Ddb_write_cmd.c45 db_write_cmd(db_expr_t address, bool have_addr, in db_write_cmd() function
H A Dfiles.ddb43 file ddb/db_write_cmd.c ddb
H A Ddb_command.c425 { 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 DMakefile67 SRCS+= db_sym.c db_syncobj.c db_variables.c db_write_cmd.c