/net/bluetooth/ |
D | lib.c | 138 void bt_info(const char *format, ...) in bt_info() argument 143 va_start(args, format); in bt_info() 145 vaf.fmt = format; in bt_info() 154 void bt_warn(const char *format, ...) in bt_warn() argument 159 va_start(args, format); in bt_warn() 161 vaf.fmt = format; in bt_warn() 170 void bt_err(const char *format, ...) in bt_err() argument 175 va_start(args, format); in bt_err() 177 vaf.fmt = format; in bt_err() 186 void bt_err_ratelimited(const char *format, ...) in bt_err_ratelimited() argument [all …]
|
D | hci_sock.c | 482 u16 format; in create_monitor_ctrl_open() local 492 format = 0x0000; in create_monitor_ctrl_open() 497 format = 0x0001; in create_monitor_ctrl_open() 502 format = 0x0002; in create_monitor_ctrl_open() 517 put_unaligned_le16(format, skb_put(skb, 2)); in create_monitor_ctrl_open()
|
/net/irda/irnet/ |
D | irnet.h | 339 #define DERROR(dbg, format, args...) \ argument 341 printk(KERN_INFO "irnet: %s(): " format, __func__ , ##args);} 344 #define DEBUG(dbg, format, args...) \ argument 346 printk(KERN_DEBUG "irnet: %s(): " format, __func__ , ##args);} 349 #define DENTER(dbg, format, args...) \ argument 351 printk(KERN_DEBUG "irnet: -> %s" format, __func__ , ##args);} 354 #define DPASS(dbg, format, args...) \ argument 356 printk(KERN_DEBUG "irnet: <>%s" format, __func__ , ##args);} 359 #define DEXIT(dbg, format, args...) \ argument 361 printk(KERN_DEBUG "irnet: <-%s()" format, __func__ , ##args);}
|
/net/atm/ |
D | mpoa_proc.c | 25 #define dprintk(format, args...) \ argument 26 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 28 #define dprintk(format, args...) \ argument 30 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\ 35 #define ddprintk(format, args...) \ 36 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 38 #define ddprintk(format, args...) \ argument 40 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
|
D | mpoa_caches.c | 15 #define dprintk(format, args...) \ 16 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 18 #define dprintk(format, args...) \ argument 20 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\ 25 #define ddprintk(format, args...) \ 26 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 28 #define ddprintk(format, args...) \ argument 30 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
|
D | mpc.c | 42 #define dprintk(format, args...) \ 43 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args) 44 #define dprintk_cont(format, args...) printk(KERN_CONT format, ##args) 46 #define dprintk(format, args...) \ argument 48 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args);\ 50 #define dprintk_cont(format, args...) \ argument 51 do { if (0) printk(KERN_CONT format, ##args); } while (0) 55 #define ddprintk(format, args...) \ 56 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args) 57 #define ddprintk_cont(format, args...) printk(KERN_CONT format, ##args) [all …]
|
D | lec.c | 1232 #define pr_debug(format, args...)
|
/net/netfilter/ |
D | nf_internals.h | 9 #define NFDEBUG(format, args...) printk(KERN_DEBUG format , ## args) argument 11 #define NFDEBUG(format, args...) argument
|
/net/dccp/ccids/lib/ |
D | tfrc.h | 25 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument 27 #define tfrc_pr_debug(format, a...) argument
|
/net/bridge/ |
D | br_private.h | 406 #define br_printk(level, br, format, args...) \ argument 407 printk(level "%s: " format, (br)->dev->name, ##args) 409 #define br_err(__br, format, args...) \ argument 410 br_printk(KERN_ERR, __br, format, ##args) 411 #define br_warn(__br, format, args...) \ argument 412 br_printk(KERN_WARNING, __br, format, ##args) 413 #define br_notice(__br, format, args...) \ argument 414 br_printk(KERN_NOTICE, __br, format, ##args) 415 #define br_info(__br, format, args...) \ argument 416 br_printk(KERN_INFO, __br, format, ##args) [all …]
|
/net/dccp/ |
D | dccp.h | 43 #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/tipc/ |
D | netlink_compat.c | 67 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs); member 201 err = (*cmd->format)(msg, attrs); in __tipc_nl_compat_dumpit() 914 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump() 1088 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle() 1105 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle() 1111 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle() 1131 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle() 1137 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle() 1142 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle() 1147 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle() [all …]
|
/net/mac80211/ |
D | debugfs_key.c | 46 #define KEY_FILE(name, format) \ argument 47 KEY_READ_##format(name) \ 61 #define KEY_CONF_FILE(name, format) \ argument 62 KEY_CONF_READ_##format(name) \
|
D | debugfs_netdev.c | 31 ssize_t (*format)(const struct ieee80211_sub_if_data *, char *, int)) in ieee80211_if_read() 37 ret = (*format)(sdata, buf, sizeof(buf)); in ieee80211_if_read() 167 #define IEEE80211_IF_FILE(name, field, format) \ argument 168 IEEE80211_IF_FMT_##format(name, field) \
|
D | debugfs_sta.c | 49 #define STA_FILE(name, field, format) \ argument 50 STA_READ_##format(name, field) \
|
/net/dsa/ |
D | Kconfig | 5 # Drivers must select NET_DSA and the appropriate tagging format
|
/net/dccp/ccids/ |
D | ccid2.c | 33 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) argument 35 #define ccid2_pr_debug(format, a...) argument
|
D | ccid3.c | 42 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) argument 44 #define ccid3_pr_debug(format, a...) argument
|
/net/core/ |
D | net-sysfs.c | 45 ssize_t (*format)(const struct net_device *, char *)) in netdev_show() 52 ret = (*format)(ndev, buf); in netdev_show()
|
D | dev.c | 8194 const char *format, ...) in netdev_printk() argument 8199 va_start(args, format); in netdev_printk() 8201 vaf.fmt = format; in netdev_printk()
|
/net/sunrpc/ |
D | clnt.c | 1210 enum rpc_display_format_t format) in rpc_peeraddr2str() argument 1216 if (xprt->address_strings[format] != NULL) in rpc_peeraddr2str() 1217 return xprt->address_strings[format]; in rpc_peeraddr2str()
|
/net/bridge/netfilter/ |
D | ebtables.c | 34 #define BUGPRINT(format, args...) printk("kernel msg: ebtables bug: please "\ argument 35 "report to author: "format, ## args)
|