/net/bluetooth/ |
D | lib.c | 209 void bt_info(const char *format, ...) in bt_info() argument 214 va_start(args, format); in bt_info() 216 vaf.fmt = format; in bt_info() 225 void bt_warn(const char *format, ...) in bt_warn() argument 230 va_start(args, format); in bt_warn() 232 vaf.fmt = format; in bt_warn() 241 void bt_err(const char *format, ...) in bt_err() argument 246 va_start(args, format); in bt_err() 248 vaf.fmt = format; in bt_err() 270 void bt_dbg(const char *format, ...) in bt_dbg() argument [all …]
|
D | hci_sock.c | 556 u16 format; in create_monitor_ctrl_open() local 566 format = 0x0000; in create_monitor_ctrl_open() 571 format = 0x0001; in create_monitor_ctrl_open() 576 format = 0x0002; in create_monitor_ctrl_open() 593 put_unaligned_le16(format, skb_put(skb, 2)); in create_monitor_ctrl_open()
|
/net/atm/ |
D | mpoa_proc.c | 26 #define dprintk(format, args...) \ argument 27 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 29 #define dprintk(format, args...) \ argument 31 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\ 36 #define ddprintk(format, args...) \ 37 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 39 #define ddprintk(format, args...) \ argument 41 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
|
D | mpc.c | 43 #define dprintk(format, args...) \ 44 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args) 45 #define dprintk_cont(format, args...) printk(KERN_CONT format, ##args) 47 #define dprintk(format, args...) \ argument 49 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args);\ 51 #define dprintk_cont(format, args...) \ argument 52 do { if (0) printk(KERN_CONT format, ##args); } while (0) 56 #define ddprintk(format, args...) \ 57 printk(KERN_DEBUG "mpoa:%s: " format, __func__, ##args) 58 #define ddprintk_cont(format, args...) printk(KERN_CONT format, ##args) [all …]
|
D | mpoa_caches.c | 16 #define dprintk(format, args...) \ 17 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 19 #define dprintk(format, args...) \ argument 21 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\ 26 #define ddprintk(format, args...) \ 27 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */ 29 #define ddprintk(format, args...) \ argument 31 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
|
D | lec.c | 1212 #define pr_debug(format, args...)
|
/net/dccp/ccids/lib/ |
D | tfrc.h | 21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument 23 #define tfrc_pr_debug(format, a...) argument
|
/net/dccp/ |
D | dccp.h | 40 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument 41 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument 44 #define dccp_pr_debug(format, a...) do {} while (0) argument 45 #define dccp_pr_debug_cat(format, a...) do {} while (0) argument 46 #define dccp_debug(format, a...) do {} while (0) argument
|
/net/tipc/ |
D | netlink_compat.c | 69 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs); member 235 err = (*cmd->format)(msg, attrbuf); in __tipc_nl_compat_dumpit() 1030 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump() 1208 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle() 1225 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle() 1231 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle() 1251 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle() 1257 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle() 1262 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle() 1267 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle() [all …]
|
/net/bridge/ |
D | br_private.h | 622 #define br_printk(level, br, format, args...) \ argument 623 printk(level "%s: " format, (br)->dev->name, ##args) 625 #define br_err(__br, format, args...) \ argument 626 br_printk(KERN_ERR, __br, format, ##args) 627 #define br_warn(__br, format, args...) \ argument 628 br_printk(KERN_WARNING, __br, format, ##args) 629 #define br_notice(__br, format, args...) \ argument 630 br_printk(KERN_NOTICE, __br, format, ##args) 631 #define br_info(__br, format, args...) \ argument 632 br_printk(KERN_INFO, __br, format, ##args) [all …]
|
/net/mac80211/ |
D | debugfs_key.c | 43 #define KEY_FILE(name, format) \ argument 44 KEY_READ_##format(name) \ 58 #define KEY_CONF_FILE(name, format) \ argument 59 KEY_CONF_READ_##format(name) \
|
D | debugfs_netdev.c | 29 ssize_t (*format)(const void *, char *, int)) in ieee80211_if_read() 35 ret = (*format)(data, buf, sizeof(buf)); in ieee80211_if_read() 167 #define IEEE80211_IF_FILE(name, field, format) \ argument 168 IEEE80211_IF_FMT_##format(name, struct ieee80211_sub_if_data, field) \ 186 #define IEEE80211_IF_LINK_FILE(name, field, format) \ argument 187 IEEE80211_IF_FMT_##format(name, struct ieee80211_link_data, field) \
|
D | debugfs_sta.c | 47 #define STA_FILE(name, field, format) \ argument 48 STA_READ_##format(name, field) \
|
/net/dccp/ccids/ |
D | ccid2.c | 20 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) argument 22 #define ccid2_pr_debug(format, a...) argument
|
D | ccid3.c | 29 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) argument 31 #define ccid3_pr_debug(format, a...) argument
|
/net/sunrpc/ |
D | Kconfig | 83 log in TAP format (https://testanything.org/). Only useful for
|
D | clnt.c | 1404 enum rpc_display_format_t format) in rpc_peeraddr2str() argument 1410 if (xprt->address_strings[format] != NULL) in rpc_peeraddr2str() 1411 return xprt->address_strings[format]; in rpc_peeraddr2str()
|
/net/dsa/ |
D | Kconfig | 19 # Drivers must select the appropriate tagging format(s)
|
/net/core/ |
D | net-sysfs.c | 46 ssize_t (*format)(const struct net_device *, char *)) in netdev_show() 53 ret = (*format)(ndev, buf); in netdev_show()
|
D | dev.c | 11457 const char *format, ...) in netdev_printk() argument 11462 va_start(args, format); in netdev_printk() 11464 vaf.fmt = format; in netdev_printk()
|
/net/ |
D | Kconfig | 89 log in TAP format (https://testanything.org/). Only useful for
|