Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/NextBSD/sys/compat/svr4/
HDsvr4_stream.c299 DPRINTF(("clean_pipe: unlink failed %d\n", error));
315 DPRINTF(("sockaddr_in -> netaddr %d %d %lx\n", na->family, na->port,
335 DPRINTF(("sockaddr_un -> netaddr %d %s\n", na->family, na->path));
353 DPRINTF(("netaddr -> sockaddr_in %d %d %x\n", sain->sin_family,
374 DPRINTF(("netaddr -> sockaddr_un %d %s\n", saun->sun_family,
399 DPRINTF(("getparm(dgram)\n"));
405 DPRINTF(("getparm(stream)\n"));
411 DPRINTF(("getparm(raw)\n"));
417 DPRINTF(("getparm(type %d?)\n", so->so_type));
435 DPRINTF(("SI_OGETUDATA: Wrong size %d != %d\n",
[all …]
HDsvr4_filio.c119 DPRINTF(("Something fishy with the user-supplied file descriptor...\n"));
125 DPRINTF(("fd %d is a socket\n", uap->fd));
127 DPRINTF(("fd %d is an ASYNC socket!\n", uap->fd));
129 DPRINTF(("Here are its flags: 0x%x\n", so->so_state));
138 DPRINTF(("svr4_read(%d, 0x%0x, %d) = %d\n",
148 DPRINTF(("sigmask = 0x%x\n", td->td_sigmask));
149 DPRINTF(("sigignore = 0x%x\n", ps->ps_sigignore));
150 DPRINTF(("sigcaught = 0x%x\n", ps->ps_sigcatch));
151 DPRINTF(("siglist = 0x%x\n", td->td_siglist));
185 DPRINTF(("svr4_write(%d, 0x%0x, %d) = %d\n",
[all …]
HDsvr4_ioctl.c101 DPRINTF(("svr4_ioctl[%lx](%d, _IO%s(%c, %d, %d), %p);\n", uap->com, uap->fd,
119 DPRINTF(("<<< IN: so_state = 0x%x\n", so->so_state));
125 DPRINTF(("term\n"));
130 DPRINTF(("stream\n"));
135 DPRINTF(("file\n"));
140 DPRINTF(("socket\n"));
151 DPRINTF(("Unimplemented ioctl %lx\n", cmd));
159 DPRINTF((">>> OUT: so_state = 0x%x\n", so->so_state));
/NextBSD/sys/dev/pccard/
HDpccard_cis.c57 #define DPRINTF(arg) do { if (pccard_cis_debug) printf arg; } while (0) macro
60 #define DPRINTF(arg) macro
154 DPRINTF(("cis mem map %#x (resource: %#lx)\n", in pccard_scan_cis()
190 DPRINTF(("CISTPL_NONE\n 00\n")); in pccard_scan_cis()
192 DPRINTF(("TOO MANY CIS_NONE\n")); in pccard_scan_cis()
202 DPRINTF(("CISTPL_END\n ff\n")); in pccard_scan_cis()
223 DPRINTF(("CISTPL_LONGLINK_%s too " in pccard_scan_cis()
233 DPRINTF(("CISTPL_LONGLINK_%s %#lx\n", in pccard_scan_cis()
243 DPRINTF(("CISTPL_NO_LINK\n")); in pccard_scan_cis()
251 DPRINTF(("CISTPL_CHECKSUM too " in pccard_scan_cis()
[all …]
/NextBSD/lib/libc/resolv/
HDres_findzonecut.c94 #define DPRINTF(x) do {\ macro
193 DPRINTF(("START dname='%s' class=%s, zsize=%ld, naddrs=%d", in res_findzonecut2()
201 DPRINTF(("get the soa, and see if it has enough glue")); in res_findzonecut2()
208 DPRINTF(("get the ns rrset and see if it has enough glue")); in res_findzonecut2()
214 DPRINTF(("get the missing glue and see if it's finally enough")); in res_findzonecut2()
219 DPRINTF(("FINISH n=%d (%s)", n, (n < 0) ? strerror(errno) : "OK")); in res_findzonecut2()
251 DPRINTF(("satisfy(%s): %d", mname, n)); in satisfy()
269 DPRINTF(("add_addrs: %d", n)); in add_addrs()
307 DPRINTF(("get_soa: do_query('%s', %s) failed (%d)", in get_soa()
312 DPRINTF(("get_soa: CNAME or DNAME found")); in get_soa()
[all …]
/NextBSD/sys/powerpc/fpu/
HDfpu_emu.c206 DPRINTF(FPE_EX, ("fpu_emulate: emulating insn %x at %p\n", in fpu_emulate()
214 DPRINTF(FPE_EX, ("fpu_emulate: SIGTRAP\n")); in fpu_emulate()
220 DPRINTF(FPE_EX, ("fpu_emulate: success\n")); in fpu_emulate()
225 DPRINTF(FPE_EX, ("fpu_emulate: SIGFPE\n")); in fpu_emulate()
230 DPRINTF(FPE_EX, ("fpu_emulate: SIGSEGV\n")); in fpu_emulate()
236 DPRINTF(FPE_EX, ("fpu_emulate: SIGILL\n")); in fpu_emulate()
329 DPRINTF(FPE_INSN, in fpu_execute()
339 DPRINTF(FPE_INSN, in fpu_execute()
361 DPRINTF(FPE_INSN, ("reg %d has %jx reg %d has %jx\n", in fpu_execute()
379 DPRINTF(FPE_INSN, ("reg %d has %jx displ %jx\n", in fpu_execute()
[all …]
/NextBSD/sys/arm/samsung/exynos/
HDexynos5_i2c.c95 #define DPRINTF(fmt, args...) \ macro
98 #define DPRINTF(fmt, args...) macro
246 DPRINTF("i2c start\n"); in i2c_start()
251 DPRINTF("I2CCON == 0x%08x\n", READ1(sc, I2CCON)); in i2c_start()
252 DPRINTF("I2CSTAT == 0x%08x\n", READ1(sc, I2CSTAT)); in i2c_start()
266 DPRINTF("cant i2c start: IIC_EBUSERR\n"); in i2c_start()
284 DPRINTF("cant i2c start: iif error\n"); in i2c_start()
291 DPRINTF("cant i2c start: no ack\n"); in i2c_start()
310 DPRINTF("i2c stop\n"); in i2c_stop()
325 DPRINTF("cant i2c stop: nibb error\n"); in i2c_stop()
[all …]
/NextBSD/sys/kern/
HDsysv_msg.c86 #define DPRINTF(a) printf a macro
88 #define DPRINTF(a) (void)0 macro
216 DPRINTF(("msginfo.msgssz=%d (0x%x)\n", msginfo.msgssz, in msginit()
222 DPRINTF(("msginfo.msgseg=%d\n", msginfo.msgseg)); in msginit()
386 DPRINTF(("call to msgctl(%d, %d, %p)\n", msqid, cmd, uap->buf));
412 DPRINTF(("msqid (%d) out of range (0<=msqid<%d)\n", msqix,
421 DPRINTF(("no such msqid\n"));
426 DPRINTF(("wrong sequence number\n"));
509 DPRINTF(("can't increase msg_qbytes beyond %d"
514 DPRINTF(("can't reduce msg_qbytes to 0\n"));
[all …]
/NextBSD/sys/dev/usb/net/
HDif_usie.c254 DPRINTF("Ejecting %s %s\n", in usie_autoinst()
343 DPRINTF("fwattr=%x\n", fwattr); in usie_attach()
364 DPRINTF("ifnum=%d, ifidx=%d\n", in usie_attach()
388 DPRINTF("NumEndpoints=%d bInterfaceNumber=%d\n", in usie_attach()
403 DPRINTF("usbd_transfer_setup error=%s\n", usbd_errstr(err)); in usie_attach()
426 DPRINTF("ucom_attach failed\n"); in usie_attach()
429 DPRINTF("Found %d interfaces.\n", sc->sc_nucom); in usie_attach()
456 DPRINTF("enabling automatic suspend and resume\n"); in usie_attach()
459 DPRINTF("USB power is always ON\n"); in usie_attach()
462 DPRINTF("device attached\n"); in usie_attach()
[all …]
HDif_urndis.c239 DPRINTF("Call Mode Descriptor found, dataif=%d\n", cmd->bDataInterface); in urndis_attach()
451 DPRINTF("%s\n", usbd_errstr(err)); in urndis_ctrl_send()
471 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type), in urndis_ctrl_recv()
475 DPRINTF("ctrl message error: wrong size %u > %u\n", in urndis_ctrl_recv()
488 DPRINTF("\n"); in urndis_ctrl_handle()
530 DPRINTF("len %u rid %u status 0x%x " in urndis_ctrl_handle_init()
547 DPRINTF("init failed 0x%x\n", le32toh(msg->rm_status)); in urndis_ctrl_handle_init()
551 DPRINTF("wrong device type (current type: 0x%x)\n", in urndis_ctrl_handle_init()
556 DPRINTF("medium not 802.3 (current medium: 0x%x)\n", in urndis_ctrl_handle_init()
574 DPRINTF("len %u rid %u status 0x%x " in urndis_ctrl_handle_query()
[all …]
/NextBSD/sys/fs/nandfs/
HDbmap.c76 DPRINTF(BMAP, ("%s: node %p lblk %jx enter\n", __func__, node, lblk)); in bmap_lookup()
91 DPRINTF(BMAP, ("%s: node %p lblk=%jx trying ip->i_ib[%x]\n", __func__, in bmap_lookup()
96 DPRINTF(BMAP, ("%s: node %p lblk=%jx returning with " in bmap_lookup()
102 DPRINTF(BMAP, ("%s: node %p lblk=%jx ap->in_lbn=%jx " in bmap_lookup()
109 DPRINTF(BMAP, ("%s: node %p lblk=%jx reading block " in bmap_lookup()
122 DPRINTF(BMAP, ("%s: node %p lblk=%jx returning with %jx\n", __func__, in bmap_lookup()
140 DPRINTF(BMAP, ("%s: node %p lblk=%jx\n", __func__, node, lblk)); in bmap_dirty_meta()
155 DPRINTF(BMAP, ("%s: node %p reading blocks\n", __func__, node)); in bmap_dirty_meta()
188 DPRINTF(BMAP, ("%s: node %p lblk=%jx vblk=%jx\n", __func__, node, lblk, in bmap_insert_block()
200 DPRINTF(BMAP, ("%s: node %p lblk=%jx vblk=%jx got num=%d\n", __func__, in bmap_insert_block()
[all …]
HDnandfs_cleaner.c98 DPRINTF(CLEAN, ("cleaner stopped\n")); in nandfs_stop_cleaner()
110 DPRINTF(CLEAN, ("%s: sleep\n", __func__)); in nandfs_cleaner_finished()
118 DPRINTF(CLEAN, ("%s: no longer active\n", __func__)); in nandfs_cleaner_finished()
131 DPRINTF(CLEAN, ("%jx %jd %c%c%c %10u\n", in print_suinfo()
217 DPRINTF(CLEAN, ("%s nbinfos %x\n", __func__, segsum->ss_nbinfos)); in nandfs_cleaner_iterate_psegment()
251 DPRINTF(CLEAN, ("%s: segno %jx start %jx end %jx\n", __func__, segno, in nandfs_cleaner_iterate_segment()
274 DPRINTF(CLEAN, ("%s: %jx magic %x bytes %x nblocks %x nbinfos " in nandfs_cleaner_iterate_segment()
411 DPRINTF(CLEAN, ("%s: got lock\n", __func__)); in nandfs_cleaner_body()
430 DPRINTF(CLEAN, ("got:\n")); in nandfs_cleaner_body()
432 DPRINTF(CLEAN, ("v ino %jx vblocknr %jx start %jx end %jx " in nandfs_cleaner_body()
[all …]
/NextBSD/sys/geom/uncompress/
HDg_uncompress.c55 #define DPRINTF(a) printf a macro
58 #define DPRINTF(a) macro
114 DPRINTF(("%s: %d requests, %d cached\n", in g_uncompress_softc_free()
184 DPRINTF(("%s: done\n", gp->name)); in g_uncompress_done()
218 DPRINTF(("%s: done: bio_length %jd bio_completed %jd start_blk %d, " in g_uncompress_done()
231 DPRINTF(( in g_uncompress_done()
244 DPRINTF(("%s: done: early termination: len (%jd) > " in g_uncompress_done()
285 DPRINTF(("%s: done: inflate failed, code=%d\n", in g_uncompress_done()
297 DPRINTF(("%s: done: inflated \n", gp->name)); in g_uncompress_done()
311 DPRINTF(("%s: done: (%d, %jd, %ld)\n", in g_uncompress_done()
[all …]
/NextBSD/sys/boot/arm/ixp425/boot2/
HDboot2.c110 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
112 #define DPRINTF(fmt, ...) macro
195 DPRINTF("cmd is '%s'\n", cmd); in main()
224 DPRINTF("Found %s\n", kname); in load()
250 DPRINTF("Entry point %x for %s\n", addr, kname); in load()
359 DPRINTF("Found an active fbsd slice. (%d)\n", i + 1); in dskread()
369 DPRINTF("dsk_start %x\n", dsk_start); in dskread()
381 DPRINTF("p_size = %x\n", in dskread()
387 DPRINTF("p_offset %x, RAW %x\n", in dskread()
398 DPRINTF("Invalid %s\n", "label"); in dskread()
[all …]
/NextBSD/sys/dev/ath/
HDif_ath_tx.c273 DPRINTF(sc, ATH_DEBUG_XMIT, "%s: no buffer?\n", in ath_txfrag_setup()
336 DPRINTF(sc, ATH_DEBUG_XMIT, "%s: m %p len %u\n", in ath_tx_dmasetup()
542 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: nframes=%d, al=%d\n", in ath_tx_setds_11n()
549 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: bf=%p, txrate0=%d\n", in ath_tx_setds_11n()
552 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: bf=%p, rix0=%d\n", in ath_tx_setds_11n()
560 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, in ath_tx_setds_11n()
666 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: end\n", __func__); in ath_tx_setds_11n()
697 DPRINTF(sc, ATH_DEBUG_XMIT, in ath_tx_handoff_mcast()
805 DPRINTF(sc, ATH_DEBUG_XMIT, in ath_tx_handoff_hw()
833 DPRINTF(sc, ATH_DEBUG_XMIT, in ath_tx_handoff_hw()
[all …]
/NextBSD/lib/librtld_db/
HDrtld_db.c47 #define DPRINTF(...) do { \ macro
88 DPRINTF("%s rdap %p event %d notify %p\n", __func__, rdap, event, in rd_event_addr()
117 DPRINTF("%s onoff %d\n", __func__, onoff); in rd_event_enable()
125 DPRINTF("%s\n", __func__); in rd_event_getmsg()
153 DPRINTF("%s\n", __func__); in rd_loadobj_iter()
188 DPRINTF("%s\n", __func__); in rd_log()
211 DPRINTF("%s\n", __func__); in rd_objpad_enable()
223 DPRINTF("%s\n", __func__); in rd_plt_resolution()
242 DPRINTF("found r_debug_state at 0x%lx\n", (unsigned long)sym.st_value); in rd_reset()
249 DPRINTF("found _r_debug_postinit at 0x%lx\n", in rd_reset()
/NextBSD/usr.bin/fortune/fortune/
HDfortune.c77 #define DPRINTF(l,x) { if (Debug >= l) fprintf x; } macro
80 #define DPRINTF(l,x) macro
492 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", path)); in add_file()
497 DPRINTF(1, (stderr, "adding file \"%s\"\n", path)); in add_file()
514 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", path)); in add_file()
541 DPRINTF(2, (stderr, "path = \"%s\"\n", path)); in add_file()
665 DPRINTF(1, (stderr, "adding \"%s\" because of -a\n", offensive)); in all_forts()
713 DPRINTF(1, (stderr, "adding dir \"%s\"\n", fp->path)); in add_dir()
770 DPRINTF(2, (stderr, "is_fortfile(%s) returns ", file)); in is_fortfile()
779 DPRINTF(2, (stderr, "FALSE (offending file)\n")); in is_fortfile()
[all …]
/NextBSD/sys/dev/cpuctl/
HDcpuctl.c61 # define DPRINTF(format,...) printf(format, __VA_ARGS__); macro
63 # define DPRINTF(...) macro
154 DPRINTF("[cpuctl,%d]: bad cpu number %d\n", __LINE__, cpu); in cpuctl_ioctl()
211 DPRINTF("[cpuctl,%d]: retrieving cpuid lev %#0x type %#0x for %d cpu\n", in cpuctl_do_cpuid_count()
250 DPRINTF("[cpuctl,%d]: operating on MSR %#0x for %d cpu\n", __LINE__, in cpuctl_do_msr()
292 DPRINTF("[cpuctl,%d]: XXX %d", __LINE__, cpu); in cpuctl_do_update()
321 DPRINTF("[cpuctl,%d]: zero-sized firmware image", __LINE__); in update_intel()
325 DPRINTF("[cpuctl,%d]: firmware image too large", __LINE__); in update_intel()
336 DPRINTF("[cpuctl,%d]: copyin %p->%p of %zd bytes failed", in update_intel()
379 DPRINTF("[cpuctl,%d]: zero-sized firmware image", __LINE__); in update_amd()
[all …]
/NextBSD/contrib/netbsd-tests/lib/libc/net/
HDh_dns_server.c67 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro
69 #define DPRINTF(...) macro
350 DPRINTF("Too short %zd\n", nrecv); in main()
354 DPRINTF("Not a query 0x%x\n", buf[2]); in main()
358 DPRINTF("QCOUNT is not 1 0x%x 0x%x\n", buf[4], buf[5]); in main()
367 DPRINTF("no match name %s != %s\n", in main()
372 DPRINTF("match name %s\n", in main()
378 DPRINTF("no match name 0x%x != 0x%x\n", in main()
382 DPRINTF("match type 0x%x\n", qtype); in main()
386 DPRINTF("no match class %d != 1\n", qclass); in main()
[all …]
/NextBSD/sys/dev/iwn/
HDif_iwn.c431 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: begin\n",__func__); in iwn_attach()
713 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n",__func__); in iwn_attach()
726 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end in error\n",__func__); in iwn_attach()
1217 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn4965_attach()
1250 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn4965_attach()
1260 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn5000_attach()
1299 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_radiotap_attach()
1305 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s end\n", __func__); in iwn_radiotap_attach()
1390 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_detach()
1438 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n", __func__); in iwn_detach()
[all …]
/NextBSD/sys/netipsec/
HDxform_ah.c210 DPRINTF(("%s: unsupported authentication algorithm %u\n", in ah_init0()
221 DPRINTF(("%s: replay state block inconsistency, " in ah_init0()
228 DPRINTF(("%s: no authentication key for %s algorithm\n", in ah_init0()
234 DPRINTF(("%s: invalid keylength %d, algorithm %s requires " in ah_init0()
317 DPRINTF(("%s: m_pullup failed\n", __func__)); in ah_massage_headers()
341 DPRINTF(("%s: illegal IPv4 option length for " in ah_massage_headers()
364 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers()
379 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers()
405 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers()
421 DPRINTF(("%s: malformed IPv4 options header\n", in ah_massage_headers()
[all …]
HDxform_ipcomp.c113 DPRINTF(("%s: unsupported compression algorithm %d\n", __func__, in ipcomp_init()
161 DPRINTF(("%s: m_pullup failed\n", __func__)); in ipcomp_input()
169 DPRINTF(("%s: recursive compression detected\n", __func__)); in ipcomp_input()
177 DPRINTF(("%s: no crypto descriptors\n", __func__)); in ipcomp_input()
186 DPRINTF(("%s: cannot allocate tdb_crypto\n", __func__)); in ipcomp_input()
264 DPRINTF(("%s: crypto error %d\n", __func__, crp->crp_etype)); in ipcomp_input_cb()
271 DPRINTF(("%s: null mbuf returned from crypto\n", __func__)); in ipcomp_input_cb()
288 DPRINTF(("%s: m_pullup failed\n", __func__)); in ipcomp_input_cb()
301 DPRINTF(("%s: bad mbuf chain, IPCA %s/%08lx\n", __func__, in ipcomp_input_cb()
388 DPRINTF(("%s: unknown/unsupported protocol family %d, " in ipcomp_output()
[all …]
HDxform_esp.c178 DPRINTF(("%s: unsupported encryption algorithm %d\n", in esp_init()
183 DPRINTF(("%s: no encoding key for %s algorithm\n", in esp_init()
189 DPRINTF(("%s: 4-byte IV not supported with protocol\n", in esp_init()
196 DPRINTF(("%s: invalid key length %u, must be in the range " in esp_init()
241 DPRINTF(("%s: invalid key length %u" in esp_init()
271 DPRINTF(("%s: no encoding OR authentication xform!\n", in esp_init()
315 DPRINTF(("%s: misaligned packet, skip %u pkt len %u", in esp_input()
345 DPRINTF(("%s: payload of %d octets not a multiple of %d octets," in esp_input()
359 DPRINTF(("%s: packet replay check for %s\n", __func__, in esp_input()
372 DPRINTF(("%s: failed to acquire crypto descriptors\n", in esp_input()
[all …]
/NextBSD/usr.bin/xlint/lint1/
HDinit.c78 #define DPRINTF(a) macro
80 #define DPRINTF(a) printf a macro
89 DPRINTF(("memberpush = %s\n", nam->n_name));
108 DPRINTF(("memberpop = %s\n", namedmem->n_name)); in memberpop()
175 DPRINTF(("popi2(): %d %s\n", istk->i_cnt, in popi2()
178 DPRINTF(("popi2(): %d %s %s\n", istk->i_cnt, in popi2()
213 DPRINTF(("popinit(%d)\n", brace)); in popinit()
251 DPRINTF(("pushinit(extend) %s\n", tyname(buf, sizeof(buf), in pushinit()
281 DPRINTF(("pushinit(%s)\n", tyname(buf, sizeof(buf), istk->i_type))); in pushinit()
285 DPRINTF(("pushinit ARRAY %s\n", namedmem->n_name)); in pushinit()
[all …]
/NextBSD/sys/dev/wpi/
HDif_wpi.c351 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_BEGIN, __func__); in wpi_attach()
563 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_attach()
567 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_attach()
580 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_BEGIN, __func__); in wpi_radiotap_attach()
584 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_radiotap_attach()
690 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_BEGIN, __func__); in wpi_detach()
733 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_detach()
868 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_BEGIN, __func__); in wpi_read_prom_data()
893 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_read_prom_data()
1007 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_BEGIN, __func__); in wpi_alloc_rx_ring()
[all …]

12345678910>>...13