HomeSort by: relevance | last modified time | path
    Searched refs:DPRINTF (Results 1 - 25 of 940) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/lib/libc/sys/
t_ptrace_i386_wait.h 47 DPRINTF("Before forking process PID=%d\n", getpid());
50 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
53 DPRINTF("Before raising %s from child\n", strsignal(sigval));
56 DPRINTF("Before exiting of the child process\n");
59 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
61 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
66 DPRINTF("Call GETREGS for the child process\n");
69 DPRINTF("EAX=%#" PRIxREGISTER "\n", r.r_eax);
70 DPRINTF("EBX=%#" PRIxREGISTER "\n", r.r_ebx);
71 DPRINTF("ECX=%#" PRIxREGISTER "\n", r.r_ecx)
    [all...]
t_ptrace_amd64_wait.h 50 DPRINTF("Before forking process PID=%d\n", getpid());
53 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
56 DPRINTF("Before raising %s from child\n", strsignal(sigval));
59 DPRINTF("Before exiting of the child process\n");
62 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
64 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
69 DPRINTF("Call GETREGS for the child process\n");
72 DPRINTF("RAX=%#" PRIxREGISTER "\n", r.regs[_REG_RAX]);
73 DPRINTF("RBX=%#" PRIxREGISTER "\n", r.regs[_REG_RBX]);
74 DPRINTF("RCX=%#" PRIxREGISTER "\n", r.regs[_REG_RCX])
    [all...]
t_ptrace_register_wait.h 57 DPRINTF("Before forking process PID=%d\n", getpid());
60 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
63 DPRINTF("Before raising %s from child\n", strsignal(sigval));
66 DPRINTF("Before exiting of the child process\n");
69 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
71 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
78 DPRINTF("Call GETREGS for the child process\n");
82 DPRINTF("Retrieved registers\n");
85 DPRINTF("Retrieved %" PRIxREGISTER "\n", rgstr);
88 DPRINTF("Retrieved PC %" PRIxREGISTER "\n", rgstr)
    [all...]
t_ptrace_topology_wait.h 48 DPRINTF("Before forking process PID=%d\n", getpid());
51 DPRINTF("Before forking process PID=%d\n", getpid());
54 DPRINTF("Parent process PID=%d, child2's PID=%d\n",
60 DPRINTF("Assert that our parent is PID1 (initproc)\n");
63 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
71 DPRINTF("Parent process PID=%d, child1's PID=%d\n", getpid(), child1);
73 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
79 DPRINTF("Notify that child1 is dead\n");
82 DPRINTF("Wait for exiting of child2\n");
116 DPRINTF("Spawn tracee\n")
    [all...]
t_ptrace_syscall_wait.h 35 DPRINTF("Caught a signal %d in process %d\n", arg, getpid());
65 DPRINTF("Before forking process PID=%d\n", getpid());
68 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
73 DPRINTF("Before raising %s from child\n", strsignal(sigval));
82 DPRINTF("Before exiting of the child process\n");
85 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
87 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
92 DPRINTF("Before resuming the child process where it left off and "
96 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
101 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for child\n")
    [all...]
t_ptrace_misc_wait.h 46 DPRINTF("Before forking process PID=%d\n", getpid());
49 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
52 DPRINTF("Before raising %s from child\n", strsignal(sigval));
59 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
61 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
66 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for "
71 DPRINTF("Signal traced to lwpid=%d\n", info.psi_lwpid);
72 DPRINTF("Signal properties: si_signo=%#x si_code=%#x "
80 DPRINTF("Before resuming the child process in PC=0x0 "
89 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME)
    [all...]
t_ptrace_kill_wait.h 38 DPRINTF("Before forking process PID=%d\n", getpid());
41 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
44 DPRINTF("Before raising %s from child\n", strsignal(sigval));
51 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
53 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
58 DPRINTF("Before killing the child process with %s\n", type);
68 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
73 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
t_ptrace_eventmask_wait.h 41 DPRINTF("Before forking process PID=%d\n", getpid());
44 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
47 DPRINTF("Before raising %s from child\n", strsignal(sigval));
50 DPRINTF("Before exiting of the child process\n");
53 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
55 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
65 DPRINTF("set_event=%#x get_event=%#x\n", set_event.pe_set_event,
69 DPRINTF("Before resuming the child process where it left off and "
73 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
78 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME)
    [all...]
t_ptrace_lwp_wait.h 44 DPRINTF("Storing tcb[] = %p from thread %d\n", *tcb, _lwp_self());
91 DPRINTF("Before forking process PID=%d\n", getpid());
94 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
98 DPRINTF("Storing tcb[0] = %p\n", tcb[0]);
107 DPRINTF("Before raising %s from child\n", strsignal(sigval));
123 DPRINTF("Before raising %s from child\n", strsignal(sigval2));
129 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
131 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
136 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for child");
140 DPRINTF("Signal traced to lwpid=%d\n", info.psi_lwpid)
    [all...]
  /src/sys/compat/aoutm68k/
aoutm68k_util.h 38 #define DPRINTF(a) uprintf a;
40 #define DPRINTF(a)
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_arch.cpp 40 DPRINTF((TEXT("ARM architecture.\n")));
55 DPRINTF((TEXT("can't change to System mode\n")));
57 DPRINTF((TEXT("Reg0 :%08x\n"), GetCop15Reg0()));
58 DPRINTF((TEXT("Reg1 :%08x\n"), GetCop15Reg1()));
59 DPRINTF((TEXT("Reg2 :%08x\n"), GetCop15Reg2()));
60 DPRINTF((TEXT("Reg3 :%08x\n"), GetCop15Reg3()));
61 DPRINTF((TEXT("Reg5 :%08x\n"), GetCop15Reg5()));
62 DPRINTF((TEXT("Reg6 :%08x\n"), GetCop15Reg6()));
63 DPRINTF((TEXT("Reg13:%08x\n"), GetCop15Reg13()));
64 DPRINTF((TEXT("Reg14:%08x\n"), GetCop15Reg14()))
    [all...]
arm_mmu.cpp 39 DPRINTF((TEXT("Use ARM software MMU.\n")));
55 DPRINTF((TEXT("not System mode\n")));
64 DPRINTF((TEXT("page directory address=0x%08x->0x%08x(0x%08x)\n"),
80 DPRINTF((TEXT("Virtual Address 0x%08x"), vaddr));
82 DPRINTF((TEXT("(+PID)-> 0x%08x\n"), vaddr));
86 DPRINTF((TEXT("1st level descriptor 0x%08x(addr 0x%08x)\n"),
91 DPRINTF((TEXT("1st level descriptor fault.\n")));
96 DPRINTF((TEXT("section Physical Address 0x%08x\n"), paddr));
99 DPRINTF((TEXT("-> Level2 page descriptor.\n")));
103 DPRINTF((TEXT("2nd level descriptor 0x%08x(addr 0x%08x)\n")
    [all...]
  /src/share/examples/puffs/pgfs/
pgfs_debug.h 31 #define DPRINTF(...) _dprintf(__func__, __VA_ARGS__);
  /src/sys/arch/ews4800mips/ews4800mips/
pdinfo.c 43 #define DPRINTF(fmt, args...) printf(fmt, ##args)
45 #define DPRINTF(arg...) ((void)0)
76 DPRINTF("no physical disk info.\n");
84 DPRINTF("physical disk sector size %dbyte\n", sizeof *disk);
85 DPRINTF("[disk]\n");
86 DPRINTF("drive_id = %#x\n", disk->drive_id);
87 DPRINTF("magic = %#x\n", disk->magic);
88 DPRINTF("version = %d\n", disk->version);
89 DPRINTF("serial # %s\n", disk->device_serial_number);
90 #define _(x) DPRINTF(#x " = %d\n", geom->x)
    [all...]
vtoc.c 44 #define DPRINTF(fmt, args...) printf(fmt, ##args)
46 #define DPRINTF(arg...) ((void)0)
103 DPRINTF("Invalid VTOC.\n");
107 DPRINTF("[VTOC] (%d byte)\n", sizeof *vtoc);
108 DPRINTF("Bootinfo = %08x %08x %08x\n",
110 DPRINTF("Magic = %08x\n", vtoc->magic);
111 DPRINTF("Version = %d\n", vtoc->version);
112 DPRINTF("Volume = %s\n", vtoc->volume);
113 DPRINTF("Sector size = %d\n", vtoc->sector_size_byte);
114 DPRINTF("# of partitions = %d\n", vtoc->npartitions)
    [all...]
  /src/usr.sbin/perfused/
debug.c 43 DPRINTF("%p ", &addr[i]);
47 DPRINTF("%02x ",
50 DPRINTF(" ");
55 DPRINTF(" ");
61 DPRINTF("%c", isprint((int)c) ? c : '.');
63 DPRINTF(" ");
66 DPRINTF("\n");
  /src/sys/arch/news68k/stand/bootxx/
bootxx.c 75 # define DPRINTF printf
77 # define DPRINTF while (0) printf
94 DPRINTF("\n");
95 DPRINTF("d4 %x\n", d4);
96 DPRINTF("d5 %x (%s)\n", d5, (char *)d5);
97 DPRINTF("d6 %x\n", d6);
98 DPRINTF("d7 %x\n", d7);
100 DPRINTF("block_size = %d\n", bbinfo.bbi_block_size);
101 DPRINTF("block_count = %d\n", bbinfo.bbi_block_count);
102 DPRINTF("entry_point = %p\n", entry_point)
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh3_dev.cpp 107 DPRINTF((TEXT("ICR0 0x%08x\n"), _reg_read_2(SH3_ICR0)));
108 DPRINTF((TEXT("ICR1 0x%08x\n"), _reg_read_2(SH3_ICR1)));
109 DPRINTF((TEXT("ICR2 0x%08x\n"), _reg_read_2(SH3_ICR2)));
110 DPRINTF((TEXT("PINTER 0x%08x\n"), _reg_read_2(SH3_PINTER)));
111 DPRINTF((TEXT("IPRA 0x%08x\n"), _reg_read_2(SH3_IPRA)));
112 DPRINTF((TEXT("IPRB 0x%08x\n"), _reg_read_2(SH3_IPRB)));
113 DPRINTF((TEXT("IPRC 0x%08x\n"), _reg_read_2(SH3_IPRC)));
114 DPRINTF((TEXT("IPRD 0x%08x\n"), _reg_read_2(SH3_IPRD)));
115 DPRINTF((TEXT("IPRE 0x%08x\n"), _reg_read_2(SH3_IPRE)));
116 DPRINTF((TEXT("IRR0 0x%08x\n"), _reg_read_1(SH3_IRR0)))
    [all...]
sh4_dev.cpp 99 #define _(n) DPRINTF((TEXT("%S %S "), #n, ON(r, SH4_ICR_ ## n)))
106 DPRINTF((TEXT("ICR: ")));
108 DPRINTF((TEXT("0x%04x\n"), r));
119 DPRINTF((TEXT("%04x ", _reg_read_2(HD64465_NIRR))));
132 DPRINTF((TEXT("<<<HD64465>>>\n")));
134 DPRINTF((TEXT("not found.\n")));
138 DPRINTF((TEXT("SMSCR: "))); // standby
140 DPRINTF((TEXT("SPCCR: "))); // clock
143 DPRINTF((TEXT("\nNIRR: "))); // request
145 DPRINTF((TEXT("NIMR: "))); // mas
    [all...]
  /src/sys/arch/newsmips/stand/bootxx/
bootxx.c 52 # define DPRINTF printf
54 # define DPRINTF while (0) printf
84 DPRINTF("\n");
85 DPRINTF("a0 %x\n", a0);
86 DPRINTF("a1 %x\n", a1);
87 DPRINTF("a2 %x (%s)\n", a2, (char *)a2);
88 DPRINTF("a3 %x\n", a3);
89 DPRINTF("a4 %x\n", a4);
90 DPRINTF("a5 %x\n", a5);
92 DPRINTF("block_size = %d\n", bbinfo.bbi_block_size)
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/mips/
mips_arch.cpp 61 DPRINTF((TEXT("status register test\n")));
63 DPRINTF((TEXT("current value: 0x%08x\n"), r0));
66 DPRINTF((TEXT("write test: 0x%08x\n"), r1));
77 DPRINTF((TEXT("can't initialize memory manager.\n")));
99 DPRINTF((TEXT("kernel address access test: %S\n"),
105 DPRINTF((TEXT("can't get page for 2nd loader.\n")));
108 DPRINTF((TEXT("2nd bootloader vaddr=0x%08x paddr=0x%08x\n"),
112 DPRINTF((TEXT("2nd bootloader copy done.\n")));
135 DPRINTF((TEXT("SetKMode(1) failed.\n")));
138 DPRINTF((TEXT("jump to 0x%08x (info=0x%08x, pvec=0x%08x)\n")
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_mmu.cpp 104 DPRINTF((TEXT("unknown architecture.\n")));
109 DPRINTF((TEXT("cache %Sabled"),
112 DPRINTF((TEXT(" ram-mode")));
119 DPRINTF((TEXT("I-cache %Sabled"),
122 DPRINTF((TEXT(" index-mode ")));
123 DPRINTF((TEXT(" D-cache %Sabled"),
126 DPRINTF((TEXT(" index-mode")));
128 DPRINTF((TEXT(" ram-mode")));
134 DPRINTF((TEXT(".")));
137 DPRINTF((TEXT(" P0, U0, P3 write-%S P1 write-%S\n")
    [all...]
  /src/sys/arch/mips/mips/
kobj_machdep.c 56 #define DPRINTF(fmt, args...) \
59 #define DPRINTF(fmt, args...) __nothing
73 DPRINTF("%s(kobj %p, reloc %#lx,\n data %p, rela %d, local %d)\n",
101 DPRINTF(" reloc R_MIPS_NONE\n");
105 DPRINTF(" reloc R_MIPS_32\n");
111 DPRINTF(" orig = 0x%08x\n", *where32);
113 DPRINTF(" new = 0x%08x\n", *where32);
118 DPRINTF(" reloc R_MIPS_26 (untested)\n");
130 DPRINTF(" orig insn = 0x%08x\n", *insn);
132 DPRINTF(" new insn = 0x%08x\n", *insn)
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
load_coff.cpp 34 #undef DPRINTF // trash coff_machdep.h 's define.
46 DPRINTF((TEXT("Loader: COFF\n")));
67 DPRINTF((TEXT("file size: text 0x%x + data 0x%x = 0x%x byte\n"),
76 DPRINTF((TEXT("kernel entry address: 0x%08x\n"), _ah->a_entry));
96 DPRINTF((TEXT("[text]")));
102 DPRINTF((TEXT("[data]")));
109 DPRINTF((TEXT("[bss ]")));
120 DPRINTF((TEXT("coff loader not implemented.\n")));
128 DPRINTF((TEXT("not a COFF file.\n")));
  /src/sys/arch/sun68k/stand/libsa/
promdev.c 46 # define DPRINTF(fmt, ...) \
52 # define DPRINTF(fmt, ...)
78 DPRINTF("Boot device type: %s", ops->b_desc);
102 DPRINTF("devaddr=%#x", si->si_devaddr);
107 DPRINTF("dmaaddr=%#x", si->si_dmaaddr);
112 DPRINTF("devdata=%#x", si->si_devdata);
117 DPRINTF("calling prom open... %p", si);
119 DPRINTF("prom open returned %d", error);
144 DPRINTF("calling prom close... %p", si);

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>