Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 25 of 954) sorted by relevance

12345678910>>...39

/netbsd/src/tests/lib/libc/sys/
Dt_ptrace_amd64_wait.h50 DPRINTF("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
53 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
56 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in ATF_TC_BODY()
59 DPRINTF("Before exiting of the child process\n"); in ATF_TC_BODY()
62 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in ATF_TC_BODY()
64 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
69 DPRINTF("Call GETREGS for the child process\n"); in ATF_TC_BODY()
72 DPRINTF("RAX=%#" PRIxREGISTER "\n", r.regs[_REG_RAX]); in ATF_TC_BODY()
73 DPRINTF("RBX=%#" PRIxREGISTER "\n", r.regs[_REG_RBX]); in ATF_TC_BODY()
74 DPRINTF("RCX=%#" PRIxREGISTER "\n", r.regs[_REG_RCX]); in ATF_TC_BODY()
[all …]
Dt_ptrace_i386_wait.h47 DPRINTF("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
50 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
53 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in ATF_TC_BODY()
56 DPRINTF("Before exiting of the child process\n"); in ATF_TC_BODY()
59 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in ATF_TC_BODY()
61 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
66 DPRINTF("Call GETREGS for the child process\n"); in ATF_TC_BODY()
69 DPRINTF("EAX=%#" PRIxREGISTER "\n", r.r_eax); in ATF_TC_BODY()
70 DPRINTF("EBX=%#" PRIxREGISTER "\n", r.r_ebx); in ATF_TC_BODY()
71 DPRINTF("ECX=%#" PRIxREGISTER "\n", r.r_ecx); in ATF_TC_BODY()
[all …]
Dt_ptrace_lwp_wait.h44 DPRINTF("Storing tcb[] = %p from thread %d\n", *tcb, _lwp_self()); in lwpinfo_thread()
91 DPRINTF("Before forking process PID=%d\n", getpid()); in traceme_lwpinfo()
94 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in traceme_lwpinfo()
98 DPRINTF("Storing tcb[0] = %p\n", tcb[0]); in traceme_lwpinfo()
107 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in traceme_lwpinfo()
123 DPRINTF("Before raising %s from child\n", strsignal(sigval2)); in traceme_lwpinfo()
129 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in traceme_lwpinfo()
131 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in traceme_lwpinfo()
136 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for child"); in traceme_lwpinfo()
140 DPRINTF("Signal traced to lwpid=%d\n", info.psi_lwpid); in traceme_lwpinfo()
[all …]
Dt_ptrace_topology_wait.h48 DPRINTF("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
51 DPRINTF("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
54 DPRINTF("Parent process PID=%d, child2's PID=%d\n", in ATF_TC_BODY()
60 DPRINTF("Assert that our parent is PID1 (initproc)\n"); in ATF_TC_BODY()
63 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
71 DPRINTF("Parent process PID=%d, child1's PID=%d\n", getpid(), child1); in ATF_TC_BODY()
73 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
79 DPRINTF("Notify that child1 is dead\n"); in ATF_TC_BODY()
82 DPRINTF("Wait for exiting of child2\n"); in ATF_TC_BODY()
116 DPRINTF("Spawn tracee\n"); in tracer_sees_terminaton_before_the_parent_raw()
[all …]
Dt_ptrace_syscall_wait.h35 DPRINTF("Caught a signal %d in process %d\n", arg, getpid()); in syscall_sighand()
65 DPRINTF("Before forking process PID=%d\n", getpid()); in syscall_body()
68 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in syscall_body()
73 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in syscall_body()
82 DPRINTF("Before exiting of the child process\n"); in syscall_body()
85 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in syscall_body()
87 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in syscall_body()
92 DPRINTF("Before resuming the child process where it left off and " in syscall_body()
96 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in syscall_body()
101 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for child\n"); in syscall_body()
[all …]
Dt_ptrace_threads_wait.h72 DPRINTF("Before forking process PID=%d\n", getpid()); in trace_threads()
75 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in trace_threads()
84 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in trace_threads()
108 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in trace_threads()
110 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in trace_threads()
115 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for child\n"); in trace_threads()
119 DPRINTF("Signal traced to lwpid=%d\n", info.psi_lwpid); in trace_threads()
120 DPRINTF("Signal properties: si_signo=%#x si_code=%#x si_errno=%#x\n", in trace_threads()
127 DPRINTF("Set LWP event mask for the child %d\n", child); in trace_threads()
135 DPRINTF("Before resuming the child process where it left off and " in trace_threads()
[all …]
Dt_ptrace_signal_wait.h66 DPRINTF("Before forking process PID=%d\n", getpid()); in traceme_raise()
69 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in traceme_raise()
72 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in traceme_raise()
81 DPRINTF("Before exiting of the child process\n"); in traceme_raise()
85 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in traceme_raise()
87 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in traceme_raise()
100 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for " in traceme_raise()
105 DPRINTF("Signal traced to lwpid=%d\n", info.psi_lwpid); in traceme_raise()
106 DPRINTF("Signal properties: si_signo=%#x si_code=%#x " in traceme_raise()
114 DPRINTF("Assert that PT_GET_PROCESS_STATE returns non-error\n"); in traceme_raise()
[all …]
Dt_ptrace_fork_wait.h51 DPRINTF("Before forking process PID=%d\n", getpid()); in fork_body()
55 DPRINTF("Before entering new process group"); in fork_body()
59 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in fork_body()
62 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in fork_body()
83 DPRINTF("Before exiting of the child process\n"); in fork_body()
86 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in fork_body()
88 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in fork_body()
93 DPRINTF("Set 0%s%s%s%s in EVENT_MASK for the child %d\n", in fork_body()
122 DPRINTF("Before resuming the child process where it left off and " in fork_body()
130 DPRINTF("Before calling %s() for the child %d\n", TWAIT_FNAME, in fork_body()
[all …]
Dt_ptrace_clone_wait.h57 DPRINTF("Before forking process PID=%d\n", getpid()); in clone_body()
60 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in clone_body()
63 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in clone_body()
69 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), in clone_body()
78 DPRINTF("Before exiting of the child process\n"); in clone_body()
81 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in clone_body()
83 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in clone_body()
88 DPRINTF("Set 0%s%s%s in EVENT_MASK for the child %d\n", in clone_body()
101 DPRINTF("Before resuming the child process where it left off and " in clone_body()
108 DPRINTF("Before calling %s() for the child %d\n", TWAIT_FNAME, in clone_body()
[all …]
Dt_ptrace_x86_wait.h78 DPRINTF("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
81 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
84 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in ATF_TC_BODY()
87 DPRINTF("Before exiting of the child process\n"); in ATF_TC_BODY()
90 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in ATF_TC_BODY()
92 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
97 DPRINTF("Call GETDBREGS for the child process\n"); in ATF_TC_BODY()
100 DPRINTF("State of the debug registers:\n"); in ATF_TC_BODY()
102 DPRINTF("r[%zu]=%" PRIxREGISTER "\n", i, r.dr[i]); in ATF_TC_BODY()
104 DPRINTF("Before resuming the child process where it left off and " in ATF_TC_BODY()
[all …]
Dt_ptrace_register_wait.h57 DPRINTF("Before forking process PID=%d\n", getpid()); in access_regs()
60 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in access_regs()
63 DPRINTF("Before raising %s from child\n", strsignal(sigval)); in access_regs()
66 DPRINTF("Before exiting of the child process\n"); in access_regs()
69 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in access_regs()
71 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in access_regs()
78 DPRINTF("Call GETREGS for the child process\n"); in access_regs()
82 DPRINTF("Retrieved registers\n"); in access_regs()
85 DPRINTF("Retrieved %" PRIxREGISTER "\n", rgstr); in access_regs()
88 DPRINTF("Retrieved PC %" PRIxREGISTER "\n", rgstr); in access_regs()
[all …]
Dt_ptrace_exec_wait.h50 DPRINTF("Before forking process PID=%d\n", getpid()); in traceme_vfork_exec()
53 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid()); in traceme_vfork_exec()
69 DPRINTF("Before calling execve(2) from child\n"); in traceme_vfork_exec()
75 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child); in traceme_vfork_exec()
77 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME); in traceme_vfork_exec()
102 DPRINTF("kp_sigmask=" in traceme_vfork_exec()
107 DPRINTF("kp.p_sigmask=" in traceme_vfork_exec()
117 DPRINTF("kp_sigignore=" in traceme_vfork_exec()
122 DPRINTF("kp.p_sigignore=" in traceme_vfork_exec()
131 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for child\n"); in traceme_vfork_exec()
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/dev/
Dsh3_dev.cpp107 DPRINTF((TEXT("ICR0 0x%08x\n"), _reg_read_2(SH3_ICR0))); in icu_dump()
108 DPRINTF((TEXT("ICR1 0x%08x\n"), _reg_read_2(SH3_ICR1))); in icu_dump()
109 DPRINTF((TEXT("ICR2 0x%08x\n"), _reg_read_2(SH3_ICR2))); in icu_dump()
110 DPRINTF((TEXT("PINTER 0x%08x\n"), _reg_read_2(SH3_PINTER))); in icu_dump()
111 DPRINTF((TEXT("IPRA 0x%08x\n"), _reg_read_2(SH3_IPRA))); in icu_dump()
112 DPRINTF((TEXT("IPRB 0x%08x\n"), _reg_read_2(SH3_IPRB))); in icu_dump()
113 DPRINTF((TEXT("IPRC 0x%08x\n"), _reg_read_2(SH3_IPRC))); in icu_dump()
114 DPRINTF((TEXT("IPRD 0x%08x\n"), _reg_read_2(SH3_IPRD))); in icu_dump()
115 DPRINTF((TEXT("IPRE 0x%08x\n"), _reg_read_2(SH3_IPRE))); in icu_dump()
116 DPRINTF((TEXT("IRR0 0x%08x\n"), _reg_read_1(SH3_IRR0))); in icu_dump()
[all …]
/netbsd/src/sys/arch/mips/mips/
Dkobj_machdep.c56 #define DPRINTF(fmt, args...) \ macro
59 #define DPRINTF(fmt, args...) __nothing macro
73 DPRINTF("%s(kobj %p, reloc %#lx,\n data %p, rela %d, local %d)\n", in kobj_reloc()
101 DPRINTF(" reloc R_MIPS_NONE\n"); in kobj_reloc()
105 DPRINTF(" reloc R_MIPS_32\n"); in kobj_reloc()
111 DPRINTF(" orig = 0x%08x\n", *where32); in kobj_reloc()
113 DPRINTF(" new = 0x%08x\n", *where32); in kobj_reloc()
118 DPRINTF(" reloc R_MIPS_26 (untested)\n"); in kobj_reloc()
130 DPRINTF(" orig insn = 0x%08x\n", *insn); in kobj_reloc()
132 DPRINTF(" new insn = 0x%08x\n", *insn); in kobj_reloc()
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/
Dsh_mmu.cpp104 DPRINTF((TEXT("unknown architecture.\n"))); in CacheDump()
109 DPRINTF((TEXT("cache %Sabled"), in CacheDump()
112 DPRINTF((TEXT(" ram-mode"))); in CacheDump()
119 DPRINTF((TEXT("I-cache %Sabled"), in CacheDump()
122 DPRINTF((TEXT(" index-mode "))); in CacheDump()
123 DPRINTF((TEXT(" D-cache %Sabled"), in CacheDump()
126 DPRINTF((TEXT(" index-mode"))); in CacheDump()
128 DPRINTF((TEXT(" ram-mode"))); in CacheDump()
134 DPRINTF((TEXT("."))); in CacheDump()
137 DPRINTF((TEXT(" P0, U0, P3 write-%S P1 write-%S\n"), in CacheDump()
[all …]
/netbsd/src/sys/netinet/
Dportalgo.c84 #define DPRINTF if (portalgo_debug) printf macro
86 #define DPRINTF while (/*CONSTCOND*/0) printf macro
223 DPRINTF("%s mymin:%d mymax:%d lastport:%d\n", __func__, in pcb_getports()
229 DPRINTF("%s portalgo_proto:%d portalgo_af:%d portalgo_range:%d\n", in pcb_getports()
252 DPRINTF("%s called for argument %d\n", __func__, port); in check_suitable_port()
267 DPRINTF("%s inpcb_lookup_local returned %p and " in check_suitable_port()
288 DPRINTF("%s kauth_authorize_network returned %d\n", in check_suitable_port()
292 DPRINTF("%s port approved\n", __func__); in check_suitable_port()
322 DPRINTF("%s inpcb_lookup_local returned " in check_suitable_port()
332 DPRINTF("%s in6pcb_lookup_local returned " in check_suitable_port()
[all …]
/netbsd/src/sys/arch/m68k/fpe/
Dfpu_calcea.c48 #define DPRINTF(x) printf x macro
50 #define DPRINTF(x) do {} while (/* CONSTCOND */ 0) macro
90 DPRINTF(("%s: register direct reg=%d\n", in fpu_decode_ea()
96 DPRINTF(("%s: immediate size=%d\n", in fpu_decode_ea()
108 DPRINTF(("%s: 68LC040 - in-frame EA (%p) size %d\n", in fpu_decode_ea()
132 DPRINTF(("%s: register indirect reg=%d\n", in fpu_decode_ea()
138 DPRINTF(("%s: reg indirect postincrement reg=%d\n", in fpu_decode_ea()
144 DPRINTF(("%s: reg indirect predecrement reg=%d\n", in fpu_decode_ea()
151 DPRINTF(("%s: reg indirect with displacement reg=%d\n", in fpu_decode_ea()
168 DPRINTF(("%s: absolute address (word)\n", in fpu_decode_ea()
[all …]
/netbsd/src/sys/arch/evbarm/stand/boot2440/
Ds3csdi.c44 #define DPRINTF(s) do {printf s; } while (/*CONSTCOND*/0) macro
46 #define DPRINTF(s) do {} while (/*CONSTCOND*/0) macro
74 DPRINTF(("CLKCON: 0x%X\n", *(volatile uint32_t*)(S3C2440_CLKMAN_BASE + CLKMAN_CLKCON))); in s3csd_init()
76 DPRINTF(("SDI_INT_MASK: 0x%X\n", SDI_REG(SDI_INT_MASK))); in s3csd_init()
127 DPRINTF(("Using divisor %d: %d/%d = %d\n", div, clk, in s3csd_bus_clock()
165 DPRINTF(("s3csd_exec_cmd\n")); in s3csd_exec_cmd()
183 DPRINTF(("DATA, datalen: %d, blk_size: %d, offset: %d\n", cmd->c_datalen, in s3csd_exec_cmd()
198 DPRINTF(("Reading %d bytes\n", cmd->c_datalen)); in s3csd_exec_cmd()
216 DPRINTF(("Writing %d bytes\n", cmd->c_datalen)); in s3csd_exec_cmd()
217 DPRINTF(("Requesting %d blocks\n", in s3csd_exec_cmd()
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/arm/
Darm_pxa2x0.cpp72 DPRINTF((TEXT("PXA-2x0 CPU.\n"))); in PXA2X0Architecture()
83 DPRINTF((TEXT("can't initialize memory manager.\n"))); in init()
94 DPRINTF((TEXT("D-cache size = %d\n"), dcachesize)); in init()
97 DPRINTF((TEXT("Testing framebuffer.\n"))); in init()
100 DPRINTF((TEXT("Testing UART.\n"))); in init()
105 DPRINTF((TEXT("Dump peripheral registers.\n"))); in init()
111 DPRINTF((TEXT("Dump CS area (size = %d)\n"), dumpsize)); in init()
121 DPRINTF((TEXT("No framebuffer test yet.\n"))); in testFramebuffer()
164 DPRINTF((TEXT("2nd bootloader size(%dbyte) is larger than page size(%d).\n"), in setupLoader()
172 DPRINTF((TEXT("can't get page for 2nd loader.\n"))); in setupLoader()
[all …]
/netbsd/src/sys/arch/ews4800mips/ews4800mips/
Dpdinfo.c43 #define DPRINTF(fmt, args...) printf(fmt, ##args) macro
45 #define DPRINTF(arg...) ((void)0) macro
76 DPRINTF("no physical disk info.\n"); in pdinfo_sanity()
84 DPRINTF("physical disk sector size %dbyte\n", sizeof *disk); in pdinfo_sanity()
85 DPRINTF("[disk]\n"); in pdinfo_sanity()
86 DPRINTF("drive_id = %#x\n", disk->drive_id); in pdinfo_sanity()
87 DPRINTF("magic = %#x\n", disk->magic); in pdinfo_sanity()
88 DPRINTF("version = %d\n", disk->version); in pdinfo_sanity()
89 DPRINTF("serial # %s\n", disk->device_serial_number); in pdinfo_sanity()
90 #define _(x) DPRINTF(#x " = %d\n", geom->x); in pdinfo_sanity()
[all …]
/netbsd/src/sys/dev/pcmcia/
Dpcmcia_cis.c46 #define DPRINTF(arg) if (pcmciacis_debug) printf arg macro
48 #define DPRINTF(arg) macro
181 DPRINTF(("cis mem map %x\n", (unsigned int) tuple.memh)); in pcmcia_scan_cis()
192 DPRINTF(("%s: CIS tuple chain:\n", device_xname(sc->dev))); in pcmcia_scan_cis()
206 DPRINTF(("CISTPL_END (too long CIS)\n")); in pcmcia_scan_cis()
218 DPRINTF((" 00\nCISTPL_NONE\n")); in pcmcia_scan_cis()
222 DPRINTF((" ff\nCISTPL_END\n")); in pcmcia_scan_cis()
244 DPRINTF((" %02x %02x", tuple.code, in pcmcia_scan_cis()
248 DPRINTF((" %02x", in pcmcia_scan_cis()
251 DPRINTF(("\n")); in pcmcia_scan_cis()
[all …]
/netbsd/src/sys/dev/hpc/
Dhpcapm.c58 #define DPRINTF(arg) do { if (hpcapm_debug) printf arg; } while(0); macro
61 #define DPRINTF(arg) do { } while (0); macro
187 DPRINTF(("hpcapm: suspend request\n")); in hpcapm_hook()
196 DPRINTF(("hpcapm: battery state critical\n")); in hpcapm_hook()
203 DPRINTF(("hpcapm: battery state low\n")); in hpcapm_hook()
209 DPRINTF(("hpcapm: battery state high\n")); in hpcapm_hook()
215 DPRINTF(("hpcapm: battery life 10%%\n")); in hpcapm_hook()
219 DPRINTF(("hpcapm: battery life 20%%\n")); in hpcapm_hook()
223 DPRINTF(("hpcapm: battery life 30%%\n")); in hpcapm_hook()
227 DPRINTF(("hpcapm: battery life 40%%\n")); in hpcapm_hook()
[all …]
/netbsd/src/sys/arch/zaurus/dev/
Dzapm.c45 #define DPRINTF(x) printf x macro
47 #define DPRINTF(x) do { } while (/*CONSTCOND*/0) macro
233 DPRINTF(("zapm: suspend request\n")); in zapm_hook()
242 DPRINTF(("zapm: battery state critical\n")); in zapm_hook()
249 DPRINTF(("zapm: battery state low\n")); in zapm_hook()
255 DPRINTF(("zapm: battery state high\n")); in zapm_hook()
261 DPRINTF(("zapm: battery life 10%%\n")); in zapm_hook()
265 DPRINTF(("zapm: battery life 20%%\n")); in zapm_hook()
269 DPRINTF(("zapm: battery life 30%%\n")); in zapm_hook()
273 DPRINTF(("zapm: battery life 40%%\n")); in zapm_hook()
[all …]
/netbsd/src/sys/arch/news68k/stand/bootxx/
Dbootxx.c75 # define DPRINTF printf macro
77 # define DPRINTF while (0) printf macro
94 DPRINTF("\n"); in bootxx()
95 DPRINTF("d4 %x\n", d4); in bootxx()
96 DPRINTF("d5 %x (%s)\n", d5, (char *)d5); in bootxx()
97 DPRINTF("d6 %x\n", d6); in bootxx()
98 DPRINTF("d7 %x\n", d7); in bootxx()
100 DPRINTF("block_size = %d\n", bbinfo.bbi_block_size); in bootxx()
101 DPRINTF("block_count = %d\n", bbinfo.bbi_block_count); in bootxx()
102 DPRINTF("entry_point = %p\n", entry_point); in bootxx()
[all …]
/netbsd/src/sys/arch/newsmips/stand/bootxx/
Dbootxx.c52 # define DPRINTF printf macro
54 # define DPRINTF while (0) printf macro
84 DPRINTF("\n"); in bootxx()
85 DPRINTF("a0 %x\n", a0); in bootxx()
86 DPRINTF("a1 %x\n", a1); in bootxx()
87 DPRINTF("a2 %x (%s)\n", a2, (char *)a2); in bootxx()
88 DPRINTF("a3 %x\n", a3); in bootxx()
89 DPRINTF("a4 %x\n", a4); in bootxx()
90 DPRINTF("a5 %x\n", a5); in bootxx()
92 DPRINTF("block_size = %d\n", bbinfo.bbi_block_size); in bootxx()
[all …]

12345678910>>...39