Home | History | Annotate | Download | only in ddb

Lines Matching defs:have_addr

865 	bool have_addr;
869 have_addr = false;
935 have_addr = true;
970 (*command->fcn)(addr, have_addr, count, modif);
995 db_help_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
1032 db_kqueue_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
1041 if (have_addr == false) {
1054 db_map_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
1063 if (have_addr == false)
1074 db_object_print_cmd(db_expr_t addr, bool have_addr,
1092 db_page_print_cmd(db_expr_t addr, bool have_addr,
1109 db_show_all_pages(db_expr_t addr, bool have_addr,
1122 db_buf_print_cmd(db_expr_t addr, bool have_addr,
1139 db_event_print_cmd(db_expr_t addr, bool have_addr,
1197 db_vnode_print_cmd(db_expr_t addr, bool have_addr,
1214 db_vnode_lock_print_cmd(db_expr_t addr, bool have_addr,
1231 db_vmem_print_cmd(db_expr_t addr, bool have_addr,
1243 db_mount_print_cmd(db_expr_t addr, bool have_addr,
1257 db_show_all_mounts(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
1273 db_mbuf_print_cmd(db_expr_t addr, bool have_addr,
1286 db_pool_print_cmd(db_expr_t addr, bool have_addr,
1299 db_namecache_print_cmd(db_expr_t addr, bool have_addr,
1312 db_uvmexp_print_cmd(db_expr_t addr, bool have_addr,
1325 db_socket_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
1339 db_kernhist_print_cmd(db_expr_t addr, bool have_addr,
1343 if (!have_addr)
1355 db_lock_print_cmd(db_expr_t addr, bool have_addr,
1359 lockdebug_lock_print(have_addr ? (void *)(uintptr_t)addr : NULL,
1364 db_show_all_locks(db_expr_t addr, bool have_addr,
1376 db_show_all_tstiles(db_expr_t addr, bool have_addr,
1441 /*have_addr*/true, /*count*/-1,
1452 db_show_all_freelists(db_expr_t addr, bool have_addr,
1464 db_show_lockstats(db_expr_t addr, bool have_addr,
1478 db_fdt_print_cmd(db_expr_t addr, bool have_addr,
1487 fdt_print(have_addr ? (void *)(uintptr_t)addr : fdtbus_get_data(),
1501 db_fncall(db_expr_t addr, bool have_addr,
1560 db_reboot_cmd(db_expr_t addr, bool have_addr,
1591 db_sifting_cmd(db_expr_t addr, bool have_addr,
1622 db_stack_trace_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
1636 db_stack_trace_print(addr, have_addr, count, modif, pr);
1640 db_sync_cmd(db_expr_t addr, bool have_addr,
1661 db_whatis_cmd(db_expr_t address, bool have_addr,