Home
last modified time | relevance | path

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

/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/bluetooth/
Dlib.c137 int bt_info(const char *format, ...) in bt_info()
156 int bt_err(const char *format, ...) in bt_err()
/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...) argument
48 #define dccp_pr_debug_cat(format, a...) argument
49 #define dccp_debug(format, a...) argument
/net/mac80211/
Ddebugfs_key.c37 #define KEY_FILE(name, format) \ argument
52 #define KEY_CONF_FILE(name, format) \ argument
Ddebugfs_sta.c49 #define STA_FILE(name, field, format) \ argument
Ddebugfs_netdev.c163 #define IEEE80211_IF_FILE(name, field, format) \ 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/bridge/
Dbr_private.h303 #define br_printk(level, br, format, args...) \ argument
306 #define br_err(__br, format, args...) \ argument
308 #define br_warn(__br, format, args...) \ argument
310 #define br_notice(__br, format, args...) \ argument
312 #define br_info(__br, format, args...) \ argument
315 #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.c44 #define dprintf(format, args...) pr_info(format , ## args) argument
46 #define dprintf(format, args...) argument
50 #define duprintf(format, args...) pr_info(format , ## args) argument
52 #define duprintf(format, args...) argument
/net/sunrpc/
Dclnt.c972 enum rpc_display_format_t format) in rpc_peeraddr2str()
/net/wireless/
Dreg.c62 #define REG_DBG_PRINT(format, args...) \ argument
/net/bridge/netfilter/
Debtables.c33 #define BUGPRINT(format, args...) printk("kernel msg: ebtables bug: please "\ argument
/net/core/
Ddev.c6130 const char *format, ...) in netdev_printk()