Home
last modified time | relevance | path

Searched defs:format (Results 1 – 22 of 22) sorted by relevance

/net/bluetooth/
Dlib.c138 void bt_info(const char *format, ...) in bt_info()
154 void bt_warn(const char *format, ...) in bt_warn()
170 void bt_err(const char *format, ...) in bt_err()
186 void bt_err_ratelimited(const char *format, ...) in bt_err_ratelimited()
/net/netfilter/
Dnf_internals.h9 #define NFDEBUG(format, args...) printk(KERN_DEBUG format , ## args) argument
11 #define NFDEBUG(format, args...) argument
/net/dccp/ccids/lib/
Dtfrc.h25 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument
27 #define tfrc_pr_debug(format, a...) argument
/net/atm/
Dmpoa_proc.c25 #define dprintk(format, args...) \ argument
28 #define dprintk(format, args...) \ argument
38 #define ddprintk(format, args...) \ argument
Dmpoa_caches.c18 #define dprintk(format, args...) \ argument
28 #define ddprintk(format, args...) \ argument
Dmpc.c46 #define dprintk(format, args...) \ argument
50 #define dprintk_cont(format, args...) \ argument
59 #define ddprintk(format, args...) \ argument
63 #define ddprintk_cont(format, args...) \ argument
/net/irda/irnet/
Dirnet.h339 #define DERROR(dbg, format, args...) \ argument
344 #define DEBUG(dbg, format, args...) \ argument
349 #define DENTER(dbg, format, args...) \ argument
354 #define DPASS(dbg, format, args...) \ argument
359 #define DEXIT(dbg, format, args...) \ argument
/net/dccp/
Ddccp.h43 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument
44 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument
47 #define dccp_pr_debug(format, a...) do {} while (0) argument
48 #define dccp_pr_debug_cat(format, a...) do {} while (0) argument
49 #define dccp_debug(format, a...) do {} while (0) argument
/net/dccp/ccids/
Dccid2.c33 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) argument
35 #define ccid2_pr_debug(format, a...) argument
Dccid3.c42 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) argument
44 #define ccid3_pr_debug(format, a...) argument
/net/mac80211/
Ddebugfs_key.c46 #define KEY_FILE(name, format) \ argument
61 #define KEY_CONF_FILE(name, format) \ argument
Ddebugfs_sta.c48 #define STA_FILE(name, field, format) \ argument
Ddebugfs_netdev.c167 #define IEEE80211_IF_FILE(name, field, format) \ argument
/net/bridge/
Dbr_private.h371 #define br_printk(level, br, format, args...) \ argument
374 #define br_err(__br, format, args...) \ argument
376 #define br_warn(__br, format, args...) \ argument
378 #define br_notice(__br, format, args...) \ argument
380 #define br_info(__br, format, args...) \ argument
383 #define br_debug(br, format, args...) \ argument
/net/ipv4/netfilter/
Darp_tables.c41 #define dprintf(format, args...) printk(format , ## args) argument
43 #define dprintf(format, args...) argument
47 #define duprintf(format, args...) printk(format , ## args) argument
49 #define duprintf(format, args...) argument
Dip_tables.c43 #define dprintf(format, args...) pr_info(format , ## args) argument
45 #define dprintf(format, args...) argument
49 #define duprintf(format, args...) pr_info(format , ## args) argument
51 #define duprintf(format, args...) argument
/net/ipv6/netfilter/
Dip6_tables.c47 #define dprintf(format, args...) pr_info(format , ## args) argument
49 #define dprintf(format, args...) argument
53 #define duprintf(format, args...) pr_info(format , ## args) argument
55 #define duprintf(format, args...) argument
/net/tipc/
Dnetlink_compat.c68 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs); member
/net/sunrpc/
Dclnt.c1122 enum rpc_display_format_t format) in rpc_peeraddr2str()
/net/bridge/netfilter/
Debtables.c34 #define BUGPRINT(format, args...) printk("kernel msg: ebtables bug: please "\ argument
/net/wireless/
Dreg.c64 #define REG_DBG_PRINT(format, args...) \ argument
/net/core/
Ddev.c7714 const char *format, ...) in netdev_printk()