Searched refs:db_printf (Results 51 - 75 of 131) sorted by relevance

123456

/freebsd-13-stable/sys/cam/
H A Dcam_iosched.c1931 db_printf("Need addr\n");
1935 db_printf("pending_reads: %d\n", isc->read_stats.pending);
1936 db_printf("min_reads: %d\n", isc->read_stats.min);
1937 db_printf("max_reads: %d\n", isc->read_stats.max);
1938 db_printf("reads: %d\n", isc->read_stats.total);
1939 db_printf("in_reads: %d\n", isc->read_stats.in);
1940 db_printf("out_reads: %d\n", isc->read_stats.out);
1941 db_printf("queued_reads: %d\n", isc->read_stats.queued);
1942 db_printf("Read Q len %d\n", biolen(&isc->bio_queue));
1943 db_printf("pending_write
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_turnstile.c1099 db_printf("%s%p (tid %d, pid %d, \"%s\")\n", prefix, td, td->td_tid,
1108 db_printf("%s:\n", header);
1110 db_printf("%sempty\n", prefix);
1148 db_printf("Unable to locate a turnstile via %p\n", (void *)addr);
1152 db_printf("Lock: %p - (%s) %s\n", lock, LOCK_CLASS(lock)->lc_name,
1157 db_printf("Lock Owner: none\n");
1183 db_printf("%sdisowned (LK_KERNPROC)\n", prefix);
1186 db_printf("%sthread %d (pid %d, %s) is ", prefix, td->td_tid,
1190 db_printf("inactive\n");
1193 db_printf("runnabl
[all...]
H A Dkern_mutex.c1318 db_printf(" flags: {");
1320 db_printf("SPIN");
1322 db_printf("DEF");
1324 db_printf(", RECURSE");
1326 db_printf(", DUPOK");
1327 db_printf("}\n");
1328 db_printf(" state: {");
1330 db_printf("UNOWNED");
1332 db_printf("DESTROYED");
1334 db_printf("OWNE
[all...]
H A Dtty.c2304 db_printf("%s " #name ": ", sep); \
2306 db_printf("\n");
2312 db_printf("%sdevsw: ", sep);
2314 db_printf(" (%p)\n", tsw);
2331 db_printf("%shook: ", sep);
2333 db_printf(" (%p)\n", th);
2350 db_printf("%s: iflag 0x%x oflag 0x%x cflag 0x%x "
2362 db_printf("usage: show tty <addr>\n");
2367 db_printf("%p: %s\n", tp, tty_devname(tp));
2368 db_printf("\tmt
[all...]
H A Dsubr_autoconf.c265 db_printf("hook: %p at %s+%#lx arg: %p\n",
269 db_printf("hook: %p at ??+?? arg %p\n",
H A Dvfs_bio.c5343 db_printf("usage: show buffer <addr>\n");
5347 db_printf("buf at %p\n", bp);
5348 db_printf("b_flags = 0x%b, b_xflags=0x%b\n",
5351 db_printf("b_vflags=0x%b b_ioflags0x%b\n",
5354 db_printf(
5361 db_printf("b_kvabase = %p, b_kvasize = %d\n",
5365 db_printf("b_npages = %d, pages(OBJ, IDX, PA): ", bp->b_npages);
5370 db_printf("(%p, 0x%lx, 0x%lx)", m->object,
5374 db_printf("( ??? )");
5376 db_printf(",");
[all...]
H A Dkern_sx.c1495 db_printf(" state: ");
1497 db_printf("UNLOCKED\n");
1499 db_printf("DESTROYED\n");
1502 db_printf("SLOCK: %ju\n", (uintmax_t)SX_SHARERS(sx->sx_lock));
1505 db_printf("XLOCK: %p (tid %d, pid %d, \"%s\")\n", td,
1508 db_printf(" recursed: %d\n", sx->sx_recurse);
1511 db_printf(" waiters: ");
1515 db_printf("shared\n");
1518 db_printf("exclusive\n");
1521 db_printf("exclusiv
[all...]
H A Dkern_rmlock.c823 db_printf(" thread %p (tid %d, pid %d, \"%s\") {", td, td->td_tid,
826 db_printf("ONQUEUE");
828 db_printf(",SIGNAL");
830 db_printf("0");
831 db_printf("}\n");
844 db_printf(" writecpus: ");
846 db_printf("\n");
847 db_printf(" per-CPU readers:\n");
855 db_printf(" active readers:\n");
859 db_printf("Backin
[all...]
H A Dkern_lock.c1798 db_printf("blocked on lockmgr %s", lk->lock_object.lo_name);
1800 db_printf("SHARED (count %ju)\n",
1803 db_printf("EXCL\n");
1817 db_printf(" state: ");
1819 db_printf("UNLOCKED\n");
1821 db_printf("SLOCK: %ju\n", (uintmax_t)LK_SHARERS(lk->lk_lock));
1825 db_printf("XLOCK: LK_KERNPROC\n");
1827 db_printf("XLOCK: %p (tid %d, pid %d, \"%s\")\n", td,
1831 db_printf(" recursed: %d\n", lk->lk_recurse);
1833 db_printf(" waiter
[all...]
H A Duipc_usrreq.c2889 db_printf(" ");
2899 db_printf("%sUNP_HAVEPC", comma ? ", " : "");
2903 db_printf("%sUNP_WANTCRED_ALWAYS", comma ? ", " : "");
2907 db_printf("%sUNP_WANTCRED_ONESHOT", comma ? ", " : "");
2911 db_printf("%sUNP_CONNWAIT", comma ? ", " : "");
2915 db_printf("%sUNP_CONNECTING", comma ? ", " : "");
2919 db_printf("%sUNP_BINDING", comma ? ", " : "");
2930 db_printf("cr_version: %u cr_uid: %u cr_pid: %d cr_ngroups: %d\n",
2933 db_printf("cr_groups: ");
2936 db_printf("
[all...]
H A Dsubr_rangeset.c350 db_printf("show rangeset addr\n");
355 db_printf("rangeset %p\n", rs);
361 db_printf(" el %p start %#jx end %#jx\n",
H A Dsubr_sleepqueue.c1484 db_printf("Unable to locate a sleep queue via %p\n", (void *)addr);
1487 db_printf("Wait channel: %p\n", sq->sq_wchan);
1488 db_printf("Queue type: %d\n", sq->sq_type);
1492 db_printf("Associated Interlock: %p - (%s) %s\n", lock,
1496 db_printf("Blocked threads:\n");
1498 db_printf("\nQueue[%d]:\n", i);
1500 db_printf("\tempty\n");
1504 db_printf("\t%p (tid %d, pid %d, \"%s\")\n", td,
1508 db_printf("(expected: %u)\n", sq->sq_blockedcnt[i]);
/freebsd-13-stable/sys/ddb/
H A Ddb_capture.c280 db_printf("Capture already started\n");
296 db_printf("Capture not started\n");
358 db_printf("%u/%u bytes used\n", db_capture_bufoff,
361 db_printf("capture is on\n");
363 db_printf("capture is off\n");
H A Ddb_variables.c142 db_printf("$%s\n", vp->name);
145 db_printf("$%-8s = %ld\n",
H A Ddb_main.c253 db_printf("After %d instructions (%d loads, %d stores),\n",
261 db_printf("Breakpoint at\t");
263 db_printf("Watchpoint at\t");
265 db_printf("Stopped at\t");
H A Ddb_textdump.c530 db_printf("textdump [unset|set|status|dump]\n");
549 db_printf("textdump set\n");
552 db_printf("textdump is set\n");
554 db_printf("textdump is not set\n");
557 db_printf("textdump unset\n");
H A Ddb_run.c177 db_printf("\t\t");
194 db_printf("[after %6d] ", db_inst_count);
196 db_printf(" ");
/freebsd-13-stable/sys/arm/arm/
H A Ddb_interface.c156 db_printf("curpmap = %p\n", pc->pc_curpmap);
191 db_printf("address %p is invalid\n", src);
207 db_printf("address %p is invalid\n", src);
226 db_printf("address %p is invalid\n", dst);
239 db_printf("address %p is invalid\n", dst);
H A Dunwind.c476 db_printf("Unhandled instruction %.2x\n", insn);
486 db_printf("fp = %08x, sp = %08x, lr = %08x, pc = %08x\n",
514 db_printf("Unknown entry: %x\n", entry);
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_drv.c1095 db_printf(
1099 db_printf("left ");
1102 db_printf("NULL ");
1104 db_printf("%jx ", l->start);
1105 db_printf("right ");
1108 db_printf("NULL");
1110 db_printf("%jx", r->start);
1111 db_printf("\n");
1118 db_printf(
1135 db_printf(
[all...]
/freebsd-13-stable/sys/netinet/
H A Din_pcb.c3053 db_printf(" ");
3062 db_printf("%s at %p\n", name, inc);
3079 db_printf("inc_laddr %s inc_lport %u\n", laddr_str,
3082 db_printf("inc_faddr %s inc_fport %u\n", faddr_str,
3093 db_printf("%sINP_RECVOPTS", comma ? ", " : "");
3097 db_printf("%sINP_RECVRETOPTS", comma ? ", " : "");
3101 db_printf("%sINP_RECVDSTADDR", comma ? ", " : "");
3105 db_printf("%sINP_ORIGDSTADDR", comma ? ", " : "");
3109 db_printf("%sINP_HDRINCL", comma ? ", " : "");
3113 db_printf("
[all...]
/freebsd-13-stable/sys/gdb/
H A Dnetgdb.c352 db_printf("Error configuring netgdb: %d\n", error);
389 db_printf("The remote GDB backend could not be selected.\n");
400 db_printf("(detaching GDB will return control to DDB)\n");
403 db_printf("(ctrl-c will return control to ddb)\n");
/freebsd-13-stable/sys/mips/mips/
H A Dvm_machdep.c490 db_printf(" %-12s %p\n", #regname, (void *)(intptr_t)((ptr)->regname))
493 db_printf(" %-12s %p\n", #regname, (void *)(intptr_t)((ptr)->arrname[regname]))
499 db_printf("Trapframe at %p\n", trapframe);
566 db_printf("Thread %d at %p\n", td->td_tid, td);
568 db_printf("PCB at %p\n", pcb);
573 db_printf("PCB Context:\n");
589 db_printf("PCB onfault = %p\n", pcb->pcb_onfault);
590 db_printf("md_saved_intr = 0x%0lx\n", (long)td->td_md.md_saved_intr);
591 db_printf("md_spinlock_count = %d\n", td->td_md.md_spinlock_count);
594 db_printf("t
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Ddebug_monitor.c302 db_printf("\nhardware watchpoints:\n");
303 db_printf(" watch status type len address symbol\n");
304 db_printf(" ----- -------- ---------- --- ------------------ ------------------\n");
311 db_printf(" %-5d %-8s %10s %3d 0x%16lx ",
315 db_printf("\n");
317 db_printf(" %-5d disabled\n", i);
/freebsd-13-stable/sys/net/
H A Ddebugnet.c895 db_printf("%s:%s: octet %u expected number; found %d\n",
906 db_printf("%s:%s: octet %u out of range: %jd\n", __func__,
917 db_printf("%s:%s: octet %u expected '.'; found"
966 db_printf("%s: Bad syntax; expected '-', got %d\n",
973 db_printf("%s: Bad syntax; expected tIDENT, got %d\n",
979 db_printf("%s: Bad syntax; expected single option "
1008 db_printf("%s: Bad syntax; expected space after "
1016 db_printf("%s: Expected interface but got %d\n",
1031 db_printf("Could not locate interface %s\n",
1048 db_printf("
[all...]

Completed in 213 milliseconds

123456