Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_write_cmd.c48 db_write_cmd(db_expr_t address, bool have_addr, db_expr_t count, in db_write_cmd() function
H A Ddb_command.c114 { "write", db_write_cmd, CS_MORE|CS_SET_DOT, NULL },
115 { "w", db_write_cmd, CS_MORE|CS_SET_DOT, NULL },
H A Dddb.h260 db_cmdfcn_t db_write_cmd; variable