Lines Matching refs:modif

200 	char		modif[TOK_STRING_SIZE];
211 modif[0] = '\0';
259 db_strlcpy(modif, db_tok_string, sizeof(modif));
262 modif[0] = '\0';
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)
317 if (modif[0] == 'f')
324 db_map_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
328 if (modif[0] == 'f')
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)
343 if ((modif[0] == 'c' && modif[1] == 'p') ||
344 (modif[0] == 'p' && modif[1] == 'c'))
346 else if (modif[0] == 'c')
348 else if (modif[0] == 'p')
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)
365 if (modif[0] == 'f')
372 db_show_all_mounts(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
377 if (modif[0] == 'f')
388 db_show_all_vnodes(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
392 if (modif[0] == 'f')
400 db_show_all_bufs(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
404 if (modif[0] == 'f')
412 db_show_all_tdbs(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
416 if (modif[0] == 'f')
424 db_show_all_routes(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
434 if (modif[0] != 'I')
436 if (modif[0] != 'i')
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)
453 if (modif[0] == 'f')
460 db_page_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
464 if (modif[0] == 'f')
471 db_vnode_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
475 if (modif[0] == 'f')
484 char *modif)
488 if (modif[0] == 'f')
496 char *modif)
500 if (modif[0] == 'f')
509 char *modif)
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)
543 pool_printit((struct pool *)addr, modif, db_printf);
547 db_proc_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
551 if (modif[0] == 't') {
559 proc_printit((struct proc *)addr, modif, db_printf);
564 db_tdb_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
568 if (modif[0] == 'f')
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)
933 switch (modif[0]) {