Searched refs:DBG (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-10-stable/contrib/binutils/gprof/
H A Dmips.c59 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"),
70 DBG (CALLDEBUG,
77 DBG (CALLDEBUG,
83 DBG (CALLDEBUG, printf ("\n"));
90 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
95 DBG (CALLDEBUG,
/freebsd-10-stable/contrib/binutils/gas/
H A Ditbl-parse.y264 #define DBG(x) printf x
266 #define DBG(x)
310 DBG (("line %d: entry pnum=%d type=%d name=%s value=x%x\n",
316 DBG (("line %d: entry pnum=%d type=INSN name=%s value=x%x",
318 DBG ((" sbit=%d ebit=%d flags=0x%x\n", sbit, ebit, $6));
354 DBG (("line %d: field type=%d sbit=%d ebit=%d, flags=0x%x\n",
H A Ditbl-lex.l28 #define DBG(x) printf x
31 #define DBG(x)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.h41 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg);
53 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg);
H A DRegisterContextMach_arm.cpp57 RegisterContextMach_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg)
82 RegisterContextMach_arm::DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg)
H A DRegisterContextDarwin_arm.h154 struct DBG struct in class:RegisterContextDarwin_arm
163 LogDBGRegisters (lldb_private::Log *log, const DBG& dbg);
180 DBGWordCount = sizeof(DBG)/sizeof(uint32_t)
193 DBG dbg;
300 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) = 0;
312 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
/freebsd-10-stable/sys/dev/ichsmb/
H A Dichsmb.c73 #define DBG(fmt, args...) \ macro
76 #define DBG(fmt, args...) do { } while (0) macro
156 DBG("index=%d how=%d\n", index, data ? *(int *)data : -1);
166 DBG("smb_error=%d\n", smb_error);
176 DBG("slave=0x%02x how=%d\n", slave, how);
195 DBG("smb_error=%d\n", smb_error);
205 DBG("slave=0x%02x byte=0x%02x\n", slave, (u_char)byte);
217 DBG("smb_error=%d\n", smb_error);
227 DBG("slave=0x%02x\n", slave);
239 DBG("smb_erro
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_device.c35 #define DBG do { printf("ng_device: %s\n", __func__ ); } while (0)
37 #define DBG do {} while (0) macro
164 DBG;
246 DBG;
266 DBG;
299 DBG;
338 DBG;
355 DBG;
383 DBG;
417 DBG;
[all...]
/freebsd-10-stable/contrib/apr/poll/unix/
H A Dz_asio.c143 #define DBG(lvl, msg) DBG_TEST(lvl) \ macro
167 #define DBG(lvl, msg) ((void)0) macro
202 DBG(4, "entered\n");
217 DBG(4, "exiting\n");
225 DBG(4, "entered\n");
240 DBG(4, "exiting\n");
249 DBG(4, "entered\n");
342 DBG(4, "entered\n");
378 DBG(2, "entered\n");
450 DBG(
[all...]
/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_dbg.h48 #define DBG 1 macro
50 #if DBG
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DNetBSD.mk59 DBG?= -O2 macro
61 DBG?= macro
63 DBG?= -O -ffixed-g4 #Hack for embedany memory model compatibility macro
65 DBG?= -O macro
67 CFLAGS?= ${DBG}
H A DAIX.mk28 DBG= -O -g macro
32 DBG= -g macro
35 CFLAGS= ${DBG}
H A DSunOS.mk60 DBG= -O -g macro
64 DBG= -g macro
67 CFLAGS= ${DBG}
H A DOpenBSD.mk38 DBG?= -O2 macro
40 DBG?= -O macro
42 CFLAGS?= ${DBG}
H A DOSF1.mk39 DBG= -O -g macro
41 DBG= -g macro
45 CFLAGS= ${DBG}
H A DLinux.mk31 DBG= -O -g macro
35 DBG= -g macro
38 CFLAGS= ${DBG}
H A DHP-UX.mk48 DBG?= -O -g macro
61 DBG?=-g -O macro
63 DBG?= macro
71 CFLAGS= ${DBG}
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h269 DBG(SC, LOCK, ("locking in line %d", __LINE__)); \
273 DBG(SC, LOCK, ("unlocking in line %d", __LINE__)); \
343 #define DBG(SC, FL, PRINT) do { \ macro
371 #define DBG(SC, FL, PRINT) macro
/freebsd-10-stable/sys/dev/en/
H A Dmidway.c91 #define DBG(SC, FL, PRINT) do { \ macro
114 #define DBG(SC, FL, PRINT) do { } while (0) macro
210 DBG(SC, LOCK, ("ENLOCK %d\n", __LINE__)); \
214 DBG(SC, LOCK, ("ENUNLOCK %d\n", __LINE__)); \
305 DBG(sc, REG, ("en_read(%#x) -> %08x", r, v));
320 DBG(sc, REG, ("en_write(%#x) <- %08x", r, v));
573 DBG(sc, TX, ("tx%d: "TYPE" %u bytes, %ju left, cur %#x", \
609 DBG(sc, TX, ("tx%d: adp %ju bytes %#jx (cur now 0x%x)",
713 DBG(sc, TX, ("tx%td: starting ...", slot - sc->txslot));
724 DBG(s
[all...]
/freebsd-10-stable/sys/dev/wds/
H A Dwd7000.c373 #define DBG snprintf macro
382 #define DBG printf macro
385 #define DBG if(0) printf macro
710 DBG(DBX "wds%d: allocated buffer mask=0x%x\n",
727 DBG(DBX "wds%d: freed buffer mask=0x%x\n", wp->unit, mask);
770 DBG(DBX "wds%d: interrupt [\n", wp->unit);
798 DBG(DBX "wds%d: ]\n", wp->unit);
822 DBG(DBX "wds%d: %s stat=0x%x c->stat=0x%x c->venderr=0x%x\n", wp->unit,
828 DBG(DBX "wds%d: sense 0x%x\n", wp->unit, r->buf[0]);
906 DBG(DB
[all...]
/freebsd-10-stable/sys/dev/hptrr/
H A Dos_bsd.h38 #ifndef DBG
39 #define DBG 0 macro
H A Dhptrr_os_bsd.c135 #if DBG
175 #if DBG
278 #if DBG
/freebsd-10-stable/sys/dev/ixgb/
H A Dif_ixgb_osdep.h65 #define DBG 0 macro
68 #if DBG
/freebsd-10-stable/sys/dev/hptnr/
H A Dos_bsd.h36 #ifndef DBG
37 #define DBG 0 macro
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dos_bsd.h34 #ifndef DBG
35 #define DBG 0 macro

Completed in 288 milliseconds

1234