Searched defs:DEBUG (Results 1 - 25 of 42) sorted by relevance

12

/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/lib/libc/net/
H A Dres_config.h3 #define DEBUG 1 /* enable debugging code (needed for dig) */ 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/lib/openssl-1.0.0d/Netware/
H A Dbuild.bat52 set DEBUG= variable
55 rem set DEBUG=debug variable
67 if "%1" == "debug" set DEBUG=debug variable
/barrelfish-2018-10-04/usr/drivers/cpuboot/
H A Dcoreboot.h41 #define DEBUG(x...) if (debug_flag) debug_printf(x) macro
43 #define DEBUG(x...) ((void)0) macro
/barrelfish-2018-10-04/usr/drivers/e10k/
H A De10k_phy.c19 #define DEBUG(x...) do {} while (0) macro
[all...]
/barrelfish-2018-10-04/tools/harness/
H A Ddebug.py15 DEBUG = 3 variable
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_mkquery.c86 #define DEBUG macro
H A Dres_query.c91 #define DEBUG macro
H A Dres_init.c119 #define DEBUG macro
/barrelfish-2018-10-04/usr/bench/xomp_bench/
H A Dspawn_bench.c27 #define DEBUG(x...) debug_printf(x) macro
H A Dwork_bench.c30 #define DEBUG(x...) debug_printf(x) macro
H A Dshare_bench.c28 #define DEBUG(x...) debug_printf(x) macro
[all...]
/barrelfish-2018-10-04/kernel/
H A Dgdb_stub.c63 #define DEBUG(...) \ macro
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_echo.c12 #define DEBUG(x...) do {} while (0) macro
H A Dmicro_rtt.c11 #define DEBUG(x...) do {} while (0) macro
H A Dmicro_throughput.c11 #define DEBUG(x...) do {} while (0) macro
[all...]
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope_nfs.c33 #define DEBUG if (0) printf macro
H A Dbfscope.c62 #define DEBUG if (0) printf macro
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A DMakefile51 DEBUG=-O -DNDEBUG macro
/barrelfish-2018-10-04/usr/tests/devif/
H A Dclient.c26 #define DEBUG(x...) do {} while (0) macro
H A Dudp_queue.c24 #define DEBUG(x...) do {} while (0) macro
/barrelfish-2018-10-04/usr/drivers/lpc_kbd/
H A Dmouse.c23 #define DEBUG(x...) (void)0 macro
/barrelfish-2018-10-04/lib/devif/backends/net/ip/
H A Ddevif_backend_ip.c34 #define DEBUG(x...) do { printf("IP_QUEUE: %s.%d:%s:%d: ", \ macro
40 #define DEBUG(x...) ((void)0) macro
/barrelfish-2018-10-04/lib/devif/backends/net/udp/
H A Ddevif_backend_udp.c31 #define DEBUG(x...) do { printf("UDP_QUEUE: %s.%d:%s:%d: ", \ macro
37 #define DEBUG(x...) ((void)0) macro

Completed in 107 milliseconds

12