Home
last modified time | relevance | path

Searched refs:CTR4 (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/sys/kern/
H A Dkern_switch.c204 CTR4(KTR_CRITICAL, "critical_enter by thread %p (%ld, %s) to %d", td, in critical_enter_KBI()
249 CTR4(KTR_CRITICAL, "critical_exit by thread %p (%ld, %s) to %d", td, in critical_exit_KBI()
279 CTR4(KTR_RUNQ, "runq_clrbit: bits=%#x %#x bit=%#x word=%d", in runq_clrbit()
351 CTR4(KTR_RUNQ, "runq_setbit: bits=%#x %#x bit=%#x word=%d", in runq_setbit()
372 CTR4(KTR_RUNQ, "runq_add: td=%p pri=%d %d rqh=%p", in runq_add()
390 CTR4(KTR_RUNQ, "runq_add_pri: td=%p pri=%d idx=%d rqh=%p", in runq_add_pri()
497 CTR4(KTR_RUNQ, in runq_choose_from()
529 CTR4(KTR_RUNQ, "runq_remove_idx: td=%p, pri=%d %d rqh=%p", in runq_remove_idx()
H A Dkern_sema.c58 CTR4(KTR_LOCK, "%s(%p, %d, \"%s\")", __func__, sema, value, description); in sema_init()
H A Dkern_synch.c538 CTR4(KTR_PROC, "mi_switch: old thread %ld (td_sched %p, pid %ld, %s)", in mi_switch()
547 CTR4(KTR_PROC, "mi_switch: new thread %ld (td_sched %p, pid %ld, %s)", in mi_switch()
/freebsd/sys/powerpc/powerpc/
H A Dbus_machdep.c195 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in native_bs_rs_1()
208 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in native_bs_rs_2()
221 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in native_bs_rs_4()
309 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_1()
320 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_2()
331 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_4()
342 CTR4(KTR_BE_IO, "%s(bsh=%#x, ofs=%#x, val=%#x)", __func__, bsh, ofs, val); in native_bs_ws_8()
509 CTR4(KTR_LE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in swapped_bs_rs_1()
522 CTR4(KTR_LE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in swapped_bs_rs_2()
535 CTR4(KTR_LE_IO, "%s(bsh=%#x, ofs=%#x) = %#x", __func__, bsh, ofs, res); in swapped_bs_rs_4()
[all …]
H A Dbusdma_machdep.c162 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
234 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
361 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamap_create()
441 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
447 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
476 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_phys()
508 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_pages()
774 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bus_dmamap_sync()
H A Dvm_machdep.c190 CTR4(KTR_PROC, "%s called with td=%p func=%p arg=%p", in cpu_fork_kthread_handler()
/freebsd/sys/amd64/vmm/
H A Dvmm_ktr.h46 CTR4(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid), (p1), (p2))
65 CTR4(KTR_VMM, "vm %s: " format, vm_name((vm)), (p1), (p2), (p3))
/freebsd/sys/arm64/vmm/
H A Dvmm_ktr.h46 CTR4(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid), (p1), (p2))
65 CTR4(KTR_VMM, "vm %s: " format, vm_name((vm)), (p1), (p2), (p3))
/freebsd/sys/sys/
H A Dktr.h89 #define CTR4(m, format, p1, p2, p3, p4) CTR6(m, format, p1, p2, p3, p4, 0, 0) macro
96 #define CTR4(m, d, p1, p2, p3, p4) (void)0 macro
105 #define TR4(d, p1, p2, p3, p4) CTR4(KTR_GEN, d, p1, p2, p3, p4)
112 _KTR_MACRO(__VA_ARGS__, CTR6, CTR5, CTR4, CTR3, CTR2, CTR1, \
146 CTR4(m, KTR_EFMT(egroup, ident, etype) a0 ", " a1, \
260 #define ITR4(d, p1, p2, p3, p4) CTR4(KTR_INIT, d, p1, p2, p3, p4)
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c171 CTR4(KTR_IW_CXGBE, "%s:1 ctx %p vma %p, vm_start %u", __func__, in c4iw_mmap()
174 CTR4(KTR_IW_CXGBE, "%s:1a pgoff 0x%lx key 0x%x len %d", __func__, in c4iw_mmap()
188 CTR4(KTR_IW_CXGBE, "%s:3 ucontext %p key %u len %u", __func__, in c4iw_mmap()
204 CTR4(KTR_IW_CXGBE, "%s:4 ctx %p vma %p ret %u", __func__, context, vma, in c4iw_mmap()
231 CTR4(KTR_IW_CXGBE, "%s: ibdev %p, pd %p, data %p", __func__, ibdev, in c4iw_allocate_pd()
340 CTR4(KTR_IW_CXGBE, "%s ibdev %p, port %d, props %p", __func__, ibdev, in c4iw_query_port()
H A Diw_cxgbe.h261 CTR4(KTR_IW_CXGBE, "%p: FW reply %d tid %u qpid %u", sc, in c4iw_wait_for_reply()
538 CTR4(KTR_IW_CXGBE, "%s key 0x%x addr 0x%llx len %d", in remove_mmap()
552 CTR4(KTR_IW_CXGBE, "%s key 0x%x addr 0x%llx len %d", __func__, mm->key, in insert_mmap()
680 CTR4(KTR_IW_CXGBE, "put_ep (%s:%u) ep %p, refcnt %d", \
687 CTR4(KTR_IW_CXGBE, "get_ep (%s:%u) ep %p, refcnt %d", \
H A Dcm.c346 CTR4(KTR_IW_CXGBE, "%s: Failed to get parent ifnet of " in find_real_listen_ep()
392 CTR4(KTR_IW_CXGBE, "%s ep :%p, tid:%u, state %d", __func__, in process_timeout()
423 CTR4(KTR_IW_CXGBE, "%s unexpected state ep %p tid %u state %u" in process_timeout()
572 CTR4(KTR_IW_CXGBE, "%s:ppcB ep %p so %p state %s", __func__, ep, in process_peer_close()
759 CTR4(KTR_IW_CXGBE, "%s:pccB ep %p so %p state %s", __func__, ep, in process_close_complete()
1018 CTR4(KTR_IW_CXGBE, in process_newconn()
1143 CTR4(KTR_IW_CXGBE, "%s: lep %p listen_so %p " in process_socket_event()
1336 CTR4(KTR_IW_CXGBE, "%s: ep %p, history 0x%lx, flags 0x%lx", in _c4iw_free_ep()
1466 CTR4(KTR_IW_CXGBE, "%s:smrej1 %p %u %d", __func__, ep, in send_mpa_reject()
1943 CTR4(KTR_IW_CXGBE, "%s:pmr6 %p %d %d", __func__, ep, in process_mpa_reply()
[all …]
/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c190 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bounce_bus_dma_tag_create()
311 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamap_create()
372 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
397 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
444 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
452 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
519 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_pages()
889 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bounce_bus_dmamap_sync()
H A Dtrap.c331 CTR4(KTR_TRAP, "%s: exception=%lu, sepc=%#lx, stval=%#lx", __func__, in do_trap_supervisor()
408 CTR4(KTR_TRAP, "%s: exception=%lu, sepc=%#lx, stval=%#lx", __func__, in do_trap_user()
H A Dbusdma_machdep.c72 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in common_bus_dma_tag_create()
/freebsd/sys/x86/x86/
H A Dbusdma_bounce.c213 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bounce_bus_dma_tag_create()
349 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamap_create()
402 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
462 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
468 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
548 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_pages()
588 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_ma()
931 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bounce_bus_dmamap_sync()
H A Dbusdma_machdep.c77 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in common_bus_dma_tag_create()
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c304 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bounce_bus_dma_tag_create()
451 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamap_create()
502 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
527 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
589 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
597 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
681 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_pages()
1081 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bounce_bus_dmamap_sync()
/freebsd/sys/powerpc/booke/
H A Dpmap_32.c247 CTR4(KTR_PMAP, "%s: pmap = %p su = %d pdir_idx = %d", __func__, pmap, in ptbl_alloc()
305 CTR4(KTR_PMAP, "%s: pmap = %p su = %d pdir_idx = %d", __func__, pmap, in ptbl_free()
355 CTR4(KTR_PMAP, "%s: pmap = %p su = %d pdir_idx = %d", __func__, pmap, in ptbl_unhold()
507 CTR4(KTR_PMAP, "%s: su = %d pmap = %p va = %p", __func__, in pte_enter()
693 CTR4(KTR_PMAP, "%s: pmap = %p, proc %d '%s'", __func__, pmap, in mmu_booke_pinit()
/freebsd/sys/arm/arm/
H A Dbusdma_machdep.c385 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
467 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
667 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
727 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
739 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
1236 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bus_dmamap_sync()
1343 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bus_dmamap_sync()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c512 CTR4(KTR_CXGBE, "%s: tid %d toep flags %#x tp flags %#x drop %d", in t4_push_ktls()
749 CTR4(KTR_CXGBE, "%s: tid %u, rx (%d bytes), inp_flags 0x%x", in do_tls_data()
774 CTR4(KTR_CXGBE, "%s: tid %u len %d seq %u", __func__, tid, len, in do_tls_data()
819 CTR4(KTR_CXGBE, "%s: tid %u, rx (%d bytes), inp_flags 0x%x", in do_rx_tls_cmp()
859 CTR4(KTR_CXGBE, "%s: tid %u TLS error %#x ddp_vld %#x", in do_rx_tls_cmp()
1039 CTR4(KTR_CXGBE, "%s: tid %u truncated TLS record (%d vs %u)", in do_rx_data_tls()
1064 CTR4(KTR_CXGBE, "%s: tid %u dropping TLS record type %u, length %u", in do_rx_data_tls()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c276 CTR4(KTR_CXGBE, "%s: tid %u, cpl->len %u, icp %p", __func__, tid, in do_rx_iscsi_data()
504 CTR4(KTR_CXGBE, "%s: tid %u, rx (%d bytes), inp_flags 0x%x", in do_rx_iscsi_ddp()
657 CTR4(KTR_CXGBE, "%s: tid %u, rx (%d bytes), inp_flags 0x%x", in do_rx_iscsi_cmp()
674 CTR4(KTR_CXGBE, "%s: tid %u, excess rx (%d bytes), icc %p", in do_rx_iscsi_cmp()
/freebsd/sys/dev/cas/
H A Dif_cas.c1308 CTR4(KTR_CAS, "%s: setting firstdesc=%d, lastdesc=%d, ndescs=%d", in cas_load_txmbuf()
1451 CTR4(KTR_CAS, "%s: %s: txfree %d, txnext %d", in cas_start()
1545 CTR4(KTR_CAS, "%s: txs->txs_firstdesc = %d, " in cas_tint()
1650 CTR4(KTR_CAS, "%s: sc->sc_rxcptr %d, sc->sc_rxdptr %d, head %d", in cas_rint()
1722 CTR4(KTR_CAS, "%s: hdr at idx %d, off %d, len %d", in cas_rint()
1761 CTR4(KTR_CAS, "%s: data at idx %d, off %d, len %d", in cas_rint()
1861 CTR4(KTR_CAS, "%s: done sc->sc_rxcptr %d, sc->sc_rxdptr %d, head %d", in cas_rint()
1976 CTR4(KTR_CAS, "%s: %s: cplt %x, status %x", in cas_intr_task()
2089 CTR4(KTR_CAS, in cas_watchdog()
2094 CTR4(KTR_CAS, in cas_watchdog()
/freebsd/sys/netinet6/
H A Dmld6.c731 CTR4(KTR_MLD, "%s: %s/%s timer=%d", __func__, in mld_v1_update_group()
884 CTR4(KTR_MLD, "%s: qrv %d qi %d maxdelay %d", __func__, qrv, qqi, in mld_v2_input_query()
1609 CTR4(KTR_MLD, "%s: switching to v%d on ifp %p(%s)", __func__, in mld_set_version()
1955 CTR4(KTR_MLD, "%s: initial join %s on ifp %p(%s)", in mld_initial_join()
2104 CTR4(KTR_MLD, "%s: state change for %s on ifp %p(%s)", in mld_handle_state_change()
2167 CTR4(KTR_MLD, "%s: final leave %s on ifp %p(%s)", in mld_final_leave()
2208 CTR4(KTR_MLD, "%s: Leaving %s/%s with %d " in mld_final_leave()
2410 CTR4(KTR_MLD, "%s: queueing %s for %s/%s", __func__, in mld_v2_enqueue_group_record()
/freebsd/sys/dev/gem/
H A Dif_gem.c1198 CTR4(KTR_GEM, "%s: setting firstdesc=%d, lastdesc=%d, ndescs=%d", in gem_load_txmbuf()
1329 CTR4(KTR_GEM, "%s: %s: txfree %d, txnext %d", in gem_start_locked()
1421 CTR4(KTR_GEM, "%s: txs->txs_firstdesc = %d, " in gem_tint()
1458 CTR4(KTR_GEM, "%s: GEM_TX_STATE_MACHINE %x GEM_TX_DATA_PTR %llx " in gem_tint()
1697 CTR4(KTR_GEM, "%s: %s: cplt %x, status %x", in gem_intr()
1780 CTR4(KTR_GEM, in gem_watchdog()
1785 CTR4(KTR_GEM, in gem_watchdog()

1234