Searched refs:KTR_DEV (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | ktr_class.h | 46 #define KTR_DEV 0x00000004 /* Device driver */ macro
|
/freebsd/sys/kern/ |
H A D | subr_sglist.c | 926 CTR1(KTR_DEV, "sglist_slice: foffs = %08lx", in sglist_slice() 938 CTR1(KTR_DEV, "sglist_slice: loffs = %08lx", in sglist_slice() 974 CTR2(KTR_DEV, "sglist_slice seg[0]: %08lx:%08lx", in sglist_slice() 979 CTR2(KTR_DEV, "sglist_slice seg[%d]: len %08x", count - 1, in sglist_slice()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_debug.h | 91 CTR##_kf(KTR_DEV, __VA_ARGS__); \
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_rng.c | 365 CTR2(KTR_DEV, "%s: %d words available in RNG FIFO", in bcm2835_rng_harvest()
|
/freebsd/sys/dev/acpica/ |
H A D | acpivar.h | 584 #define KTR_ACPI KTR_DEV
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 215 #define KTR_DRM KTR_DEV
|
/freebsd/sys/dev/agp/ |
H A D | agp_i810.c | 44 #define KTR_AGP_I810 KTR_DEV
|