Searched refs:db_printf (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-12-stable/sys/kern/
H A Duipc_debug.c54 db_printf("SOCK_STREAM");
58 db_printf("SOCK_DGRAM");
62 db_printf("SOCK_RAW");
66 db_printf("SOCK_RDM");
70 db_printf("SOCK_SEQPACKET");
74 db_printf("unknown");
86 db_printf("%sSO_DEBUG", comma ? ", " : "");
90 db_printf("%sSO_ACCEPTCONN", comma ? ", " : "");
94 db_printf("%sSO_REUSEADDR", comma ? ", " : "");
98 db_printf("
[all...]
H A Dsubr_pcpu.c343 db_printf("dpcpu_off[%2d] = 0x%jx (+ DPCPU_START = %p)\n",
354 db_printf("cpuid = %d\n", pc->pc_cpuid);
355 db_printf("dynamic pcpu = %p\n", (void *)pc->pc_dynamic);
356 db_printf("curthread = ");
359 db_printf("%p: pid %d tid %d \"%s\"\n", td, td->td_proc->p_pid,
362 db_printf("none\n");
363 db_printf("curpcb = %p\n", pc->pc_curpcb);
364 db_printf("fpcurthread = ");
367 db_printf("%p: pid %d \"%s\"\n", td, td->td_proc->p_pid,
370 db_printf("non
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_ddb.c64 db_printf("%s%-25s : ", prefix, name); \
66 db_printf("\n"); \
95 db_printf("usage: show sta <addr>\n");
104 db_printf("usage: show statab <addr>\n");
115 db_printf("usage: show vap <addr>\n");
140 db_printf("usage: show com <addr>\n");
186 db_printf("usage: show mesh <addr>\n");
197 db_printf("%stxampdu[%d]: %p flags %b %s\n",
200 db_printf("%s token %u lastsample %d pkts %d avgpps %d qbytes %d qframes %d\n",
203 db_printf("
[all...]
/freebsd-12-stable/sys/ddb/
H A Ddb_ps.c82 db_printf(" ");
84 db_printf("%c", args[i]);
125 db_printf(" pid ppid pgrp uid state wmesg wchan cmd\n");
127 db_printf(" pid ppid pgrp uid state wmesg wchan cmd\n");
131 db_printf("oops, ran out of processes early!\n");
140 db_printf("%5d %5d %5d %5d ", p->p_pid, pp->p_pid,
222 db_printf(" %-6.6s ", state);
225 db_printf(" (threaded) ");
227 db_printf(" (threaded) ");
230 db_printf("[");
[all...]
H A Ddb_examine.c98 db_printf("\n");
101 db_printf(":\t");
107 db_printf(":\t");
116 db_printf("%+-*lr", width, (long)value);
121 db_printf("%-*lx", width, (long)value);
126 db_printf("%-*ly", width, (long)value);
131 db_printf("%-*ld", width, (long)value);
136 db_printf("%-*lu", width, (long)value);
141 db_printf("%-*lo", width, (long)value);
147 db_printf("
[all...]
H A Ddb_print.c72 db_printf("previous trapframe unavailable");
81 db_printf("%-12s%#*lr", regp->name,
86 db_printf("\t%s", name);
88 db_printf("+%+#lr", (long)offset);
90 db_printf("\n");
H A Ddb_command.c336 db_printf("%-16s", cmd->name);
341 db_printf("\nThe following have subcommands; append \"help\" "
346 db_printf("%-16s", cmd->name);
377 db_printf("Unrecognized input; use \"help\" "
392 db_printf("No such command; use \"help\" "
397 db_printf("Ambiguous\n");
402 db_printf("This is ddb(4), the kernel debugger; "
404 db_printf("Use \"bt\" for backtrace, \"dump\" for "
406 db_printf("Available commands:\n");
417 db_printf("Subcomman
[all...]
H A Ddb_expr.c63 db_printf("Symbol '%s' not found\n", db_tok_string);
96 db_printf("Expression syntax error after '%c'\n", '(');
102 db_printf("Expression syntax error -- expected '%c'\n", ')');
120 db_printf("Expression syntax error after '%c'\n", '-');
129 db_printf("Expression syntax error after '%c'\n", '!');
138 db_printf("Expression syntax error after '%c'\n", '~');
148 db_printf("Expression syntax error after '%c'\n", '*');
173 db_printf("Expression syntax error after '%c'\n",
217 db_printf("Expression syntax error after '%c'\n",
253 db_printf("Expressio
[all...]
H A Ddb_sym.c89 db_printf("Invalid value: %d\n", *(int*)valuep);
96 db_printf("db_var_db_cpu: unknown operation\n");
115 db_printf("Read-only variable.\n");
119 db_printf("db_var_curcpu: unknown operation\n");
144 db_printf("db_var_db_vnet: unknown operation\n");
163 db_printf("Read-only variable.\n");
167 db_printf("db_var_curvnet: unknown operation\n");
440 db_printf("%+#lr", (long)off);
446 db_printf("%#lr", (unsigned long)off);
450 db_printf("
[all...]
H A Ddb_watch.c81 db_printf("All watchpoints used.\n");
103 db_printf("No map.\n");
117 db_printf("Already set.\n");
123 db_printf("Too many watchpoints.\n");
154 db_printf("Not set.\n");
163 db_printf("No watchpoints set\n");
168 db_printf(" Map Address Size\n");
170 db_printf(" Map Address Size\n");
176 db_printf("%s%16p %16lx %lx\n",
178 db_printf("
[all...]
H A Ddb_thread.c51 db_printf("[ thread pid %d tid %ld ]\n", pid, (long)kdb_thread->td_tid);
75 db_printf("unable to switch to thread %ld\n",
81 db_printf("%d: invalid thread\n", (int)tid);
99 db_printf(" %6ld (%p) (stack %p) ", (long)thr->td_tid, thr,
104 db_printf("***\n");
/freebsd-12-stable/sys/amd64/amd64/
H A Ddb_interface.c100 db_printf("curpmap = %p\n", pc->pc_curpmap);
101 db_printf("tssp = %p\n", pc->pc_tssp);
102 db_printf("commontssp = %p\n", pc->pc_commontssp);
103 db_printf("rsp0 = 0x%lx\n", pc->pc_rsp0);
104 db_printf("kcr3 = 0x%lx\n", pc->pc_kcr3);
105 db_printf("ucr3 = 0x%lx\n", pc->pc_ucr3);
106 db_printf("scr3 = 0x%lx\n", pc->pc_saved_ucr3);
107 db_printf("gs32p = %p\n", pc->pc_gs32p);
108 db_printf("ldt = %p\n", pc->pc_ldt);
109 db_printf("ts
[all...]
/freebsd-12-stable/sys/mips/mips/
H A Ddb_disasm.c165 db_printf("nop");
169 db_printf("move\t%s,%s",
173 db_printf("%s", spec_name[i.RType.func]);
184 db_printf("\t%s,%s,%d", reg_name[i.RType.rd],
194 db_printf("\t%s,%s,%s", reg_name[i.RType.rd],
200 db_printf("\t%s", reg_name[i.RType.rd]);
209 db_printf("\t%s", reg_name[i.RType.rs]);
220 db_printf("\t%s,%s",
229 db_printf("\t%d", (i.RType.rs << 5) | i.RType.rt);
233 db_printf("\
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep_kdb.c53 db_printf("Cpu ID: 0x%08x\n", reg);
55 db_printf("Current Cache Lvl ID: 0x%08x\n",reg);
58 db_printf("Ctrl: 0x%08x\n",reg);
60 db_printf("Aux Ctrl: 0x%08x\n",reg);
63 db_printf("Processor Feat 0: 0x%08x\n", reg);
65 db_printf("Processor Feat 1: 0x%08x\n", reg);
67 db_printf("Debug Feat 0: 0x%08x\n", reg);
69 db_printf("Auxiliary Feat 0: 0x%08x\n", reg);
71 db_printf("Memory Model Feat 0: 0x%08x\n", reg);
73 db_printf("Memor
[all...]
H A Ddb_trace.c80 db_printf("%s() at ", name);
82 db_printf("\n");
83 db_printf("\t pc = 0x%08x lr = 0x%08x (", state->start_pc,
86 db_printf(")\n");
87 db_printf("\t sp = 0x%08x fp = 0x%08x",
96 db_printf("%s%sr%d = 0x%08x", sep,
108 db_printf("\n");
123 db_printf("Unable to unwind into user mode\n");
126 db_printf("Unwind failure (no registers changed)\n");
/freebsd-12-stable/sys/netinet/
H A Din_debug.c53 #define SIN_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, sin->e);
54 db_printf("\tsockaddr_in = %p\n", sin);
59 db_printf("\t %s = %02x%02x%02x%02x%02x%02x%02x%02x\n",
75 db_printf("usage: show sin <struct sockaddr_in *>\n");
86 #define IA_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, ia->e);
87 #define IA_DB_RPINTF_PTR(f, e) db_printf("\t %s = " f "\n", #e, &ia->e);
88 #define IA_DB_RPINTF_DPTR(f, e) db_printf("\t *%s = " f "\n", #e, *ia->e);
89 db_printf("\tin_ifaddr = %p\n", ia);
111 db_printf("usage: show in_ifaddr <struct in_ifaddr *>\n");
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvmcs.c442 db_printf("VMX not enabled\n");
447 db_printf("Only current VMCS supported\n");
453 db_printf("No current VM context\n");
456 db_printf("VMCS: %jx\n", cur_vmcs);
457 db_printf("VPID: %lu\n", vmcs_read(VMCS_VPID));
458 db_printf("Activity: ");
462 db_printf("Active");
465 db_printf("HLT");
468 db_printf("Shutdown");
471 db_printf("Wai
[all...]
/freebsd-12-stable/sys/powerpc/powerpc/
H A Ddb_trace.c194 db_printf("saved LR(0x%zx) is invalid.", lr);
199 db_printf("0x%016lx: ", stackframe);
201 db_printf("0x%08x: ", stackframe);
214 db_printf("%s ", tf->srr1 & PSL_PR ? "user" : "kernel");
219 db_printf("DSI %s trap @ %#zx by ",
223 db_printf("DSI %s trap @ %#zx by ",
229 db_printf("ALI trap @ %#zx (xSR %#x) ",
234 db_printf("DSE trap @ %#zx by ", tf->dar);
237 db_printf("ISE trap @ %#zx by ", tf->srr0);
261 db_printf("
[all...]
/freebsd-12-stable/sys/i386/i386/
H A Ddb_interface.c116 db_printf("APIC ID = %d\n", pc->pc_apic_id);
117 db_printf("currentldt = 0x%x\n", pc->pc_currentldt);
118 db_printf("trampstk = 0x%x\n", pc->pc_trampstk);
119 db_printf("kesp0 = 0x%x\n", pc->pc_kesp0);
120 db_printf("common_tssp = 0x%x\n", (u_int)pc->pc_common_tssp);
121 db_printf("tlb gen = %u\n", pc->pc_smp_tlb_done);
/freebsd-12-stable/sys/riscv/riscv/
H A Ddb_disasm.c365 db_printf("%s\t", op->name);
374 db_printf("%s", reg_name[rd]);
379 db_printf("%s", reg_name[rs2]);
386 db_printf("%d", imm);
394 db_printf("%d", imm);
397 db_printf("sp");
405 db_printf("%d", imm);
412 db_printf("%d", imm);
419 db_printf("0x%lx", imm);
426 db_printf("
[all...]
/freebsd-12-stable/sys/arm64/arm64/
H A Ddb_trace.c90 db_printf("%s() at ", name);
92 db_printf("\n");
94 db_printf("\t pc = 0x%016lx lr = 0x%016lx\n", pc,
96 db_printf("\t sp = 0x%016lx fp = 0x%016lx\n", frame->sp,
99 db_printf("\n");
H A Ddebug_monitor.c152 db_printf("trying to read from wrong debug register %d\n", n);
167 db_printf("trying to write to wrong debug register %d\n", n);
251 db_printf("\nhardware watchpoints:\n");
252 db_printf(" watch status type len address symbol\n");
253 db_printf(" ----- -------- ---------- --- ------------------ ------------------\n");
260 db_printf(" %-5d %-8s %10s %3d 0x%16lx ",
264 db_printf("\n");
266 db_printf(" %-5d disabled\n", i);
288 db_printf("Unsupported debug type\n");
317 db_printf("Unsupporte
[all...]
/freebsd-12-stable/sys/sparc64/sparc64/
H A Ddb_hwwatch.c165 db_printf("Overwriting previously active watch point at "
184 db_printf("\tat 0x%lx, active bytes: ", (u_long)wp);
187 db_printf("%d ", i);
190 db_printf("none");
191 db_printf("\n");
201 db_printf("Physical address watchpoint:\n");
206 db_printf("\tnot active.\n");
207 db_printf("Virtual address watchpoint:\n");
212 db_printf("\tnot active.\n");
H A Ddb_trace.c111 db_printf("user trace: trap %%o7=%#lx\n", o7);
113 db_printf("pc %#lx, sp %#lx\n", pc, sp);
134 db_printf("done\n");
159 db_printf("-- %s", trap_msg[type & ~T_KERNEL]);
164 db_printf(" tar=%#lx", tar);
173 db_printf(" sfar=%#lx sfsr=%#lx", sfar, sfsr);
179 db_printf(" tar=%#lx", tar);
184 db_printf(" (%ld", code);
190 db_printf(", %s, %s", p->p_sysent->sv_name,
193 db_printf(")");
[all...]
/freebsd-12-stable/sys/arm/mv/
H A Darmv5_machdep.c454 db_printf("Cpu ID: 0x%08x\n", reg);
456 db_printf("Current Cache Lvl ID: 0x%08x\n",reg);
459 db_printf("Ctrl: 0x%08x\n",reg);
461 db_printf("Aux Ctrl: 0x%08x\n",reg);
464 db_printf("Processor Feat 0: 0x%08x\n", reg);
466 db_printf("Processor Feat 1: 0x%08x\n", reg);
468 db_printf("Debug Feat 0: 0x%08x\n", reg);
470 db_printf("Auxiliary Feat 0: 0x%08x\n", reg);
472 db_printf("Memory Model Feat 0: 0x%08x\n", reg);
474 db_printf("Memor
[all...]

Completed in 288 milliseconds

123456