| /f-stack/freebsd/arm/ti/clk/ |
| H A D | ti_gate_clock.c | 53 #define DPRINTF(dev, msg...) device_printf(dev, msg) macro 55 #define DPRINTF(dev, msg...) macro 116 DPRINTF(sc->sc_dev, "Failed to create clkdom\n"); in register_clk() 128 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err); in register_clk() 157 DPRINTF(sc->sc_dev, "no reg (TI_CLKDM_GATE_CLOCK)\n"); in ti_gate_attach() 169 DPRINTF(sc->sc_dev, in ti_gate_attach() 174 DPRINTF(sc->sc_dev, "on_value = 1, off_value = 0\n"); in ti_gate_attach() 185 DPRINTF(sc->sc_dev, "num_real_clocks %x gate_def.mask %x\n", in ti_gate_attach() 192 DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n"); in ti_gate_attach() 200 DPRINTF(sc->sc_dev, "register_clk failed\n"); in ti_gate_attach() [all …]
|
| H A D | ti_mux_clock.c | 53 #define DPRINTF(dev, msg...) device_printf(dev, msg) 55 #define DPRINTF(dev, msg...) macro 106 DPRINTF(sc->sc_dev, "Failed to create clkdom\n"); in register_clk() 112 DPRINTF(sc->sc_dev, "clknode_mux_register failed %x\n", err); in register_clk() 118 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err); in register_clk() 144 DPRINTF(sc->sc_dev, "ti,bit-shift => shift %x\n", sc->mux_def.shift); in ti_mux_attach() 167 DPRINTF(sc->sc_dev, "sc->clock_cell.num_real_clocks %x def.width %x\n", in ti_mux_attach() 174 DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n"); in ti_mux_attach() 182 DPRINTF(sc->sc_dev, "register_clk failed\n"); in ti_mux_attach() 208 DPRINTF(sc->sc_dev, "ti_mux_new_pass find_parent_clock_names failed\n"); in ti_mux_new_pass() [all …]
|
| H A D | ti_divider_clock.c | 51 #define DPRINTF(dev, msg...) device_printf(dev, msg) 53 #define DPRINTF(dev, msg...) macro 90 DPRINTF(sc->sc_dev, "Failed to create clkdom\n"); in register_clk() 96 DPRINTF(sc->sc_dev, "clknode_div_register failed %x\n", err); in register_clk() 102 DPRINTF(sc->sc_dev, "Clk domain finit fails %x.\n", err); in register_clk() 179 DPRINTF(sc->sc_dev, "div_def.i_width %x\n", sc->div_def.i_width); in ti_divider_attach() 189 DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n"); in ti_divider_attach() 197 DPRINTF(sc->sc_dev, "register_clk failed\n"); in ti_divider_attach() 229 DPRINTF(sc->sc_dev, "new_pass find_parent_clock_names failed\n"); in ti_divider_new_pass() 236 DPRINTF(sc->sc_dev, "new_pass register_clk failed\n"); in ti_divider_new_pass()
|
| H A D | ti_dpll_clock.c | 52 #define DPRINTF(dev, msg...) device_printf(dev, msg) 54 #define DPRINTF(dev, msg...) macro 123 DPRINTF(sc->dev, "Failed to create clkdom\n"); in register_clk() 129 DPRINTF(sc->dev, in register_clk() 136 DPRINTF(sc->dev, "Clk domain finit fails %x.\n", err); in register_clk() 254 DPRINTF(sc->dev, "clkmode %x idlest %x clksel %x autoidle %x\n", in parse_dpll_reg() 299 DPRINTF(sc->dev, "find_parent_clock_names failed\n"); in ti_dpll_attach() 307 DPRINTF(sc->dev, "register_clk failed\n"); in ti_dpll_attach() 340 DPRINTF(sc->dev, in ti_dpll_new_pass() 348 DPRINTF(sc->dev, "new_pass register_clk failed\n"); in ti_dpll_new_pass()
|
| H A D | clock_common.c | 53 #define DPRINTF(dev, msg...) device_printf(dev, msg) 55 #define DPRINTF(dev, msg...) macro 109 DPRINTF(dev, "Failed to find clock_cells[%d]=0x%x\n", in find_parent_clock_names() 119 DPRINTF(dev, "Found parent clock[%d/%d]: %s\n", in find_parent_clock_names() 142 DPRINTF(dev, "node name: %s\n", def->name); in create_clkdef()
|
| H A D | ti_clkctrl.c | 59 #define DPRINTF(dev, msg...) device_printf(dev, msg) 61 #define DPRINTF(dev, msg...) macro 161 DPRINTF(sc->dev, "Failed to create clkdom\n"); in ti_clkctrl_attach() 236 DPRINTF(sc->dev, "Clk domain finit fails %x.\n", err); in ti_clkctrl_attach() 314 DPRINTF(sc->dev, "ti_clkctrl_attach: reg[%d]: %s %x\n", in create_clkctrl() 326 DPRINTF(sc->dev, in create_clkctrl()
|
| H A D | ti_clk_clkctrl.c | 45 #define DPRINTF(dev, msg...) device_printf(dev, msg) 47 #define DPRINTF(dev, msg...) macro 106 DPRINTF(sc->dev, "val(%x) & (%x | %x = %x)\n", in ti_clkctrl_set_gdbclk_gate() 118 DPRINTF(sc->dev, "val %x\n", val); in ti_clkctrl_set_gdbclk_gate()
|
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 103 #define DPRINTF(a) printf a macro 105 #define DPRINTF(a) (void)0 macro 523 DPRINTF(("no such msqid\n")); in kern_msgctl() 669 DPRINTF(("found public key\n")); in sys_msgget() 671 DPRINTF(("not exclusive\n")); in sys_msgget() 862 DPRINTF(("msqid is locked\n")); in kern_msgsnd() 874 DPRINTF(("no more msghdrs\n")); in kern_msgsnd() 919 DPRINTF(("msqid deleted\n")); in kern_msgsnd() 1244 DPRINTF(("requested message " in kern_msgrcv() 1307 DPRINTF(("msgrcv: goodnight\n")); in kern_msgrcv() [all …]
|
| H A D | subr_rman.c | 107 #define DPRINTF(params) if (rman_debug) printf params macro 460 DPRINTF(("NULL list head\n")); in rman_reserve_resource_bound() 474 DPRINTF(("could not find a region\n")); in rman_reserve_resource_bound() 494 DPRINTF(("s->r_start (%#jx) + count - 1> end (%#jx)\n", in rman_reserve_resource_bound() 504 DPRINTF(("region is allocated\n")); in rman_reserve_resource_bound() 521 DPRINTF(("adjusted start exceeds end\n")); in rman_reserve_resource_bound() 531 DPRINTF(("candidate region is entire chunk\n")); in rman_reserve_resource_bound() 558 DPRINTF(("splitting region in three parts: " in rman_reserve_resource_bound() 582 DPRINTF(("allocating from the beginning\n")); in rman_reserve_resource_bound() 589 DPRINTF(("allocating at the end\n")); in rman_reserve_resource_bound() [all …]
|
| H A D | sysv_sem.c | 81 #define DPRINTF(a) printf a macro 83 #define DPRINTF(a) macro 993 DPRINTF(("found public key\n")); in sys_semget() 995 DPRINTF(("not exclusive\n")); in sys_semget() 1004 DPRINTF(("too small\n")); in sys_semget() 1026 DPRINTF(( in sys_semget() 1222 DPRINTF(( in sys_semop() 1288 DPRINTF(("semop: good night!\n")); in sys_semop() 1405 DPRINTF(("semop: done\n")); in sys_semop() 1469 DPRINTF(( in semexit_myhook() [all …]
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_sysc.c | 63 #define DPRINTF(dev, msg...) macro 367 DPRINTF(sc->dev, "Limit %s\n", name); in parse_idle() 376 DPRINTF(sc->dev, "%s[%d] = %d ", in parse_idle() 380 DPRINTF(sc->dev, "SYSC_IDLE_FORCE\n"); in parse_idle() 383 DPRINTF(sc->dev, "SYSC_IDLE_NO\n"); in parse_idle() 386 DPRINTF(sc->dev, "SYSC_IDLE_SMART\n"); in parse_idle() 389 DPRINTF(sc->dev, "SYSC_IDLE_SMART_WKUP\n"); in parse_idle() 478 DPRINTF(sc->dev, "could not get ranges\n"); in ti_sysc_attach() 483 DPRINTF(sc->dev, "nranges == 0\n"); in ti_sysc_attach() 529 DPRINTF(sc->dev, in ti_sysc_attach() [all …]
|
| H A D | ti_wdt.c | 55 #define DPRINTF(fmt, ...) do { \ macro 60 #define DPRINTF(fmt, ...) macro 126 DPRINTF("disabling watchdog %p\n", sc); in ti_wdt_disable() 137 DPRINTF("enabling watchdog %p\n", sc); in ti_wdt_enable() 229 DPRINTF("interrupt %p", sc); in ti_wdt_intr() 248 DPRINTF("cmd 0x%x\n", cmd); in ti_wdt_event() 255 DPRINTF("seconds %u\n", s); in ti_wdt_event() 266 DPRINTF("wldr 0x%x\n", wldr); in ti_wdt_event()
|
| H A D | ti_scm_syscon.c | 60 #define DPRINTF(dev, msg...) device_printf(dev, msg) 62 #define DPRINTF(dev, msg...) macro 95 DPRINTF(sc->dev, "offset=%lx write %x\n", offset, val); in ti_scm_syscon_write_4() 113 DPRINTF(sc->dev, "offset=%lx Read %x\n", offset, val); in ti_scm_syscon_read_4() 130 DPRINTF(sc->dev, "offset=%lx reg: %x (clr %x set %x)\n", offset, reg, clr, set); in ti_scm_syscon_modify_4() 222 DPRINTF(sc->dev, "offset=%lx write %x\n", addr, val); in ti_scm_syscon_clk_write_4() 235 DPRINTF(sc->dev, "offset=%lx Read %x\n", addr, *val); in ti_scm_syscon_clk_read_4() 251 DPRINTF(sc->dev, "offset=%lx reg: %x (clr %x set %x)\n", addr, reg, clr, set); in ti_scm_syscon_clk_modify_4()
|
| H A D | ti_prm.c | 49 #define DPRINTF(dev, msg...) device_printf(dev, msg) 51 #define DPRINTF(dev, msg...) macro 154 DPRINTF(sc->dev, "offset=%lx write %x\n", addr, val); in ti_prm_write_4() 173 DPRINTF(sc->dev, "offset=%lx Read %x\n", addr, *val); in ti_prm_read_4() 189 DPRINTF(sc->dev, "offset=%lx (clr %x set %x)\n", addr, clr, set); in ti_prm_modify_4()
|
| H A D | ti_mbox.c | 58 #define DPRINTF(fmt, ...) do { \ macro 63 #define DPRINTF(fmt, ...) macro 175 DPRINTF("initial sysconfig %d\n", sysconfig); in ti_mbox_attach() 195 DPRINTF("rev %d\n", rev); in ti_mbox_attach() 230 DPRINTF("interrupt %p", sc); in ti_mbox_intr()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am3359_cppi41.c | 56 #define DPRINTF(dev, msg...) device_printf(dev, msg) 58 #define DPRINTF(dev, msg...) macro 90 DPRINTF(sc->dev, "offset=%lx write %x\n", addr, val); in ti_am3359_cppi41_write_4() 108 DPRINTF(sc->dev, "offset=%lx Read %x\n", addr, val); in ti_am3359_cppi41_read_4() 151 DPRINTF(dev, "-- RESET USB --\n"); in ti_am3359_cppi41_attach() 155 DPRINTF(dev, "Dont have reset bit\n"); in ti_am3359_cppi41_attach() 159 DPRINTF(dev, "sysc_address %x\n", sysc_address); in ti_am3359_cppi41_attach() 164 DPRINTF(dev, "Reset still ongoing - wait a little bit longer\n"); in ti_am3359_cppi41_attach()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_ah.c | 195 DPRINTF(("%s: replay state block inconsistency, " in ah_init0() 287 DPRINTF(("%s: m_pullup failed\n", __func__)); in ah_massage_headers() 307 DPRINTF(("%s: illegal IPv4 option length for " in ah_massage_headers() 330 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers() 345 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers() 371 DPRINTF(("%s: illegal IPv4 option " in ah_massage_headers() 387 DPRINTF(("%s: malformed IPv4 options header\n", in ah_massage_headers() 431 DPRINTF(("%s: failed to allocate memory" in ah_massage_headers() 504 DPRINTF(("%s: unexpected IPv6 header type %d", in ah_massage_headers() 554 DPRINTF(("ah_input: cannot pullup header\n")); in ah_input() [all …]
|
| H A D | xform_esp.c | 152 DPRINTF(("%s: unsupported encryption algorithm %d\n", in esp_init() 157 DPRINTF(("%s: no encoding key for %s algorithm\n", in esp_init() 218 DPRINTF(("%s: invalid key length %u" in esp_init() 289 DPRINTF(("%s: cannot pullup header\n", __func__)); in esp_input() 379 DPRINTF(("%s: failed to allocate xform_data\n", in esp_input() 517 DPRINTF(("%s: crypto error %d\n", __func__, in esp_input_cb() 538 DPRINTF(("%s: authentication hash mismatch for " in esp_input_cb() 616 DPRINTF(("%s: decryption failed for packet in " in esp_input_cb() 736 DPRINTF(("%s: unknown/unsupported protocol " in esp_output() 748 DPRINTF(("%s: packet in SA %s/%08lx got too big " in esp_output() [all …]
|
| H A D | xform_ipcomp.c | 213 DPRINTF(("%s: m_pullup failed\n", __func__)); in ipcomp_input() 233 DPRINTF(("%s: no crypto descriptors\n", __func__)); in ipcomp_input() 240 DPRINTF(("%s: cannot allocate xform_data\n", __func__)); in ipcomp_input() 339 DPRINTF(("%s: m_pullup failed\n", __func__)); in ipcomp_input_cb() 352 DPRINTF(("%s: bad mbuf chain, IPCA %s/%08lx\n", __func__, in ipcomp_input_cb() 437 DPRINTF(("%s: unknown/unsupported protocol family %d, " in ipcomp_output() 447 DPRINTF(("%s: packet in IPCA %s/%08lx got too big " in ipcomp_output() 462 DPRINTF(("%s: cannot clone mbuf chain, IPCA %s/%08lx\n", in ipcomp_output() 580 DPRINTF(("%s: IPCOMP header inject failed " in ipcomp_output_cb() 626 DPRINTF(("%s: unknown/unsupported protocol " in ipcomp_output_cb() [all …]
|
| H A D | ipsec_input.c | 144 DPRINTF(("%s: packet too small\n", __func__)); in ipsec_common_input() 202 DPRINTF(("%s: no key association found for SA %s/%08lx/%u\n", in ipsec_common_input() 211 DPRINTF(("%s: attempted to use uninitialized SA %s/%08lx/%u\n", in ipsec_common_input() 303 DPRINTF(("%s: processing failed for SA %s/%08lx\n", in ipsec4_common_input_cb() 375 DPRINTF(("%s: failed to get tag\n", __func__)); in ipsec4_common_input_cb() 412 DPRINTF(("%s: cannot handle inner ip proto %d\n", in ipsec4_common_input_cb() 432 DPRINTF(("%s: queue full; proto %u packet dropped\n", in ipsec4_common_input_cb() 518 DPRINTF(("%s: processing failed for SA %s/%08lx\n", in ipsec6_common_input_cb() 576 DPRINTF(("%s: failed to get tag\n", __func__)); in ipsec6_common_input_cb() 616 DPRINTF(("%s: cannot handle inner ip proto %d\n", in ipsec6_common_input_cb() [all …]
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2836_mp.c | 53 #define DPRINTF(fmt, ...) do { \ macro 58 #define DPRINTF(fmt, ...) macro 86 DPRINTF("platform_mp_setmaxid\n"); in bcm2836_mp_setmaxid() 92 DPRINTF("mp_maxid=%d\n", mp_maxid); in bcm2836_mp_setmaxid() 101 DPRINTF("platform_mp_start_ap\n"); in bcm2836_mp_start_ap()
|
| /f-stack/freebsd/net/route/ |
| H A D | nhop.c | 102 DPRINTF("NHOPS init for fib %u af %u: ctl %p rh %p", rh->rib_fibnum, in nhops_init_rib() 157 DPRINTF("Marking nhop %u unlinked", nh_priv->nh_idx); in nhops_destroy_rib() 260 DPRINTF("going to resize: nh:[ptr:%p sz:%u] idx:[ptr:%p sz:%u]", nh_ptr, in consider_resize() 305 DPRINTF("Unable to allocate nhop index"); in link_nhop() 318 DPRINTF("Linked nhop priv %p to %d, hash %u, ctl %p", nh_priv, idx, in link_nhop() 348 DPRINTF("Unable to remove index %d from fib %u af %d", in unlink_nhop() 361 DPRINTF("Unable to unlink nhop priv %p from hash, hash %u ctl %p", in unlink_nhop() 364 DPRINTF("Unlinked nhop %p priv idx %d", priv_ret, idx); in unlink_nhop()
|
| H A D | nhgrp.c | 166 DPRINTF("Unable to allocate mpath index"); in link_nhgrp() 193 DPRINTF("Unable to find nhop group!"); in unlink_nhgrp() 236 DPRINTF("mp: going to resize: nh:[ptr:%p sz:%u] idx:[ptr:%p sz:%u]", in consider_resize() 274 DPRINTF("mpath init failed"); in nhgrp_ctl_alloc_default() 284 DPRINTF("mpath bitmask init failed"); in nhgrp_ctl_alloc_default() 303 DPRINTF("mpath init done for fib/af %d/%d", ctl->rh->rib_fibnum, in nhgrp_ctl_alloc_default() 340 DPRINTF("Marking nhgrp %u unlinked", nhg_priv->nhg_idx); in nhgrp_ctl_unlink_all()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 250 DPRINTF(DP_DROPS, "unknown IP version"); in nat64_output() 463 DPRINTF(DP_GENERIC | DP_DROPS, in nat64_extract_ip4() 661 DPRINTF(DP_DROPS, "mbuf isn't contigious"); in nat64_icmp6_reflect() 669 DPRINTF(DP_DROPS, "mbuf isn't contigious"); in nat64_icmp6_reflect() 805 DPRINTF(DP_DROPS, "not first fragment"); in nat64_icmp_reflect() 811 DPRINTF(DP_DROPS, "mbuf isn't contigious"); in nat64_icmp_reflect() 1047 DPRINTF(DP_DROPS, "Message is too short %d", in nat64_icmp_translate() 1066 DPRINTF(DP_DROPS, "Message is too short %d", in nat64_icmp_translate() 1361 DPRINTF(DP_DROPS, in nat64_handle_icmp6() 1475 DPRINTF(DP_DROPS, "Message is too short %d", in nat64_handle_icmp6() [all …]
|
| /f-stack/freebsd/net/ |
| H A D | bridgestp.c | 73 #define DPRINTF(fmt, arg...) (void)0 macro 943 DPRINTF("%s -> ALTERNATE_AGREED\n", in bstp_update_roles() 950 DPRINTF("%s -> ALTERNATE_PROPOSED\n", in bstp_update_roles() 1009 DPRINTF("%s -> DESIGNATED_RETIRED\n", in bstp_update_roles() 1020 DPRINTF("%s -> DESIGNATED_SYNCED\n", in bstp_update_roles() 1032 DPRINTF("%s -> DESIGNATED_PROPOSE\n", in bstp_update_roles() 1065 DPRINTF("%s -> DESIGNATED_DISCARD\n", in bstp_update_roles() 1125 DPRINTF("Invalid TC state for %s\n", in bstp_update_tc() 1282 DPRINTF("%s role -> ALT/BACK/DISABLED\n", in bstp_set_port_role() 1293 DPRINTF("%s role -> ROOT\n", in bstp_set_port_role() [all …]
|