Symbol: DEBUG
lib/libc/net/res_config.h
3
#define DEBUG 1 /* enable debugging code (needed for dig) */
lib/libc/resolv/res_init.c
105
#define DEBUG
lib/libc/resolv/res_mkquery.c
84
#define DEBUG
lib/libc/resolv/res_mkupdate.c
52
#define DEBUG
lib/libc/resolv/res_query.c
88
#define DEBUG
lib/libc/resolv/res_send.c
124
#define DEBUG
lib/libtcplay/tcplay.h
66
#define DEBUG 1
stand/boot/common/bcache.c
43
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
stand/boot/common/bcache.c
46
# define DEBUG(fmt, args...)
stand/boot/pc32/libi386/bioscd.c
61
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
stand/boot/pc32/libi386/bioscd.c
63
# define DEBUG(fmt, args...)
stand/boot/pc32/libi386/biosdisk.c
66
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
stand/boot/pc32/libi386/biosdisk.c
68
# define DEBUG(fmt, args...)
stand/lib/hammer1.c
47
#define DEBUG 0
sys/dev/disk/ccd/ccd.c
152
#define DEBUG
sys/dev/disk/ccd/ccd.c
164
#undef DEBUG
sys/dev/drm/amd/amdgpu/atom.c
94
#define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
sys/dev/drm/amd/amdgpu/atom.c
97
#define DEBUG(...) do { } while (0)
sys/dev/drm/drm_print.c
27
#define DEBUG /* for pr_debug() */
sys/dev/drm/include/linux/compiler.h
91
#undef DEBUG
sys/vfs/ufs/ffs_softdep.c
49
#define DEBUG
usr.bin/top/utils.c
47
#undef DEBUG
usr.sbin/fwcontrol/fwdv.c
54
#define DEBUG 0
usr.sbin/pfctl/pfctl_optimize.c
47
# define DEBUG(str, v...) \
usr.sbin/pfctl/pfctl_optimize.c
50
# define DEBUG(str, v...) ((void)0)
usr.sbin/pfctl/pfctl_osfp.c
49
# define DEBUG(fp, str, v...) \
usr.sbin/pfctl/pfctl_osfp.c
53
# define DEBUG(fp, str, v...) ((void)0)
usr.sbin/rmt/rmt.c
59
#define DEBUG(f) if (debug) fprintf(debug, f)