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

123456

/freebsd-13-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.c346 db_printf("dpcpu_off[%2d] = 0x%jx (+ DPCPU_START = %p)\n",
357 db_printf("cpuid = %d\n", pc->pc_cpuid);
358 db_printf("dynamic pcpu = %p\n", (void *)pc->pc_dynamic);
359 db_printf("curthread = ");
362 db_printf("%p: pid %d tid %d critnest %d \"%s\"\n", td,
366 db_printf("none\n");
367 db_printf("curpcb = %p\n", pc->pc_curpcb);
368 db_printf("fpcurthread = ");
371 db_printf("%p: pid %d \"%s\"\n", td, td->td_proc->p_pid,
374 db_printf("non
[all...]
/freebsd-13-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-13-stable/sys/ddb/
H A Ddb_ps.c82 db_printf(" ");
84 db_printf("%c", args[i]);
115 db_printf(" pid ppid pgrp uid state wmesg wchan cmd\n");
117 db_printf(" pid ppid pgrp uid state wmesg wchan cmd\n");
154 db_printf("%5d %5d %5d %5d ", p->p_pid, pp->p_pid,
236 db_printf(" %-6.6s ", state);
239 db_printf(" (threaded) ");
241 db_printf(" (threaded) ");
244 db_printf("[");
245 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_thread.c51 db_printf("[ thread pid %d tid %ld ]\n", pid, (long)kdb_thread->td_tid);
65 db_printf("unable to switch to thread %ld\n",
71 db_printf("%d: invalid thread\n", (int)tid);
89 db_printf(" %6ld (%p) (stack %p) ", (long)thr->td_tid, thr,
95 db_printf("***\n");
97 db_printf("*** swapped out\n");
H A Ddb_watch.c84 db_printf("All watchpoints used.\n");
106 db_printf("No map.\n");
120 db_printf("Already set.\n");
126 db_printf("Too many watchpoints.\n");
157 db_printf("Not set.\n");
166 db_printf("No watchpoints set\n");
171 db_printf(" Map Address Size\n");
173 db_printf(" Map Address Size\n");
179 db_printf("%s%16p %16lx %lx\n",
181 db_printf("
[all...]
H A Ddb_command.c337 db_printf("%-16s", cmd->name);
342 db_printf("\nThe following have subcommands; append \"help\" "
347 db_printf("%-16s", cmd->name);
378 db_printf("Unrecognized input; use \"help\" "
393 db_printf("No such command; use \"help\" "
398 db_printf("Ambiguous\n");
403 db_printf("This is ddb(4), the kernel debugger; "
405 db_printf("Use \"bt\" for backtrace, \"dump\" for "
407 db_printf("Available commands:\n");
418 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");
451 db_printf("%+#lr", (long)off);
457 db_printf("%#lr", (unsigned long)off);
461 db_printf("
[all...]
/freebsd-13-stable/sys/amd64/amd64/
H A Ddb_interface.c100 db_printf("self = %p\n", pc->pc_prvspace);
101 db_printf("curpmap = %p\n", pc->pc_curpmap);
102 db_printf("tssp = %p\n", pc->pc_tssp);
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-13-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-13-stable/sys/arm/arm/
H A Dmachdep_kdb.c51 db_printf("Cpu ID: 0x%08x\n", reg);
53 db_printf("Current Cache Lvl ID: 0x%08x\n",reg);
56 db_printf("Ctrl: 0x%08x\n",reg);
58 db_printf("Aux Ctrl: 0x%08x\n",reg);
61 db_printf("Processor Feat 0: 0x%08x\n", reg);
63 db_printf("Processor Feat 1: 0x%08x\n", reg);
65 db_printf("Debug Feat 0: 0x%08x\n", reg);
67 db_printf("Auxiliary Feat 0: 0x%08x\n", reg);
69 db_printf("Memory Model Feat 0: 0x%08x\n", reg);
71 db_printf("Memor
[all...]
H A Ddb_trace.c79 db_printf("%s() at ", name);
81 db_printf("\n");
82 db_printf("\t pc = 0x%08x lr = 0x%08x (", state->start_pc,
85 db_printf(")\n");
86 db_printf("\t sp = 0x%08x fp = 0x%08x",
95 db_printf("%s%sr%d = 0x%08x", sep,
106 db_printf("\n");
121 db_printf("Unable to unwind into user mode\n");
124 db_printf("Unwind failure (no registers changed)\n");
/freebsd-13-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-13-stable/sys/powerpc/powerpc/
H A Ddb_trace.c193 db_printf("saved LR(0x%zx) is invalid.", lr);
198 db_printf("0x%016lx: ", stackframe);
200 db_printf("0x%08x: ", stackframe);
213 db_printf("%s ", tf->srr1 & PSL_PR ? "user" : "kernel");
218 db_printf("DSI %s trap @ %#zx by ",
222 db_printf("DSI %s trap @ %#zx by ",
228 db_printf("ALI trap @ %#zx (xSR %#x) ",
233 db_printf("DSE trap @ %#zx by ", tf->dar);
236 db_printf("ISE trap @ %#zx by ", tf->srr0);
261 db_printf("
[all...]
/freebsd-13-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);
H A Ddb_trace.c247 db_printf("%s(", name);
250 db_printf("%s=", *argnp++);
251 db_printf("%r", db_get_value((int)argp, 4, false));
254 db_printf(",");
257 db_printf(",...");
258 db_printf(") at ");
261 db_printf("/frame 0x%r", (register_t)frame);
262 db_printf("\n");
274 db_printf(" (%d", number);
281 db_printf(",
[all...]
/freebsd-13-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%x", imm);
426 db_printf("
[all...]
H A Ddb_trace.c80 db_printf("%s() at ", name);
82 db_printf("\n");
91 db_printf("--- invalid trapframe %p\n", tf);
96 db_printf("--- interrupt %ld\n",
99 db_printf("--- exception %ld, tval = %#lx\n",
/freebsd-13-stable/sys/arm64/arm64/
H A Ddb_trace.c74 db_printf("%s() at ", name);
76 db_printf("\n");
78 db_printf("\t pc = 0x%016lx lr = 0x%016lx\n", pc,
80 db_printf("\t sp = 0x%016lx fp = 0x%016lx\n", frame->sp,
83 db_printf("\n");
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmcs.c566 db_printf("VMX not enabled\n");
571 db_printf("Only current VMCS supported\n");
577 db_printf("No current VM context\n");
580 db_printf("VMCS: %jx\n", cur_vmcs);
581 db_printf("VPID: %lu\n", vmcs_read(VMCS_VPID));
582 db_printf("Activity: ");
586 db_printf("Active");
589 db_printf("HLT");
592 db_printf("Shutdown");
595 db_printf("Wai
[all...]
/freebsd-13-stable/sys/net/route/
H A Droute_ddb.c122 db_printf("%s <%s> ", name, res);
126 db_printf("%s <af:%d> ", name, sa->sa_family);
150 db_printf("flags ");
153 db_printf("none");
158 db_printf("%s", rt_flag_name(idx));
161 db_printf(",");
164 db_printf("\n");
184 db_printf("%s: AF %d not supported?\n",
192 db_printf("\n");
194 db_printf("Rout
[all...]
/freebsd-13-stable/sys/net/
H A Dif_debug.c60 db_printf("%s:\n", ifp->if_xname);
61 #define IF_DB_PRINTF(f, e) db_printf(" %s = " f "\n", #e, ifp->e);
109 db_printf("usage: show ifnet <struct ifnet *>\n");
125 db_printf("vnet=%p\n", curvnet);
131 db_printf( "%20s ifp=%p\n", ifp->if_xname, ifp);

Completed in 216 milliseconds

123456