Searched refs:__printf (Results 251 - 275 of 304) sorted by path

<<111213

/linux-master/lib/kunit/
H A Dtest.c33 void __printf(3, 4) __kunit_fail_current_test_impl(const char *file, int line, const char *fmt, ...)
/linux-master/lib/
H A Dtest_printf.c45 static int __printf(4, 0) __init
105 static void __printf(3, 4) __init
H A Dtest_scanf.c314 static int __init __printf(4, 5)
/linux-master/mm/
H A Dinternal.h1332 static inline __printf(2, 0) int shrinker_debugfs_name_alloc(
H A Dslub.c1031 __printf(2, 3)
1114 static __printf(3, 4) void slab_err(struct kmem_cache *s, struct slab *slab,
/linux-master/mm/kfence/
H A Dreport.c31 __printf(2, 3)
/linux-master/net/batman-adv/
H A Dlog.h69 __printf(2, 3);
88 __printf(4, 5)
/linux-master/net/bluetooth/
H A Dhci_sock.c681 static void __printf(2, 3)
/linux-master/net/ceph/
H A Dmon_client.c972 static __printf(2, 0)
1013 static __printf(2, 3)
H A Dosdmap.c14 static __printf(2, 3)
2154 static __printf(2, 0)
2182 static __printf(3, 0)
/linux-master/net/dccp/
H A Dccid.c79 static __printf(3, 4) struct kmem_cache *ccid_kmem_cache_create(int obj_size, char *slab_name_fmt, const char *fmt,...)
/linux-master/net/ethtool/
H A Dioctl.c2061 __printf(2, 3) void ethtool_sprintf(u8 **data, const char *fmt, ...)
/linux-master/net/mac80211/
H A Ddebug.h89 void __sdata_info(const char *fmt, ...) __printf(1, 2);
90 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3);
91 void __sdata_err(const char *fmt, ...) __printf(1, 2);
93 __printf(3, 4);
/linux-master/net/netfilter/
H A Dnf_conntrack_helper.c320 __printf(3, 4)
H A Dnf_conntrack_proto.c48 __printf(4, 5)
72 __printf(4, 5)
H A Dnf_conntrack_proto_tcp.c483 __printf(6, 7)
H A Dnf_log.c272 __printf(2, 3) int nf_log_buf_add(struct nf_log_buf *m, const char *f, ...)
H A Dnf_tables_api.c877 __printf(2, 3) int nft_request_module(struct net *net, const char *fmt,
/linux-master/net/rds/
H A Dib.h375 __printf(2, 3)
H A Drds.h47 static inline __printf(1, 2)
789 __printf(2, 3)
/linux-master/net/sunrpc/
H A Dsvc.c1216 static __printf(2, 3)
1233 static __printf(2,3) void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...) {}
/linux-master/net/tipc/
H A Dnetlink_compat.c123 static __printf(2, 3) int tipc_tlv_sprintf(struct sk_buff *skb,
/linux-master/scripts/
H A Dkernel-doc1726 $prototype =~ s/__printf\s*\(\s*\d*\s*,\s*\d*\s*\) +//;
/linux-master/security/tomoyo/
H A Dcommon.c187 __printf(3, 4)
261 ...) __printf(2, 3);
H A Dcommon.h957 va_list args) __printf(3, 0);
1003 __printf(2, 3);
1066 __printf(2, 3);
1068 va_list args) __printf(3, 0);

Completed in 757 milliseconds

<<111213