Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/sys/dev/ichsmb/
H A Dichsmb.c71 #define DBG(fmt, args...) \ macro
74 #define DBG(fmt, args...) do { } while (0) macro
150 DBG("index=%d how=%d\n", index, data ? *(int *)data : -1); in ichsmb_callback()
160 DBG("smb_error=%d\n", smb_error); in ichsmb_callback()
170 DBG("slave=0x%02x how=%d\n", slave, how); in ichsmb_quick()
189 DBG("smb_error=%d\n", smb_error); in ichsmb_quick()
199 DBG("slave=0x%02x byte=0x%02x\n", slave, (u_char)byte); in ichsmb_sendb()
211 DBG("smb_error=%d\n", smb_error); in ichsmb_sendb()
221 DBG("slave=0x%02x\n", slave); in ichsmb_recvb()
233 DBG("smb_error=%d byte=0x%02x\n", smb_error, (u_char)*byte); in ichsmb_recvb()
[all …]
/freebsd/lib/libc/tests/resolv/
H A Dresolv_test.c69 #define DBG(...) do { \ macro
113 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getaddrinfo()
118 DBG("T%ld: reverse %s %s\n", threadnum, hbuf, pbuf); in resolv_getaddrinfo()
122 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr); in resolv_getaddrinfo()
135 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_gethostby()
139 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_gethostby()
143 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr); in resolv_gethostby()
157 DBG("T%ld: host %s ok\n", threadnum, host); in resolv_getipnodeby()
162 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name); in resolv_getipnodeby()
168 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr); in resolv_getipnodeby()
[all …]
/freebsd/sys/netgraph/
H A Dng_device.c36 #define DBG do { printf("ng_device: %s\n", __func__); } while (0)
38 #define DBG do {} while (0) macro
213 DBG; in ng_device_constructor()
312 DBG; in ng_device_newhook()
332 DBG; in ng_device_rcvdata()
366 DBG; in ng_device_disconnect()
420 DBG; in ngdopen()
437 DBG; in ngdclose()
496 DBG;
530 DBG; in ngdread()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h94 struct DBG { struct
102 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg); argument
117 DBGWordCount = sizeof(DBG) / sizeof(uint32_t) // ARM_DEBUG_STATE64_COUNT
125 DBG dbg;
208 virtual int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) = 0;
216 virtual int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
H A DRegisterContextDarwin_arm.h128 struct DBG { struct
135 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg); argument
150 DBGWordCount = sizeof(DBG) / sizeof(uint32_t)
158 DBG dbg;
241 virtual int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) = 0;
249 virtual int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
H A DRegisterContextFreeBSD_i386.cpp38 struct DBG { struct
51 DBG dbg; argument
57 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterContextOpenBSD_x86_64.cpp44 struct DBG { struct
56 DBG dbg; argument
59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterContextMach_arm.cpp41 int RegisterContextMach_arm::DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) { in DoReadDBG()
68 const DBG &dbg) { in DoWriteDBG()
70 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<DBG *>(&dbg)), in DoWriteDBG()
H A DRegisterContextFreeBSD_x86_64.cpp47 struct DBG { struct
59 DBG dbg; argument
64 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterContextNetBSD_x86_64.cpp50 struct DBG { struct
73 DBG dbg; argument
78 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterContextMach_arm.h28 int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) override;
36 int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) override;
H A DRegisterContextLinux_x86_64.cpp47 struct DBG { struct
69 DBG dbg; // Debug registers. argument
76 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
/freebsd/sys/dev/ena/
H A Dena_datapath.c95 ena_log_io(adapter->pdev, DBG, "MSI-X TX/RX routine\n"); in ena_cleanup()
283 ena_log_io(adapter->pdev, DBG, "tx: q %d mbuf %p completed\n", in ena_tx_cleanup()
305 ena_log_io(adapter->pdev, DBG, "tx: q %d done. total pkts: %d\n", in ena_tx_cleanup()
437 ena_log_io(pdev, DBG, "rx_info %p, mbuf %p, paddr %jx\n", rx_info, in ena_rx_mbuf()
448 ena_log_io(pdev, DBG, "Mbuf data offset=%u\n", ena_rx_ctx->pkt_offset); in ena_rx_mbuf()
454 ena_log_io(pdev, DBG, "rx mbuf 0x%p, flags=0x%x, len: %d\n", mbuf, in ena_rx_mbuf()
500 ena_log_io(pdev, DBG, "rx mbuf updated. len %d\n", in ena_rx_mbuf()
532 ena_log_io(pdev, DBG, "RX IPv4 header checksum error\n"); in ena_rx_checksum()
543 ena_log_io(pdev, DBG, "RX L4 checksum error\n"); in ena_rx_checksum()
595 ena_log_io(pdev, DBG, "rx: qid %d\n", qid); in ena_rx_cleanup()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dminidump_machdep.c52 #define DBG(...) __VA_ARGS__ macro
57 #define DBG(...) macro
92 DBG(dumptotal += fragsz;) in blk_flush()
139 DBG(dumptotal += len;) in blk_write()
203 DBG(total = dumptotal = 0;) in cpu_minidumpsys()
/freebsd/contrib/bmake/mk/sys/
H A DNetBSD.mk59 DBG ?= -O2
61 DBG ?=
63 DBG ?= -O -ffixed-g4 #Hack for embedany memory model compatibility
65 DBG ?= -O
67 CFLAGS ?= ${DBG}
H A DHP-UX.mk48 DBG ?= -O -g
61 DBG ?=-g -O
63 DBG ?=
71 CFLAGS ?= ${DBG}
H A DAIX.mk28 DBG ?= -O -g
32 DBG ?= -g
35 CFLAGS ?= ${DBG}
H A DLinux.mk31 DBG ?= -O -g
35 DBG ?= -g
38 CFLAGS ?= ${DBG}
/freebsd/sys/dev/qlxgb/
H A Dqla_dbg.h47 #define DBG 1 macro
49 #if DBG
/freebsd/sys/contrib/ncsw/inc/
H A Derror_ext.h336 #define DBG(_level, _vmsg) macro
371 #define DBG(_level, _vmsg) macro
373 #define DBG(_level, _vmsg) \ macro
/freebsd/sys/dev/hpt27xx/
H A Dos_bsd.h34 #ifndef DBG
35 #define DBG 0 macro
/freebsd/sys/dev/hptnr/
H A Dos_bsd.h36 #ifndef DBG
37 #define DBG 0 macro
/freebsd/sys/dev/hptrr/
H A Dos_bsd.h38 #ifndef DBG
39 #define DBG 0 macro
/freebsd/sys/dev/kbd/
H A Dkbdtables.h46 /*01*/{{ 0x1B, 0x1B, 0x1B, 0x1B, 0x1B, 0x1B, DBG, 0x1B, }, 0x02,0x00 },
137 /*5c*/{{ NEXT, PREV, DBG, DBG, NOP, NOP, NOP, NOP, }, 0xFF,0x00 },
/freebsd/crypto/openssh/
H A Dpacket.c94 #define DBG(x) x macro
96 #define DBG(x) macro
1028 DBG(debug_f("cipher_init: %s", dir)); in ssh_set_newkeys()
1271 DBG(debug("compression: raw %d compressed %zd", len, in ssh_packet_send2_wrapped()
1298 DBG(debug3_f("adding %d (len %d padlen %d extra_pad %d)", in ssh_packet_send2_wrapped()
1326 DBG(debug("send: len %d (includes padlen %d, aadlen %d)", in ssh_packet_send2_wrapped()
1335 DBG(debug("done calc MAC out #%d", state->p_send.seqnr)); in ssh_packet_send2_wrapped()
1352 DBG(debug("done calc MAC(EtM) out #%d", in ssh_packet_send2_wrapped()
1502 DBG(debug("packet_read()")); in ssh_packet_read_seqnr()
1702 DBG(debug("input: packet len %u", state->packlen+4)); in ssh_packet_read_poll2()
[all …]

12345