Lines Matching refs:db_printf
624 db_printf("\n");
748 db_printf("No such command: %s\n", name);
750 db_printf("Ambiguous command: %s\n", name);
792 db_printf("%s", p);
886 db_printf("Count missing\n");
900 db_printf("?\n");
920 db_printf("Bad modifier\n");
943 db_printf("Count missing\n");
1015 db_printf("Command: %s\n", command->name);
1017 db_printf(" Description: %s\n", command->cmd_descr);
1019 db_printf(" Arguments: %s\n", command->cmd_arg);
1021 db_printf(" Arguments description:\n%s\n",
1024 db_printf(" No help message.\n");
1042 db_printf("%s: must specify kqueue address\n", __func__);
1046 kqueue_printit((struct kqueue *)(uintptr_t) addr, full, db_printf);
1066 uvm_map_printit((struct vm_map *)(uintptr_t) addr, full, db_printf);
1084 db_printf);
1101 uvm_page_printit((struct vm_page *)(uintptr_t) addr, full, db_printf);
1114 uvm_page_printall(db_printf);
1131 vfs_buf_print((struct buf *)(uintptr_t) addr, full, db_printf);
1189 db_printf("evcnt type %d: %s ", ev.ev_type, buf);
1191 db_printf("%s = %lld\n", buf, (long long)ev.ev_count);
1206 vfs_vnode_print((struct vnode *)(uintptr_t) addr, full, db_printf);
1223 vfs_vnode_lock_print((struct vnode *)(uintptr_t) addr, full, db_printf);
1236 vmem_print((uintptr_t) addr, modif, db_printf);
1252 vfs_mount_print((struct mount *)(uintptr_t) addr, full, db_printf);
1265 vfs_mount_print_all(full, db_printf);
1278 m_print((const struct mbuf *)(uintptr_t) addr, modif, db_printf);
1291 pool_printit((struct pool *)(uintptr_t) addr, modif, db_printf);
1304 namecache_print((struct vnode *)(uintptr_t) addr, db_printf);
1317 uvmexp_print(db_printf);
1330 socket_print(modif, db_printf);
1349 kernhist_print((void *)(uintptr_t)addr, count, modif, db_printf);
1360 db_printf);
1369 lockdebug_show_all_locks(db_printf, modif);
1385 db_printf("%5s %5s %16s %16s %8s %16s\n",
1416 db_printf("%5ld %5ld %16s %16s %8s %16s\n",
1430 db_printf("%5ld %5ld %16s %16lx %8s %16s\n",
1442 /*modif(lwp)*/"a", db_printf);
1457 uvm_page_print_freelists(db_printf);
1469 lockdebug_show_lockstats(db_printf);
1488 full, db_printf);
1514 db_printf("Bad function\n");
1526 db_printf("Too many arguments\n");
1531 db_printf("Argument missing\n");
1540 db_printf("?\n");
1553 db_printf("%s\n", db_num_to_str(retval));
1601 db_printf("Bad modifier\n");
1616 db_printf("Bad argument (non-string)\n");
1628 pr = db_printf;
1666 db_lwp_whatis(addr, db_printf);
1668 pool_whatis(addr, db_printf);
1669 vmem_whatis(addr, db_printf);
1670 uvm_whatis(addr, db_printf);
1671 module_whatis(addr, db_printf);