/src/sys/ddb/ |
db_break.h | 55 void db_delete_cmd(db_expr_t, bool, db_expr_t, const char *);
|
db_break.c | 227 db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, function in typeref:typename:void
|
db_command.c | 363 { DDB_ADD_CMD("d", db_delete_cmd, 0, 365 { DDB_ADD_CMD("delete", db_delete_cmd, 0,
|
/src/usr.sbin/crash/ |
crash.c | 198 db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, function in typeref:typename:void
|