Home
last modified time | relevance | path

Searched refs:have_addr (Results 1 – 25 of 58) sorted by relevance

123

/f-stack/freebsd/ddb/
H A Ddb_watch.c188 db_deletewatch_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_deletewatch_cmd() argument
197 db_watchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_watchpoint_cmd() argument
283 db_deletehwatch_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_deletehwatch_cmd() argument
299 db_hwatchpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_hwatchpoint_cmd() argument
H A Ddb_run.c339 db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_single_step_cmd() argument
363 db_trace_until_call_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_call_cmd() argument
382 db_trace_until_matching_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_trace_until_matching_cmd() argument
403 db_continue_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_continue_cmd() argument
H A Ddb_command.c361 bool have_addr = false; in db_command() local
369 have_addr = false; in db_command()
450 have_addr = true; in db_command()
454 have_addr = false; in db_command()
482 (*cmd->fcn)(addr, have_addr, count, modif); in db_command()
729 db_reset(db_expr_t addr, bool have_addr, db_expr_t count __unused, in db_reset() argument
734 if (have_addr) { in db_reset()
H A Ddb_script.c344 db_scripts_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_scripts_cmd() argument
362 db_run_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_run_cmd() argument
386 db_script_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_script_cmd() argument
432 db_unscript_cmd(db_expr_t addr, bool have_addr, db_expr_t count, in db_unscript_cmd() argument
H A Ddb_ps.c67 db_ps(addr, have_addr, count, modif); in DB_SHOW_ALL_COMMAND()
354 if (have_addr) in DB_SHOW_COMMAND()
451 if (have_addr) in DB_SHOW_COMMAND()
514 db_findstack_cmd(db_expr_t addr, bool have_addr, db_expr_t dummy3 __unused, in db_findstack_cmd() argument
520 if (have_addr) in db_findstack_cmd()
H A Ddb_examine.c57 db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_examine_cmd() argument
194 db_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_print_cmd() argument
H A Ddb_write_cmd.c48 db_write_cmd(db_expr_t address, bool have_addr, db_expr_t count, in db_write_cmd() argument
H A Ddb_break.c270 db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_delete_cmd() argument
278 db_breakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_breakpoint_cmd() argument
H A Dddb.h106 typedef void db_cmdfcn_t(db_expr_t addr, bool have_addr, db_expr_t count,
161 _func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
H A Ddb_capture.c340 db_capture_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_capture_cmd() argument
H A Ddb_textdump.c534 db_textdump_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_textdump_cmd() argument
/f-stack/freebsd/net/route/
H A Droute_ddb.c173 if (have_addr) in DB_SHOW_COMMAND()
183 if (have_addr) { in DB_SHOW_COMMAND()
191 if (!have_addr && i > 1) in DB_SHOW_COMMAND()
/f-stack/freebsd/kern/
H A Duipc_debug.c493 if (!have_addr) { in DB_SHOW_COMMAND()
506 if (!have_addr) { in DB_SHOW_COMMAND()
519 if (!have_addr) { in DB_SHOW_COMMAND()
532 if (!have_addr) { in DB_SHOW_COMMAND()
H A Dsubr_turnstile.c1125 if (!have_addr) in DB_SHOW_COMMAND()
1238 if (have_addr) in DB_SHOW_COMMAND()
1315 if (!have_addr) in DB_SHOW_COMMAND()
H A Dsubr_rangeset.c349 if (!have_addr) { in DB_SHOW_COMMAND()
H A Dsubr_pcpu.c398 if (have_addr) in DB_SHOW_COMMAND()
/f-stack/freebsd/arm/arm/
H A Dmachdep_kdb.c84 if (have_addr) { in DB_SHOW_COMMAND()
/f-stack/freebsd/net/
H A Dif_debug.c108 if (!have_addr) { in DB_SHOW_COMMAND()
H A Dif_llatbl.c859 if (!have_addr) { in DB_SHOW_COMMAND()
888 if (!have_addr) { in DB_SHOW_COMMAND()
911 if (have_addr && addr != 0) /* verbose */ in DB_SHOW_ALL_COMMAND()
H A Dvnet.c735 if (!have_addr) { in DB_SHOW_COMMAND()
/f-stack/freebsd/net80211/
H A Dieee80211_ddb.c94 if (!have_addr) { in DB_SHOW_COMMAND()
103 if (!have_addr) { in DB_SHOW_COMMAND()
114 if (!have_addr) { in DB_SHOW_COMMAND()
139 if (!have_addr) { in DB_SHOW_COMMAND()
185 if (!have_addr) { in DB_SHOW_ALL_COMMAND()
/f-stack/freebsd/mips/mips/
H A Dvm_machdep.c559 if (have_addr) in DB_SHOW_COMMAND()
605 if (!have_addr) in DB_SHOW_COMMAND()
H A Dtlb.c346 if (have_addr) in DB_SHOW_COMMAND()
/f-stack/freebsd/vm/
H A Dvm_object.h391 void vm_object_print(long addr, boolean_t have_addr, long count, char *modif);
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c570 if (have_addr) { in DB_SHOW_COMMAND()

123