Lines Matching defs:count
201 db_expr_t addr, count;
210 count = 1;
249 * command [/modifier] [addr] [,count]
275 if (!db_expression(&count)) {
282 count = -1;
291 (*cmd->fcn)(addr, have_addr, count, modif);
313 db_buf_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
324 db_map_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
335 db_malloc_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
341 db_mbuf_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
355 db_socket_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
361 db_mount_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
372 db_show_all_mounts(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
388 db_show_all_vnodes(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
400 db_show_all_bufs(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
412 db_show_all_tdbs(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
424 db_show_all_routes(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
430 if (count == -1)
431 count = 1;
433 while (count--) {
443 db_show_route(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
449 db_object_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
460 db_page_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
471 db_vnode_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
483 db_nfsreq_print_cmd(db_expr_t addr, int have_addr, db_expr_t count,
495 db_nfsnode_print_cmd(db_expr_t addr, int have_addr, db_expr_t count,
508 db_swap_print_cmd(db_expr_t addr, int have_addr, db_expr_t count,
515 db_show_panic_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
535 db_extent_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
541 db_pool_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
547 db_proc_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
564 db_tdb_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
576 db_uvmexp_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
584 db_bcstats_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
708 db_help_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
767 db_fncall(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
831 db_boot_sync_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
837 db_boot_crash_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
843 db_boot_dump_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
849 db_boot_halt_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
855 db_boot_reboot_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
861 db_boot_poweroff_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
867 db_dmesg_cmd(db_expr_t addr, int haddr, db_expr_t count, char *modif)
888 db_stack_trace_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
890 db_stack_trace_print(addr, have_addr, count, modif, db_printf);
894 db_show_regs(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
923 db_write_cmd(db_expr_t address, int have_addr, db_expr_t count, char *modif)