Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dkern_switch.c210 CTR4(KTR_CRITICAL, "critical_enter by thread %p (%ld, %s) to %d", td, in critical_enter_KBI()
255 CTR4(KTR_CRITICAL, "critical_exit by thread %p (%ld, %s) to %d", td, in critical_exit_KBI()
285 CTR4(KTR_RUNQ, "runq_clrbit: bits=%#x %#x bit=%#x word=%d", in runq_clrbit()
357 CTR4(KTR_RUNQ, "runq_setbit: bits=%#x %#x bit=%#x word=%d", in runq_setbit()
378 CTR4(KTR_RUNQ, "runq_add: td=%p pri=%d %d rqh=%p", in runq_add()
396 CTR4(KTR_RUNQ, "runq_add_pri: td=%p pri=%d idx=%d rqh=%p", in runq_add_pri()
503 CTR4(KTR_RUNQ, in runq_choose_from()
535 CTR4(KTR_RUNQ, "runq_remove_idx: td=%p, pri=%d %d rqh=%p", in runq_remove_idx()
H A Dkern_sema.c61 CTR4(KTR_LOCK, "%s(%p, %d, \"%s\")", __func__, sema, value, description); in sema_init()
H A Dkern_synch.c534 CTR4(KTR_PROC, "mi_switch: old thread %ld (td_sched %p, pid %ld, %s)", in mi_switch()
543 CTR4(KTR_PROC, "mi_switch: new thread %ld (td_sched %p, pid %ld, %s)", in mi_switch()
H A Dsys_process.c948 CTR4(KTR_PTRACE, in kern_ptrace()
987 CTR4(KTR_PTRACE, in kern_ptrace()
994 CTR4(KTR_PTRACE, in kern_ptrace()
1001 CTR4(KTR_PTRACE, in kern_ptrace()
H A Dsubr_eventhandler.c128 CTR4(KTR_EVH, "%s: adding item %p (function %p) to \"%s\"", __func__, epn, in eventhandler_register_internal()
H A Dsubr_turnstile.c369 CTR4(KTR_LOCK, in turnstile_adjust_thread()
811 CTR4(KTR_LOCK, "%s: td %d blocked on [%p] %s", __func__, in turnstile_wait()
820 CTR4(KTR_LOCK, "%s: td %d free from blocked on [%p] %s", in turnstile_wait()
H A Dkern_clocksource.c295 CTR4(KTR_SPARE2, "next at %d: next %d.%08x by %d", in getnextevent()
411 CTR4(KTR_SPARE2, "load at %d: next %d.%08x eq %d",
H A Dsubr_witness.c1530 CTR4(KTR_WITNESS, "%s: pid %d recursed on %s r=%d", __func__, in witness_lock()
1562 CTR4(KTR_WITNESS, "%s: pid %d added %s as lle[%d]", __func__, in witness_lock()
1720 CTR4(KTR_WITNESS, "%s: pid %d unrecursed on %s r=%d", __func__, in witness_unlock()
1735 CTR4(KTR_WITNESS, "%s: pid %d removed %s from lle[%d]", __func__, in witness_unlock()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_ktr.h48 CTR4(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid), (p1), (p2))
67 CTR4(KTR_VMM, "vm %s: " format, vm_name((vm)), (p1), (p2), (p3))
/f-stack/freebsd/sys/
H A Dktr.h90 #define CTR4(m, format, p1, p2, p3, p4) CTR6(m, format, p1, p2, p3, p4, 0, 0) macro
97 #define CTR4(m, d, p1, p2, p3, p4) (void)0 macro
106 #define TR4(d, p1, p2, p3, p4) CTR4(KTR_GEN, d, p1, p2, p3, p4)
140 CTR4(m, KTR_EFMT(egroup, ident, etype) a0 ", " a1, \
254 #define ITR4(d, p1, p2, p3, p4) CTR4(KTR_INIT, d, p1, p2, p3, p4)
H A Dlock.h156 CTR4(KTR_LOCK, "%s: %p (%s) %s", __func__, (lo), \
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c332 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bounce_bus_dma_tag_create()
478 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamap_create()
529 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
554 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
610 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
618 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
702 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_pages()
1136 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bounce_bus_dmamap_sync()
H A Dtrap.c376 CTR4(KTR_TRAP, in do_el1h_sync()
483 CTR4(KTR_TRAP, in do_el0_sync()
H A Dbusdma_machdep.c136 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in common_bus_dma_tag_create()
H A Dfreebsd32_machdep.c331 CTR4(KTR_SIG, "sendsig: td=%p (%s) catcher=%p sig=%d", td, p->p_comm, in freebsd32_sendsig()
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c223 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bounce_bus_dma_tag_create()
369 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamap_create()
422 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
480 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
486 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bounce_bus_dmamem_alloc()
566 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_pages()
605 CTR4(KTR_BUSDMA, "lowaddr= %d Maxmem= %d, boundary= %d, " in _bus_dmamap_count_ma()
978 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bounce_bus_dmamap_sync()
H A Dbusdma_machdep.c143 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in common_bus_dma_tag_create()
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c477 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
574 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
796 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
856 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
868 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
1385 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bus_dmamap_sync()
1492 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x op 0x%x " in bus_dmamap_sync()
H A Dtrap-v6.c177 CTR4(KTR_TRAP, "%s: addr: %#x, sig: %d, code: %d", in call_trapsignal()
/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c386 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
474 CTR4(KTR_BUSDMA, "%s returned tag %p tag flags 0x%x error %d", in bus_dma_tag_create()
618 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamap_create()
670 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
678 CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d", in bus_dmamem_alloc()
/f-stack/freebsd/netinet6/
H A Dmld6.c767 CTR4(KTR_MLD, "%s: %s/%s timer=%d", __func__, in mld_v1_update_group()
920 CTR4(KTR_MLD, "%s: qrv %d qi %d maxdelay %d", __func__, qrv, qqi, in mld_v2_input_query()
1642 CTR4(KTR_MLD, "%s: switching to v%d on ifp %p(%s)", __func__, in mld_set_version()
1985 CTR4(KTR_MLD, "%s: initial join %s on ifp %p(%s)", in mld_initial_join()
2134 CTR4(KTR_MLD, "%s: state change for %s on ifp %p(%s)", in mld_handle_state_change()
2200 CTR4(KTR_MLD, "%s: final leave %s on ifp %p(%s)", in mld_final_leave()
2241 CTR4(KTR_MLD, "%s: Leaving %s/%s with %d " in mld_final_leave()
2446 CTR4(KTR_MLD, "%s: queueing %s for %s/%s", __func__, in mld_v2_enqueue_group_record()
/f-stack/freebsd/netinet/
H A Digmp.c950 CTR4(KTR_IGMPV3, "0x%08x: %s/%s timer=%d", __func__, in igmp_v2_update_group()
1094 CTR4(KTR_IGMPV3, "%s: qrv %d qi %d qri %d", __func__, qrv, qqi, in igmp_input_v3_query()
1999 CTR4(KTR_IGMPV3, "%s: switching to v%d on ifp %p(%s)", __func__, in igmp_set_version()
2388 CTR4(KTR_IGMPV3, "%s: initial join 0x%08x on ifp %p(%s)", __func__, in igmp_initial_join()
2515 CTR4(KTR_IGMPV3, "%s: state change for 0x%08x on ifp %p(%s)", __func__, in igmp_handle_state_change()
2574 CTR4(KTR_IGMPV3, "%s: final leave 0x%08x on ifp %p(%s)", in igmp_final_leave()
2616 CTR4(KTR_IGMPV3, "%s: Leaving 0x%08x/%s with %d " in igmp_final_leave()
2794 CTR4(KTR_IGMPV3, "%s: queueing %s for 0x%08x/%s", __func__, in igmp_v3_enqueue_group_record()
H A Dip_mroute.c933 CTR4(KTR_IPMF, "%s: add vif %d laddr 0x%08x thresh %x", __func__, in add_vif()
1065 CTR4(KTR_IPMF, "%s: update mfc orig 0x%08x group %lx parent %x", in add_mfc()
1515 CTR4(KTR_IPMF, "%s: rx on wrong ifp %p (vifi %d, v_ifp %p)", in ip_mdq()
2744 CTR4(KTR_IPMF, in pim_input()
/f-stack/freebsd/netgraph/
H A Dng_base.c1954 CTR4(KTR_NET, "%20s: node [%x] (%p) queue empty; " in ng_dequeue()
1970 CTR4(KTR_NET, "%20s: node [%x] (%p) queued " in ng_dequeue()
1988 CTR4(KTR_NET, "%20s: node [%x] (%p) queued writer can't " in ng_dequeue()
2054 CTR4(KTR_NET, "%20s: node [%x] (%p) acquired item %p", in ng_acquire_read()
2078 CTR4(KTR_NET, "%20s: node [%x] (%p) acquired item %p", in ng_acquire_write()
2143 CTR4(KTR_NET, "%20s: node [%x] (%p) requeued item %p as WRITER",
/f-stack/lib/
H A Dff_ng_base.c1961 CTR4(KTR_NET, "%20s: node [%x] (%p) queue empty; " in ng_dequeue()
1977 CTR4(KTR_NET, "%20s: node [%x] (%p) queued " in ng_dequeue()
1995 CTR4(KTR_NET, "%20s: node [%x] (%p) queued writer can't " in ng_dequeue()
2061 CTR4(KTR_NET, "%20s: node [%x] (%p) acquired item %p", in ng_acquire_read()
2085 CTR4(KTR_NET, "%20s: node [%x] (%p) acquired item %p", in ng_acquire_write()
2150 CTR4(KTR_NET, "%20s: node [%x] (%p) requeued item %p as WRITER",

12