Searched refs:__printf (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | debug.h | 31 __printf(2, 3) void ath12k_info(struct ath12k_base *ab, const char *fmt, ...); 32 __printf(2, 3) void ath12k_err(struct ath12k_base *ab, const char *fmt, ...); 33 __printf(2, 3) void ath12k_warn(struct ath12k_base *ab, const char *fmt, ...); 38 __printf(3, 4) void __ath12k_dbg(struct ath12k_base *ab,
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debug.h | 76 __printf(2, 3) void ath11k_info(struct ath11k_base *ab, const char *fmt, ...); 77 __printf(2, 3) void ath11k_err(struct ath11k_base *ab, const char *fmt, ...); 78 __printf(2, 3) void ath11k_warn(struct ath11k_base *ab, const char *fmt, ...); 83 __printf(3, 4) void __ath11k_dbg(struct ath11k_base *ab,
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | debug.h | 80 __printf(2, 3) void ath10k_info(struct ath10k *ar, const char *fmt, ...); 81 __printf(2, 3) void ath10k_err(struct ath10k *ar, const char *fmt, ...); 82 __printf(2, 3) void ath10k_warn(struct ath10k *ar, const char *fmt, ...); 255 __printf(3, 4) void __ath10k_dbg(struct ath10k *ar,
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 73 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap); 691 ret = __printf(fmt, putchar, 0, ap); in vprintf() 704 ret = __printf(fmt, __sputc, &sp, ap); in vsnprintf() 709 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf() function
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | debug.h | 52 __printf(3, 4)
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | debug.h | 75 __printf(3, 4)
|
H A D | debug.c | 3771 __printf(3, 4) in rtw89_dump_ba_cam()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | compiler.h | 92 #define __printf(a,b) __printflike(a,b) macro
|
/freebsd/sys/contrib/dev/athk/ |
H A D | ath.h | 215 __printf(3, 4)
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | debug.h | 65 #define __printflike(a, b) __printf(a, b)
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | debug.h | 65 #define __printflike(a, b) __printf(a, b)
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | dbg.h | 56 const char *fmt, ...) __printf(3, 4);
|