Searched refs:DEBUG (Results 1 - 25 of 113) sorted by relevance

12345

/barrelfish-2018-10-04/lib/libc/net/
H A Dres_config.h3 #define DEBUG 1 /* enable debugging code (needed for dig) */ macro
/barrelfish-2018-10-04/lib/devif/backends/debug/
H A Ddebug.h20 #define DEBUG(x...) do { printf("DEBUG: %s.%d:%s:%d: ", \ macro
26 #define DEBUG(x...) ((void)0) macro
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dsfn5122f_debug.h30 #define DEBUG(x...) printf("sfn5122f: " x) macro
32 #define DEBUG(x...) do {} while (0) macro
/barrelfish-2018-10-04/usr/drivers/lpc_kbd/
H A Dmouse.c21 #define DEBUG(x...) debug_printf(x)
23 #define DEBUG(x...) (void)0 macro
78 DEBUG("invalid packet, discarded\n");
83 DEBUG("X or Y overflow set: probably bogus?\n");
101 DEBUG("%dx%d L%u M%u R%u\n", xdelta, ydelta, buttonl, buttonm, buttonr);
111 DEBUG("ignored 0x%x while sending command\n", val);
115 DEBUG("got 0x%x in state %d:%d\n", val, data_state, init_state);
147 DEBUG("unexpected data %x while waiting for command ACK\n", val);
158 DEBUG("sending 0x%x in state %d:%d\n", cmd, data_state, init_state);
/barrelfish-2018-10-04/tools/harness/
H A Ddebug.py15 DEBUG = 3 variable
37 message(DEBUG, s)
52 if current_level < DEBUG:
65 p.add_option('--debug', action='store_const', dest=dest, const=DEBUG,
/barrelfish-2018-10-04/usr/drivers/cpuboot/
H A Dcommon.c49 DEBUG("%s:%d: got boot_core_reply.\n", __FILE__, __LINE__);
73 DEBUG("%s:%s:%d: get capability\n",
81 DEBUG("%s:%s:%d: oct_get_capability for key = %s\n",
87 DEBUG("%s:%s:%d: kcb cap was cached\n",
91 DEBUG("%s:%s:%d: did not find the kcb in cap storage\n",
96 DEBUG("%s:%s:%d: Create a new kcb (new_kcb_flag = %d)\n",
121 DEBUG("%s:%s:%d: Store the kcb.\n",
142 DEBUG("%s:%s:%d: Send KCB to local monitor for forwarding to destination_id = %"PRIuCOREID"\n",
155 DEBUG("%s:%s:%d: KCB forwarded\n", __FILE__, __FUNCTION__, __LINE__);
212 DEBUG("Tryin
[all...]
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dopen_memstream.c35 #ifdef DEBUG
67 #ifdef DEBUG
104 #ifdef DEBUG
114 #ifdef DEBUG
119 #ifdef DEBUG
135 #ifdef DEBUG
145 #ifdef DEBUG
158 #ifdef DEBUG
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dinsque.c14 #ifdef DEBUG
35 #ifdef DEBUG
/barrelfish-2018-10-04/include/x86emu/
H A Ddebug.h51 #ifdef DEBUG
63 #ifdef DEBUG
102 #ifdef DEBUG
132 #ifdef DEBUG
143 #ifdef DEBUG
153 #ifdef DEBUG
163 #ifdef DEBUG
179 #ifdef DEBUG
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope_nfs.c33 #define DEBUG if (0) printf macro
116 DEBUG("bfscope: trace length %zu, nr. of events %d\n", trace_length, number_of_events);
119 DEBUG("bfscope: trace length too small, not dumping.\n");
125 DEBUG("dumping %zu bytes to NFS share\n", trace_length);
134 DEBUG("dumping to NFS share: trying to write %zu bytes\n", bytes);
140 DEBUG("dumping to NFS share: %zu/%zu bytes written\n", total_written, trace_length);
142 DEBUG("dump to NFS share done!\n");
266 DEBUG("bfscope: dispatched event, autoflush: %d\n",
H A Dbfscope.c62 #define DEBUG if (0) printf macro
71 DEBUG("bfscope: close\n");
118 //DEBUG("tcp_sndbuf=%d\n", tcp_sndbuf(tpcb));
133 //DEBUG("%d %ld+%d\n", r, trace_sent, len);
145 DEBUG("bfscope: done (%zx bytes) in %"PRIuCYCLES" cycles\n",
218 DEBUG("bfscope: trace length %zu, nr. of events %d\n", trace_length, number_of_events);
221 DEBUG("bfscope: trace length too small, not dumping.\n");
259 DEBUG("bfscope: trace request\n");
264 DEBUG("bfscope: could not understand request\n");
471 DEBUG("bfscop
[all...]
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_debug.h21 #ifndef DEBUG
/barrelfish-2018-10-04/usr/drivers/e10k/
H A De10k_phy.c18 //#define DEBUG(x...) printf("e10k: " x)
19 #define DEBUG(x...) do {} while (0) macro
64 DEBUG("Failed, try again\n");
174 DEBUG("Error reading\n");
181 DEBUG(" [%x][%x] %x\n", phy, i, v);
202 DEBUG("Found PHY addr=%x id=%x\n", i, id);
234 DEBUG("list_offset=%x\n", list_offset);
242 DEBUG("sfp_id = %x\n", sfp_id);
248 DEBUG("sfp init failed\n");
261 DEBUG("sf
[all...]
H A De10k_cdriver.c41 //#define DEBUG(x...) printf("e10k: " x)
42 #define DEBUG(x...) do {} while (0) macro
247 DEBUG("src_ip=%"PRIx32" ", filter->src_ip);
252 DEBUG("dst_ip=%"PRIx32" ", filter->dst_ip);
257 DEBUG("src_port=%d ", filter->src_port);
262 DEBUG("dst_port=%d ", filter->dst_port);
266 DEBUG("queue_id=%d \n", filter->queue);
309 DEBUG("reg_ftfq_filter: called\n");
372 DEBUG("filter registered: err=%s, fid=%"PRIu64"\n", err_getstring(err), *fid);
389 DEBUG("unregister_filte
[all...]
H A De10k_vf.c34 #define DEBUG(x...) printf("e10k_vf: " x) macro
35 //#define DEBUG(x...) do {} while (0)
177 DEBUG("e10k: MSI-X vector setup index=%"PRIx64", core=%d apic=%d swvec=%x\n",
217 DEBUG("Global reset done\n");
224 DEBUG("Waiting for Link\n");
226 DEBUG("Link Up\n");
275 DEBUG("VF initialized (%d)\n", initialized_before);
294 DEBUG("Configuration restored\n");
321 DEBUG("tx.phys=%"PRIx64" tx.size=%"PRIu64"\n", tx_phys, tx_size);
322 DEBUG("r
[all...]
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c38 #define DEBUG(x...) debug_printf("e10k: " x) macro
45 #define DEBUG(x...) macro
141 DEBUG("bind_ports()\n");
144 DEBUG("resolved\n");
148 DEBUG("binding initiated\n");
154 DEBUG("bound_ports\n");
199 DEBUG("bind_arp()\n");
202 DEBUG("resolved\n");
206 DEBUG("binding initiated\n");
212 DEBUG("bound_ar
[all...]
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_throughput.c11 #define DEBUG(x...) do {} while (0) macro
12 //#define DEBUG(x...) debug_printf("throughput: " x)
62 DEBUG("move_received: %"PRId32" b=%p, b->p=%p\n", rx_count, buffer,
84 DEBUG("buffer_received: %"PRId32" b=%p b->p=%p\n", buf_count, buffer,
111 DEBUG("Start allocating RX buffers...\n");
121 DEBUG("RX-Pool: %p [%d,%d,%d]\n", rxalloc.pool,
135 DEBUG("Allocated and passed RX buffers\n");
138 DEBUG("Prepare TX buffers\n");
169 DEBUG(" send %"PRId64" of %d\n", i, NUM_MOVES);
216 DEBUG("bul
[all...]
H A Dmicro_rtt.c11 #define DEBUG(x...) do {} while (0) macro
12 //#define DEBUG(x...) debug_printf(x)
55 DEBUG("pool_assigned\n");
64 DEBUG("move_received: %"PRId32"\n", rx_count);
83 DEBUG("buffer_received: %"PRId32"\n", buf_count);
110 DEBUG("Start allocating RX buffers...\n");
153 DEBUG(" Starting run...\n");
165 DEBUG(" Ended run\n");
/barrelfish-2018-10-04/usr/bench/bomp_mm/
H A Dmm.c27 #define DEBUG(x...) debug_printf(x) macro
190 DEBUG("==========================================================\n");
191 DEBUG("frame_mAB, (lvaddr_t) mA_shared, XOMP_FRAME_TYPE_SHARED_RW\n");
196 DEBUG("==========================================================\n");
197 DEBUG("frame_mC, (lvaddr_t) mC_shared, XOMP_FRAME_TYPE_SHARED_RW\n");
202 DEBUG("==========================================================\n");
203 DEBUG("frame_mm_frame, (lvaddr_t) g_mm_frame, XOMP_FRAME_TYPE_SHARED_RW\n");
209 DEBUG("==========================================================\n");
210 DEBUG("frame_mAB, (lvaddr_t) mA_repl, XOMP_FRAME_TYPE_REPL_RW\n");
215 DEBUG("
[all...]
/barrelfish-2018-10-04/usr/bench/xomp_bench/
H A Dwork_bench.c30 #define DEBUG(x...) debug_printf(x) macro
167 DEBUG("\n");
168 DEBUG("======================================================\n");
192 DEBUG("\n");
193 DEBUG("======================================================\n");
194 DEBUG("work_omp\n");
H A Dshare_bench.c28 #define DEBUG(x...) debug_printf(x) macro
202 DEBUG("\n");
203 DEBUG("======================================================\n");
220 DEBUG("\n");
221 DEBUG("======================================================\n");
222 DEBUG("sharing of 4k\n");
273 DEBUG("\n");
274 DEBUG("======================================================\n");
275 DEBUG("sharing of 1M\n");
318 DEBUG("\
[all...]
H A Dspawn_bench.c27 #define DEBUG(x...) debug_printf(x) macro
155 DEBUG("\n");
156 DEBUG("======================================================\n");
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c180 DEBUG("mem_alloc=%zu bytes\n", size);
264 DEBUG("getting module %s\n", name);
281 DEBUG("Relocating kernel image.\n");
295 DEBUG("I expected global relocations, but got"
324 DEBUG("SHT_REL unimplemented.\n");
340 DEBUG("Relocation references a"
351 DEBUG("Unsupported relocation type %d\n",
358 DEBUG("Unexpected type\n");
384 DEBUG("Warning: Compiled for OS ABI %d. Wrong compiler?\n",
390 DEBUG( "Erro
[all...]
/barrelfish-2018-10-04/lib/x86emu/
H A Dfpu.c53 #ifdef DEBUG
92 #endif /* DEBUG */
103 #ifdef DEBUG
300 #ifdef DEBUG
322 #endif /* DEBUG */
393 #ifdef DEBUG
406 #endif /* DEBUG */
416 #ifdef DEBUG
437 #endif /* DEBUG */
515 #ifdef DEBUG
[all...]
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmegaraid.c497 /* DEBUG("Building sync cmd #%u, from %p, %p, %p, %p\n", mpt_cmd->sync_cmd_idx, */
548 DEBUG("Invalid SMID (0x%x)request for desc\n", idx);
571 DEBUG("Cannot build MPT-MFI passthru cmd.\n");
605 DEBUG("Cannot build MPT cmd.\n");
634 DEBUG("Cannot issue DCMD internal command.\n");
638 DEBUG("Waiting for return of polled command...\n");
654 DEBUG("Polled command returned.\n");
659 DEBUG("DCMD timed out after %d seconds.\n", max_wait);
661 DEBUG("DCMD failed, status = 0x%x\n", frame_hdr->cmd_status);
705 DEBUG("ma
[all...]

Completed in 117 milliseconds

12345