Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 151) sorted by relevance

1234567

/external/python/cpython2/Python/
Dthread_atheos.h106 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
113 dprintf(("PyThread_start_new_thread spawn_thread failed: %s\n", strerror(errno))); in PyThread_start_new_thread()
117 dprintf(("PyThread_start_new_thread resume_thread failed: %s\n", strerror(errno))); in PyThread_start_new_thread()
133 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
163 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
168 dprintf(("PyThread_allocate_lock failed: out of memory\n")); in PyThread_allocate_lock()
177 dprintf(("PyThread_allocate_lock failed: %s\n", in PyThread_allocate_lock()
182 dprintf(("PyThread_allocate_lock()-> %p\n", lock)); in PyThread_allocate_lock()
187 dprintf(("PyThread_allocate_lock failed: %s\n", in PyThread_allocate_lock()
191 dprintf(("PyThread_allocate_lock()-> %p\n", sema)); in PyThread_allocate_lock()
[all …]
Dthread_wince.h30 dprintf(("%ld: PyThread_start_new_thread called\n", PyThread_get_thread_ident())); in PyThread_start_new_thread()
38 dprintf(("%ld: PyThread_start_new_thread succeeded:\n", PyThread_get_thread_ident())); in PyThread_start_new_thread()
58 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread()
73 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
82 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock()
89 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock()
105dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", PyThread_get_thread_ident(),aLock, waitfla… in PyThread_acquire_lock()
123dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag… in PyThread_acquire_lock()
130 dprintf(("%ld: PyThread_release_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_release_lock()
133dprintf(("%ld: Could not PyThread_release_lock(%p) error: %l\n", PyThread_get_thread_ident(), aLoc… in PyThread_release_lock()
Dthread_sgi.h43 dprintf(("trying to use addr %p-%p for shared arena\n", addr, addr+size)); in PyThread__init_thread()
71dprintf(("arena start: %p, arena size: %ld\n", shared_arena, (long) usconfig(CONF_GETSIZE, shared… in PyThread__init_thread()
121 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
138 dprintf(("trying to use addr %p-%p for sproc\n", in PyThread_start_new_thread()
161 dprintf(("pidlist[%d] = %d\n", in PyThread_start_new_thread()
177 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
191 dprintf(("really exit (%d)\n", exit_status)); in PyThread_exit_thread()
196 dprintf(("waiting for other threads (%d)\n", nthreads)); in PyThread_exit_thread()
205 dprintf(("main thread is waiting\n")); in PyThread_exit_thread()
221 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
[all …]
Dthread_foobar.h19 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
35 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
47 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
51 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
58 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
66 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock()
67 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock()
74 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
Dthread_cthread.h35 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
56 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
70 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
80 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
87 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
96 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock()
103 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock()
110 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
Dthread_pthread.h172 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
244 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
262 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
278 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
289 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
320 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock()
337 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock()
348 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
365 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
388 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
[all …]
Dthread_nt.h133 dprintf(("%ld: PyThread_start_new_thread called\n", in PyThread_start_new_thread()
159 dprintf(("%ld: PyThread_start_new_thread failed, win32 error code %u\n", in PyThread_start_new_thread()
166 dprintf(("%ld: PyThread_start_new_thread failed, errno %d\n", in PyThread_start_new_thread()
173 dprintf(("%ld: PyThread_start_new_thread succeeded: %p\n", in PyThread_start_new_thread()
196 dprintf(("%ld: PyThread_exit_thread called\n", PyThread_get_thread_ident())); in PyThread_exit_thread()
216 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
222 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", PyThread_get_thread_ident(), aLock)); in PyThread_allocate_lock()
230 dprintf(("%ld: PyThread_free_lock(%p) called\n", PyThread_get_thread_ident(),aLock)); in PyThread_free_lock()
246dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", PyThread_get_thread_ident(),aLock, waitfla… in PyThread_acquire_lock()
250dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag… in PyThread_acquire_lock()
[all …]
Dthread_os2.h46 dprintf(("_beginthread failed. return %ld\n", errno)); in PyThread_start_new_thread()
74 dprintf(("%ld: PyThread_exit_thread called\n", in PyThread_exit_thread()
99 dprintf(("%ld: PyThread_allocate_lock() -> %lx\n", in PyThread_allocate_lock()
111 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
119 dprintf(("%ld: PyThread_allocate_lock() -> %p\n", in PyThread_allocate_lock()
134 dprintf(("%ld: PyThread_free_lock(%p) called\n", in PyThread_free_lock()
164 dprintf(("%ld: PyThread_acquire_lock(%p, %d) called\n", in PyThread_acquire_lock()
211 dprintf(("%ld: PyThread_release_lock(%p) called\n", in PyThread_release_lock()
220 dprintf(("%ld: Could not PyThread_release_lock(%p) error: %l\n", in PyThread_release_lock()
228 dprintf(("%ld: Could not PyThread_release_lock(%p) error: %l\n", in PyThread_release_lock()
Dthread_solaris.h44 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
70 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
84 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
94 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
101 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
111 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock()
120 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock()
127 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
Dthread_lwp.h33 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
52 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
66 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
74 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
80 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
89 dprintf(("PyThread_acquire_lock(%p, %d) called\n", lock, waitflag)); in PyThread_acquire_lock()
102 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success)); in PyThread_acquire_lock()
108 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FREQUENCY.c46 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY()
66 dprintf("\tfreq = { " in test_VIDIOC_G_FREQUENCY()
101 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_S32_MAX()
121 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_S32_MAX_1()
141 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_U32_MAX()
163 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_FREQUENCY_NULL()
169 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_FREQUENCY_NULL()
201 dprintf("\t%s:%u: VIDIOC_G_FREQUENCY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_S_FREQUENCY()
215 dprintf in test_VIDIOC_S_FREQUENCY()
230 dprintf in test_VIDIOC_S_FREQUENCY()
[all …]
Dv4l2_show.c34 dprintf("\treqbuf = { " in show_v4l2_requestbuffers()
50 dprintf("\tbuf = { " in show_v4l2_buffer()
88 dprintf(".m.userptr=0x%lx, ", buf->m.userptr); in show_v4l2_buffer()
90 dprintf("((__u8*)&.m)[%u]=0x%x, ", in show_v4l2_buffer()
97 dprintf(".m.offset=%u, ", buf->m.offset); in show_v4l2_buffer()
99 dprintf("((__u8*)&.m)[%u]=0x%x, ", in show_v4l2_buffer()
104 dprintf(".length=%u, " in show_v4l2_buffer()
113 dprintf("\tinput = {.index=%u, .name=\"%s\", " in show_v4l2_input()
132 dprintf("\tframesize = { .index=%u, " in show_v4l2_frmsizeenum()
139 dprintf(".discrete = { .width=%u, heigth=%u }, ", in show_v4l2_frmsizeenum()
[all …]
Dtest_VIDIOC_MODULATOR.c63 dprintf("\t%s:%u: VIDIOC_G_MODULATOR, ret_get=%i, errno_get=%i\n", in do_get_modulator()
103 dprintf("\tmodulator = { " in do_get_modulator()
123 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, in do_get_modulator()
125 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, in do_get_modulator()
163 dprintf("\t%s:%u: VIDIOC_G_MODULATOR, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_MODULATOR_S32_MAX()
166 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX()
168 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX()
187 dprintf("VIDIOC_G_MODULATOR, ret_get=%i\n", ret_get); in test_VIDIOC_G_MODULATOR_S32_MAX_1()
189 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX_1()
191 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_MODULATOR_S32_MAX_1()
[all …]
Dtest_VIDIOC_FMT.c200 dprintf("\t%s:%u: VIDIOC_G_FMT, type=%i, ret_get=%i, errno_get=%i\n", in do_get_formats()
209 dprintf("\tformat = {.type=0x%X, .fmt.pix = { " in do_get_formats()
233 dprintf(", 0x%x", in do_get_formats()
266 dprintf("\tformat = {.type=0x%X, .fmt.win={ " in do_get_formats()
292 dprintf(", 0x%x", in do_get_formats()
323 dprintf("\tformat = {.type=0x%X, .fmt.vbi={ " in do_get_formats()
352 dprintf(", 0x%x", in do_get_formats()
384 dprintf("\tformat = {.type=0x%X, " in do_get_formats()
403 dprintf(", 0x%x", in do_get_formats()
477 dprintf("\tformat = {.type=0x%X, ... }\n", format.type); in do_get_formats()
[all …]
Dtest_VIDIOC_TUNER.c103 dprintf("\t%s:%u: VIDIOC_G_TUNER, ret_get=%i, errno_get=%i\n", in do_get_tuner()
151 dprintf("\ttuner = { " in do_get_tuner()
178 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, in do_get_tuner()
180 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, in do_get_tuner()
218 dprintf("\t%s:%u: VIDIOC_G_TUNER, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_TUNER_S32_MAX()
221 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX()
223 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX()
242 dprintf("\t%s:%u: VIDIOC_G_TUNER, ret_get=%i\n", in test_VIDIOC_G_TUNER_S32_MAX_1()
245 dprintf("\t%s:%u: ret_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX_1()
247 dprintf("\t%s:%u: errno_get=%d (expected %d)\n", __FILE__, __LINE__, in test_VIDIOC_G_TUNER_S32_MAX_1()
[all …]
Dtest_VIDIOC_PRIORITY.c58 dprintf("\t%s:%u: set priority to %i\n", __FILE__, __LINE__, priority); in do_set_priority()
62 dprintf("\t%s:%u: VIDIOC_S_PRIORITY, ret_set=%i, errno_set=%i\n", in do_set_priority()
86 dprintf("\t%s:%u: try to set priority to %i\n", __FILE__, __LINE__, in do_set_invalid_priority()
91 dprintf("\t%s:%u: VIDIOC_S_PRIORITY, ret_set=%i, errno_set=%i\n", in do_set_invalid_priority()
118 dprintf in test_VIDIOC_G_PRIORITY()
144 dprintf("\t%s:%u: VIDIOC_G_PRIORITY: ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_PRIORITY_NULL()
150 dprintf("\t%s:%u: VIDIOC_G_PRIORITY: ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_PRIORITY_NULL()
175 dprintf("\t%s:%u: VIDIOC_G_PRIORITY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_S_PRIORITY()
182 dprintf("\torig_priority = %u\n", orig_priority); in test_VIDIOC_S_PRIORITY()
210 dprintf("\t%s:%u: VIDIOC_G_PRIORITY, ret_get=%i, errno_get=%i\n", in test_VIDIOC_S_PRIORITY_invalid()
[all …]
Dtest_VIDIOC_AUDIO.c74 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_AUDIO()
104 dprintf("\taudio = {.index=%u, .name=\"%s\", " in test_VIDIOC_G_AUDIO()
135 dprintf("\t%s:%u: audio.index=%u\n", __FILE__, __LINE__, audio.index); in test_VIDIOC_G_AUDIO_ignore_index()
139 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_AUDIO_ignore_index()
147 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret2=%i, errno2=%i\n", in test_VIDIOC_G_AUDIO_ignore_index()
172 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_AUDIO_NULL()
178 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_AUDIO_NULL()
220 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_orig=%i, errno_orig=%i\n", in test_VIDIOC_S_AUDIO()
306 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret_orig=%i, errno_orig=%i\n", in test_VIDIOC_S_AUDIO_S32_MAX()
315 dprintf("\t%s:%u: VIDIOC_S_AUDIO, ret_set=%i, errno_set=%i\n", in test_VIDIOC_S_AUDIO_S32_MAX()
[all …]
Dtest_VIDIOC_ENUM_FMT.c58 dprintf in do_enumerate_formats()
93 dprintf in do_enumerate_formats()
145 dprintf in test_VIDIOC_ENUM_FMT_S32_MAX()
173 dprintf in test_VIDIOC_ENUM_FMT_S32_MAX_1()
201 dprintf in test_VIDIOC_ENUM_FMT_U32_MAX()
234 dprintf in test_VIDIOC_ENUM_FMT_invalid_type()
255 dprintf in test_VIDIOC_ENUM_FMT_invalid_type()
276 dprintf in test_VIDIOC_ENUM_FMT_invalid_type()
299 dprintf in test_VIDIOC_ENUM_FMT_invalid_type()
326 dprintf in test_VIDIOC_ENUM_FMT_invalid_type()
[all …]
/external/syslinux/dos/
Dsyslinux.c40 # define dprintf printf macro
48 # define dprintf(...) ((void)0) macro
78 dprintf("creat(\"%s\", 0x%x)\n", filename, mode); in creat()
85 dprintf("rv = %d\n", rv); in creat()
96 dprintf("close(%d)\n", fd); in close()
110 dprintf("rename(\"%s\", \"%s\")\n", oldname, newname); in rename()
116 dprintf("rv = %d\n", rv); in rename()
158 dprintf("write_file(%d,%p,%u)\n", fd, buf, count); in write_file()
178 dprintf("write_device(%d,%p,%u,%u)\n", drive, buf, nsecs, sector); in write_device()
193 dprintf(" rv(7305) = %04x", errnum); in write_device()
[all …]
/external/honggfuzz/
Dreport.c40 dprintf(reportFD, " dynFileMethod: "); in report_printdynFileMethod()
42 dprintf(reportFD, "NONE\n"); in report_printdynFileMethod()
44 if (run->global->dynFileMethod & _HF_DYNFILE_INSTR_COUNT) dprintf(reportFD, "INSTR_COUNT "); in report_printdynFileMethod()
46 dprintf(reportFD, "BRANCH_COUNT "); in report_printdynFileMethod()
47 if (run->global->dynFileMethod & _HF_DYNFILE_BTS_EDGE) dprintf(reportFD, "BTS_EDGE_COUNT "); in report_printdynFileMethod()
49 dprintf(reportFD, "IPT_BLOCK_COUNT "); in report_printdynFileMethod()
51 dprintf(reportFD, "\n"); in report_printdynFileMethod()
57 dprintf(reportFD, " fuzzTarget : "); in report_printTargetCmd()
59 dprintf(reportFD, "%s ", run->global->exe.cmdline[x]); in report_printTargetCmd()
61 dprintf(reportFD, "\n"); in report_printTargetCmd()
[all …]
/external/python/cpython3/Python/
Dthread_foobar.h18 dprintf(("PyThread_start_new_thread called\n")); in PyThread_start_new_thread()
34 dprintf(("PyThread_exit_thread called\n")); in PyThread_exit_thread()
46 dprintf(("PyThread_allocate_lock called\n")); in PyThread_allocate_lock()
50 dprintf(("PyThread_allocate_lock() -> %p\n", lock)); in PyThread_allocate_lock()
57 dprintf(("PyThread_free_lock(%p) called\n", lock)); in PyThread_free_lock()
72 dprintf(("PyThread_acquire_lock_timed(%p, %lld, %d) called\n", lock, microseconds, intr_flag)); in PyThread_acquire_lock_timed()
73 dprintf(("PyThread_acquire_lock_timed(%p, %lld, %d) -> %d\n", in PyThread_acquire_lock_timed()
81 dprintf(("PyThread_release_lock(%p) called\n", lock)); in PyThread_release_lock()
/external/syslinux/core/thread/
Dschedule.c20 dprintf("In __schedule with interrupts on!\n"); in __schedule()
32 dprintf("Schedule "); in __schedule()
52 dprintf("Invalid thread on thread list %p magic = 0x%08x\n", in __schedule()
57 dprintf("Thread %p (%s) ", nt, nt->name); in __schedule()
59 dprintf("runnable priority %d\n", nt->prio); in __schedule()
63 dprintf("blocked\n"); in __schedule()
76 dprintf("@ %llu -> %p (%s)\n", tsc, best, best->name); in __schedule()
79 dprintf("no change\n"); in __schedule()
/external/syslinux/core/fs/iso9660/
Dsusp_rr.c50 #define dprintf printf macro
95 dprintf("susp_rr.c: Out of memory !\n"); in susp_rr_is_out_of_mem()
197 dprintf("susp_rr.c: More than 100 KB claimed by a CE entry.\n"); in susp_rr_switch_to_ca()
207 dprintf("susp_rr.c: Failure to read block %lu\n", in susp_rr_switch_to_ca()
217 dprintf("susp_rr.c: Failure to read block %lu\n", in susp_rr_switch_to_ca()
249 dprintf("susp_rr.c: Chain of SUSP entries broken\n"); in susp_rr_iterate()
267 dprintf("susp_rr.c: Surplus CE entry detected\n"); in susp_rr_iterate()
301 dprintf("susp_rr.c: SUSP signature detected\n"); in susp_rr_check_sp()
304 dprintf("susp_rr.c: Unusual: Non-zero skip length in SP entry\n"); in susp_rr_check_sp()
346 dprintf("susp_rr.c: Short NM entry encountered.\n"); in susp_rr_get_entries()
[all …]
/external/syslinux/com32/lib/syslinux/
Dmovebits.c155 dprintf("f: 0x%08x bytes at 0x%08x\n", len, start); in is_free_zone()
230 dprintf("Before alias resolution:\n"); in shuffle_dealias()
241 dprintf("mp -> (%#x,%#x,%#x)\n", mp->dst, mp->src, mp->len); in shuffle_dealias()
245 dprintf("mx -> (%#x,%#x,%#x)\n", mx->dst, mx->src, mx->len); in shuffle_dealias()
253 dprintf("?: %#x..%#x (inside %#x..%#x)\n", ps, pe, xs, xe); in shuffle_dealias()
285 dprintf("Overlap: %#x..%#x (inside %#x..%#x)\n", ps, pe, xs, xe); in shuffle_dealias()
302 dprintf("After alias resolution:\n"); in shuffle_dealias()
304 dprintf("Post-shuffle copies:\n"); in shuffle_dealias()
338 dprintf("Q: copylen = 0x%08x, needlen = 0x%08x\n", copylen, needlen); in move_chunk()
346 dprintf("X: 0x%08x bytes at 0x%08x -> 0x%08x\n", in move_chunk()
[all …]
/external/syslinux/core/fs/
Dfs.c46 dprintf("put_inode %p name %s refcnt %u\n", dead, dead->name, refcnt); in put_inode()
149 dprintf("searchdir: %s root: %p cwd: %p\n", in searchdir()
171 dprintf("searchdir: Couldn't copy path\n"); in searchdir()
178 dprintf("searchdir: Couldn't use current directory\n"); in searchdir()
204 dprintf("searchdir: inode_name: %s\n", inode_name); in searchdir()
206 dprintf("searchdir: Remaining: %s\n", next_inode_name); in searchdir()
247 dprintf("searchdir: iget returned a different parent\n"); in searchdir()
255 dprintf("searchdir: path component: %s\n", inode->name); in searchdir()
284 dprintf("searchdir: Symlink: %s\n", new_path); in searchdir()
289 dprintf("searchdir: New path: %s\n", new_path); in searchdir()
[all …]

1234567