Searched defs:have_addr (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/ddb/ |
| H A D | db_watch.c | 188 db_deletewatch_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_deletewatch_cmd() 197 db_watchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_watchpoint_cmd() 283 db_deletehwatch_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_deletehwatch_cmd() 299 db_hwatchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_hwatchpoint_cmd()
|
| H A D | db_run.c | 339 db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_single_step_cmd() 363 db_trace_until_call_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_call_cmd() 382 db_trace_until_matching_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_matching_cmd() 403 db_continue_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_continue_cmd()
|
| H A D | db_script.c | 344 db_scripts_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_scripts_cmd() 362 db_run_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_run_cmd() 386 db_script_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_script_cmd() 432 db_unscript_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_unscript_cmd()
|
| H A D | db_examine.c | 57 db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_examine_cmd() 194 db_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_print_cmd()
|
| H A D | db_write_cmd.c | 48 db_write_cmd(db_expr_t address, bool have_addr, db_expr_t count, in db_write_cmd()
|
| H A D | db_break.c | 270 db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_delete_cmd() 278 db_breakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_breakpoint_cmd()
|
| H A D | db_capture.c | 340 db_capture_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_capture_cmd()
|
| H A D | db_ps.c | 514 db_findstack_cmd(db_expr_t addr, bool have_addr, db_expr_t dummy3 __unused, in db_findstack_cmd()
|
| H A D | db_command.c | 361 bool have_addr = false; in db_command() local 729 db_reset(db_expr_t addr, bool have_addr, db_expr_t count __unused, in db_reset()
|
| H A D | db_textdump.c | 534 db_textdump_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_textdump_cmd()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_object.c | 2781 boolean_t have_addr, in vm_object_print()
|