| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_sdhost.c | 189 #define dprintf(fmt, args...) \ macro 196 #define dprintf(fmt, args...) macro 386 dprintf("%s:\n", __func__); in bcm_sdhost_probe() 406 dprintf("%s: dev=%p sc=%p unit=%d\n", in bcm_sdhost_attach() 502 dprintf("%s:\n", __func__); in bcm_sdhost_detach() 543 dprintf("%s: card status %08x (cs %d)\n", in bcm_sdhost_waitcommand_status() 654 dprintf("%s:\n", __func__); in bcm_sdhost_get_ro() 663 dprintf("%s:\n", __func__); in bcm_sdhost_get_card_present() 854 dprintf("%s: SDHCI_ADMA_ERR\n", __func__); in bcm_sdhost_read_1() 940 dprintf("%s: SDHCI_ARGUMENT\n", __func__); in bcm_sdhost_read_4() [all …]
|
| /freebsd-12.1/sys/amd64/sgx/ |
| H A D | sgx.c | 163 #define dprintf(fmt, ...) macro 527 dprintf("t->flags %lx\n", t->flags); in sgx_tcs_dump() 528 dprintf("t->ossa %lx\n", t->ossa); in sgx_tcs_dump() 529 dprintf("t->cssa %x\n", t->cssa); in sgx_tcs_dump() 530 dprintf("t->nssa %x\n", t->nssa); in sgx_tcs_dump() 531 dprintf("t->oentry %lx\n", t->oentry); in sgx_tcs_dump() 532 dprintf("t->ofsbasgx %lx\n", t->ofsbasgx); in sgx_tcs_dump() 534 dprintf("t->fslimit %x\n", t->fslimit); in sgx_tcs_dump() 535 dprintf("t->gslimit %x\n", t->gslimit); in sgx_tcs_dump() 570 dprintf("%s: sc is NULL\n", __func__); in sgx_pg_dtor() [all …]
|
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | conf_tok.l | 92 # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s)) macro 95 # define dprintf(f,s) macro 130 dprintf("%8d: Left bracket \"%s\"\n", yytext); 136 dprintf("%8d: Right bracket \"%s\"\n", yytext); 142 dprintf("%8d: Equal \"%s\"\n", yytext); 148 dprintf("%8d: Whitespace \"%s\"\n", yytext); 154 dprintf("%8d: Comment \"%s\"\n", yytext); 158 dprintf("%8d: Non-WS string \"%s\"\n", yytext); 164 dprintf("%8d: QUOTED-Non-WS-EQ string \"%s\"\n", yytext); 172 dprintf("%8d: Non-WS-EQ string \"%s\"\n", yytext);
|
| /freebsd-12.1/sys/arm64/rockchip/clk/ |
| H A D | rk_clk_pll.c | 73 #define dprintf(format, arg...) macro 380 dprintf("con0: %x\n", con1); in rk3399_clk_pll_recalc() 381 dprintf("con1: %x\n", con2); in rk3399_clk_pll_recalc() 382 dprintf("con2: %x\n", con3); in rk3399_clk_pll_recalc() 383 dprintf("con3: %x\n", con4); in rk3399_clk_pll_recalc() 396 dprintf("fbdiv: %d\n", fbdiv); in rk3399_clk_pll_recalc() 399 dprintf("refdiv: %d\n", refdiv); in rk3399_clk_pll_recalc() 400 dprintf("fracdiv: %d\n", fracdiv); in rk3399_clk_pll_recalc() 401 dprintf("dsmpd: %d\n", dsmpd); in rk3399_clk_pll_recalc() 412 dprintf("foutvco: %lu\n", foutvco); in rk3399_clk_pll_recalc() [all …]
|
| H A D | rk_clk_composite.c | 72 #define dprintf(format, arg...) macro 107 dprintf("%sabling gate\n", enable ? "En" : "Dis"); in rk_clk_composite_set_gate() 110 dprintf("sc->gate_shift: %x\n", sc->gate_shift); in rk_clk_composite_set_gate() 112 dprintf("Write: gate_offset=%x, val=%x\n", sc->gate_offset, val); in rk_clk_composite_set_gate() 131 dprintf("Set mux to %d\n", index); in rk_clk_composite_set_mux() 135 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_composite_set_mux() 153 dprintf("Read: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, reg); in rk_clk_composite_recalc() 158 dprintf("parent_freq=%lu, div=%u\n", *freq, div); in rk_clk_composite_recalc() 197 dprintf("Finding best parent/div for target freq of %lu\n", *fout); in rk_clk_composite_set_freq() 240 dprintf("Setting divider to %d\n", best_div); in rk_clk_composite_set_freq() [all …]
|
| H A D | rk_clk_armclk.c | 78 #define dprintf(format, arg...) macro 108 dprintf("Set mux to %d\n", index); in rk_clk_armclk_set_mux() 112 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_armclk_set_mux() 130 dprintf("Read: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, reg); in rk_clk_armclk_recalc() 135 dprintf("parent_freq=%lu, div=%u\n", *freq, div); in rk_clk_armclk_recalc() 155 dprintf("Finding best parent/div for target freq of %lu\n", *fout); in rk_clk_armclk_set_freq() 165 dprintf("Best parent %s (%d) with best freq at %lu\n", in rk_clk_armclk_set_freq() 182 dprintf("Changing parent (%s) freq to %lu\n", clknode_get_name(p_main), best_p); in rk_clk_armclk_set_freq() 192 dprintf("main parent freq at %lu\n", best_p); in rk_clk_armclk_set_freq() 196 dprintf("Write: muxdiv_offset=%x, val=%x\n", sc->muxdiv_offset, val); in rk_clk_armclk_set_freq()
|
| /freebsd-12.1/sys/dev/amdgpio/ |
| H A D | amdgpio.c | 106 dprintf("busdev %p\n", sc->sc_busdev); in amdgpio_get_bus() 126 dprintf("pin %d\n", pin); in amdgpio_valid_pin() 142 dprintf("pin %d\n", pin); in amdgpio_pin_getname() 152 dprintf("pin %d name %s\n", pin, name); in amdgpio_pin_getname() 164 dprintf("pin %d\n", pin); in amdgpio_pin_getcaps() 170 dprintf("pin %d caps 0x%x\n", pin, *caps); in amdgpio_pin_getcaps() 183 dprintf("pin %d\n", pin); in amdgpio_pin_getflags() 206 dprintf("pin %d flags 0x%x\n", pin, flags); in amdgpio_pin_setflags() 256 dprintf("pin %d\n", pin); in amdgpio_pin_get() 294 dprintf("pin %d value 0x%x\n", pin, value); in amdgpio_pin_set() [all …]
|
| /freebsd-12.1/sys/dev/gpio/ |
| H A D | gpioc.c | 49 #define dprintf printf macro 51 #define dprintf(x, arg...) macro 145 dprintf("get config pin %d\n", pin.gp_pin); in gpioc_ioctl() 157 dprintf("set config pin %d\n", pin.gp_pin); in gpioc_ioctl() 169 dprintf("read pin %d -> %d\n", in gpioc_ioctl() 177 dprintf("write pin %d -> %d\n", in gpioc_ioctl() 182 dprintf("toggle pin %d\n", in gpioc_ioctl() 188 dprintf("set name on pin %d\n", pin.gp_pin); in gpioc_ioctl()
|
| /freebsd-12.1/sys/dev/xilinx/ |
| H A D | axidma.c | 68 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 70 #define dprintf(fmt, ...) macro 163 dprintf("%s: AXI_DMASR %x\n", __func__, in axidma_intr() 165 dprintf("%s: AXI_CURDESC %x\n", __func__, in axidma_intr() 167 dprintf("%s: AXI_TAILDESC %x\n", __func__, in axidma_intr() 198 dprintf("%s\n", __func__); in axidma_intr_rx() 212 dprintf("%s\n", __func__); in axidma_intr_tx() 233 dprintf("timeout %d\n", timeout); in axidma_reset() 238 dprintf("%s: read control after reset: %x\n", in axidma_reset() 467 dprintf("%s: sg_n %d\n", __func__, sg_n); in axidma_channel_submit_sg() [all …]
|
| /freebsd-12.1/usr.sbin/syslogd/ |
| H A D | syslogd.c | 159 #define dprintf if (Debug) printf macro 1651 dprintf(":%d\n", in fprintlog_write() 1658 dprintf(":%d\n", in fprintlog_write() 1664 dprintf("\n"); in fprintlog_write() 1758 dprintf(" (ignored)\n"); in fprintlog_write() 1775 dprintf("\n"); in fprintlog_write() 1952 dprintf("\n"); in fprintlog_first() 2141 dprintf("%s\n", buf); in logerror() 2344 dprintf("init\n"); in init() 2504 dprintf("%s\n", hostMsg); in init() [all …]
|
| /freebsd-12.1/sys/dev/altera/msgdma/ |
| H A D | msgdma.c | 70 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 72 #define dprintf(fmt, ...) macro 160 dprintf("%s: idx_tail %d idx_head %d\n", __func__, in msgdma_intr() 194 dprintf("%s: read 1: %x\n", __func__, READ4(sc, 0x08)); in msgdma_reset() 195 dprintf("%s: read 2: %x\n", __func__, READ4(sc, 0x0C)); in msgdma_reset() 205 dprintf("timeout %d\n", timeout); in msgdma_reset() 210 dprintf("%s: read control after reset: %x\n", in msgdma_reset() 302 dprintf("map desc %d: descs phys %lx len %ld\n", in msgdma_dmamap_cb() 339 dprintf("%s: nseg %d\n", __func__, nsegments); in msgdma_desc_alloc() 488 dprintf("%s: src %x dst %x len %d\n", __func__, in msgdma_channel_submit_sg() [all …]
|
| /freebsd-12.1/sys/mips/cavium/cryptocteon/ |
| H A D | cavium_crypto.c | 242 dprintf("%s()\n", __func__); in octo_calc_hash() 336 dprintf("%s()\n", __func__); in octo_des_cbc_encrypt() 395 dprintf("%s()\n", __func__); in octo_des_cbc_decrypt() 455 dprintf("%s()\n", __func__); in octo_aes_cbc_encrypt() 524 dprintf("%s()\n", __func__); in octo_aes_cbc_decrypt() 597 dprintf("%s()\n", __func__); in octo_null_md5_encrypt() 699 dprintf("%s()\n", __func__); in octo_null_sha1_encrypt() 809 dprintf("%s()\n", __func__); in octo_des_cbc_md5_encrypt() 957 dprintf("%s()\n", __func__); in octo_des_cbc_md5_decrypt() 1108 dprintf("%s()\n", __func__); in octo_des_cbc_sha1_encrypt() [all …]
|
| H A D | cryptocteon.c | 147 dprintf("%s,%d - EINVAL bad cipher/hash or combination\n", in cryptocteon_newsession() 152 dprintf("%s,%d - EINVAL cannot handle chained cipher/hash combos\n", in cryptocteon_newsession() 207 dprintf("%s,%d: EINVALn", __FILE__, __LINE__); in cryptocteon_newsession() 231 dprintf("%s,%d: EINVALn", __FILE__, __LINE__); in cryptocteon_newsession() 248 dprintf("%s,%d: EINVALn", __FILE__, __LINE__); in cryptocteon_newsession() 283 dprintf("%s,%d: EINVAL\n", __FILE__, __LINE__); in cryptocteon_process() 332 dprintf("%s,%d: ENOENT - descriptors do not match session\n", in cryptocteon_process()
|
| /freebsd-12.1/sbin/restore/ |
| H A D | restore.c | 83 dprintf(stdout, "%s: not on the tape\n", name); in addfile() 184 dprintf(stdout, "%s: REMOVE\n", myname(ep)); in removeoldleaves() 274 dprintf(stdout, "name/inode conflict, mktempname %s\n", in nodeupdates() 302 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 338 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 362 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 375 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates() 399 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 441 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 527 dprintf(stdout, in findunreflinks() [all …]
|
| /freebsd-12.1/sys/contrib/libnv/ |
| H A D | nvlist.c | 464 dprintf(fd, "\n"); in nvlist_dump() 489 dprintf(fd, "\n"); in nvlist_dump() 499 dprintf(fd, " [ "); in nvlist_dump() 503 dprintf(fd, ", "); in nvlist_dump() 505 dprintf(fd, " ]\n"); in nvlist_dump() 515 dprintf(fd, " [ "); in nvlist_dump() 522 dprintf(fd, ", "); in nvlist_dump() 524 dprintf(fd, " ]\n"); in nvlist_dump() 534 dprintf(fd, " [ "); in nvlist_dump() 539 dprintf(fd, ", "); in nvlist_dump() [all …]
|
| /freebsd-12.1/contrib/one-true-awk/ |
| H A D | lib.c | 121 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n", in getrec() 130 dprintf( ("argno=%d, file=|%s|\n", argno, file) ); in getrec() 143 dprintf( ("opening file %s\n", file) ); in getrec() 241 dprintf( ("getargv(%d) returns |%s|\n", n, s) ); in getargv() 260 dprintf( ("command line set %s to |%s|\n", s, p) ); in setclvar() 438 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) ); in refldbld() 447 dprintf( ("refldbld: i=%d\n", i) ); in refldbld() 450 dprintf( ("match %s (%d chars)\n", patbeg, patlen) ); in refldbld() 456 dprintf( ("no match %s\n", rec) ); in refldbld() 489 dprintf( ("in recbld inputFS=%s, fldtab[0]=%p\n", inputFS, (void*)fldtab[0]) ); in recbld() [all …]
|
| H A D | tran.c | 214 dprintf( ("setsymtab found %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab() 233 dprintf( ("setsymtab set %p: n=%s s=\"%s\" f=%g t=%o\n", in setsymtab() 292 dprintf( ("setting field %d to %g\n", fldno, f) ); in setfval() 303 dprintf( ("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval) ); in setfval() 322 dprintf( ("starting setsval %p: %s = \"%s\", t=%o, r,f=%d,%d\n", in setsval() 331 dprintf( ("setting field %d to %s (%p)\n", fldno, s, s) ); in setsval() 342 dprintf( ("setsval %p: %s = \"%s (%p) \", t=%o r,f=%d,%d\n", in setsval() 360 dprintf( ("getfval %p: %s = %g, t=%o\n", in getfval() 387 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n", in get_str_val()
|
| H A D | main.c | 163 dprintf( ("program = |%s|\n", argv[1]) ); in main() 172 dprintf( ("argc=%d, argv[0]=%s\n", argc, argv[0]) ); in main() 180 dprintf( ("errorflag=%d\n", errorflag) ); in main()
|
| /freebsd-12.1/sys/arm/allwinner/clkng/ |
| H A D | aw_ccung.c | 66 #define dprintf(format, arg...) device_printf(dev, "%s: " format, __func__, arg) 68 #define dprintf(format, arg...) macro 85 dprintf("offset=%lx write %x\n", addr, val); in aw_ccung_write_4() 98 dprintf("offset=%lx Read %x\n", addr, *val); in aw_ccung_read_4() 110 dprintf("offset=%lx clr: %x set: %x\n", addr, clr, set); in aw_ccung_modify_4() 127 dprintf("%sassert reset id %ld\n", reset ? "" : "De", id); in aw_ccung_reset_assert()
|
| /freebsd-12.1/sys/mips/atheros/ |
| H A D | ar71xx_pci.c | 72 #define dprintf printf macro 74 #define dprintf(x, arg...) macro 157 dprintf("%s: PCI error = %02x\n", __func__, error); in ar71xx_pci_check_bus_error() 170 dprintf("%s: AHB error = %02x\n", __func__, error); in ar71xx_pci_check_bus_error() 207 dprintf("%s: tag (%x, %x, %x) %d/%d addr=%08x, cmd=%08x\n", __func__, in ar71xx_pci_conf_setup() 231 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot, in ar71xx_pci_read_config() 245 dprintf("%s: read 0x%x\n", __func__, data); in ar71xx_pci_read_config() 255 dprintf("%s: local write reg %d(%d)\n", __func__, reg, bytes); in ar71xx_pci_local_write() 271 dprintf("%s: tag (%x, %x, %x) reg %d(%d)\n", __func__, bus, slot, in ar71xx_pci_write_config()
|
| /freebsd-12.1/sys/dev/flash/ |
| H A D | cqspi.c | 72 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 74 #define dprintf(fmt, ...) macro 153 dprintf("%s: IRQSTAT %x\n", __func__, pending); in cqspi_intr() 174 dprintf("%s\n", __func__); in cqspi_xdma_tx_intr() 207 dprintf("%s\n", __func__); in cqspi_xdma_rx_intr() 259 dprintf("%s: %x\n", __func__, cmd); in cqspi_cmd_write_addr() 307 dprintf("%s: %x\n", __func__, cmd); in cqspi_cmd_read() 418 dprintf("%s: offset 0x%llx count %lld bytes\n", in cqspi_write() 477 dprintf("%s: offset 0x%llx count %lld bytes\n", in cqspi_read()
|
| /freebsd-12.1/sys/arm64/coresight/ |
| H A D | coresight-funnel.c | 55 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 57 #define dprintf(fmt, ...) macro 85 dprintf("Device ID: %x\n", bus_read_4(sc->res, FUNNEL_DEVICEID)); in funnel_init()
|
| H A D | coresight-etm4x.c | 55 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 57 #define dprintf(fmt, ...) macro 143 dprintf("configure range %d, address %lx\n", in etm_prepare() 200 dprintf("ETM Version: %d.%d\n", in etm_init()
|
| H A D | coresight-tmc.c | 54 #define dprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 56 #define dprintf(fmt, ...) macro 145 dprintf("%s: STS %x, CTL %x, RSZ %x, RRP %x, RWP %x, " in tmc_configure_etf() 228 dprintf(dev, "ETR configuration found\n"); in tmc_init() 232 dprintf(dev, "ETF configuration found\n"); in tmc_init()
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | nexus.c | 74 #define dprintf printf macro 76 #define dprintf(x, arg...) macro 289 dprintf("%s: entry (%p, %p, %d, %p, %p, %p, %jd, %d)\n", in nexus_alloc_resource() 292 dprintf("%s: requested rid is %d\n", __func__, *rid); in nexus_alloc_resource() 364 dprintf("%s: entry (%p, %p, %d, %d, %p, %jd)\n", in nexus_set_resource() 399 dprintf("%s: entry\n", __func__); in nexus_delete_resource() 408 dprintf("%s: entry\n", __func__); in nexus_release_resource() 597 dprintf("%s: discovered hinted child %s at maddr %p(%d)\n", in nexus_hinted_child()
|