| /net/bluetooth/ |
| A D | lib.c | 251 va_start(args, format); in bt_info() 253 vaf.fmt = format; in bt_info() 271 va_start(args, format); in bt_warn() 273 vaf.fmt = format; in bt_warn() 291 va_start(args, format); in bt_err() 293 vaf.fmt = format; in bt_err() 327 va_start(args, format); in bt_dbg() 329 vaf.fmt = format; in bt_dbg() 351 va_start(args, format); in bt_warn_ratelimited() 353 vaf.fmt = format; in bt_warn_ratelimited() [all …]
|
| A D | hci_sock.c | 563 u16 format; in create_monitor_ctrl_open() local 573 format = 0x0000; in create_monitor_ctrl_open() 578 format = 0x0001; in create_monitor_ctrl_open() 583 format = 0x0002; in create_monitor_ctrl_open() 600 put_unaligned_le16(format, skb_put(skb, 2)); in create_monitor_ctrl_open()
|
| /net/atm/ |
| A 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);\
|
| A 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);\
|
| A 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 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) 60 #define ddprintk(format, args...) \ argument [all …]
|
| A D | lec.c | 1221 #define pr_debug(format, args...)
|
| /net/mac80211/ |
| A D | debugfs_netdev.c | 26 ssize_t (*format)(const struct ieee80211_sub_if_data *, char *, int); member 38 return d->format(d->sdata, buf, bufsize); in ieee80211_if_read_sdata_handler() 45 ssize_t (*format)(const struct ieee80211_sub_if_data *sdata, char *, int)) in ieee80211_if_read_sdata() 49 .format = format, in ieee80211_if_read_sdata() 98 ssize_t (*format)(const struct ieee80211_link_data *, char *, int); member 110 return d->format(d->link, buf, bufsize); in ieee80211_if_read_link_handler() 117 ssize_t (*format)(const struct ieee80211_link_data *link, char *, int)) in ieee80211_if_read_link() 121 .format = format, in ieee80211_if_read_link() 264 #define IEEE80211_IF_FILE(name, field, format) \ argument 302 #define IEEE80211_IF_LINK_FILE(name, field, format) \ argument [all …]
|
| A D | debugfs_key.c | 41 #define KEY_FILE(name, format) \ argument 42 KEY_READ_##format(name) \ 55 #define KEY_CONF_FILE(name, format) \ argument 56 KEY_CONF_READ_##format(name) \
|
| A D | debugfs_sta.c | 45 #define STA_FILE(name, field, format) \ argument 46 STA_READ_##format(name, field) \
|
| /net/tipc/ |
| A 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/ |
| A D | br_private.h | 631 #define br_printk(level, br, format, args...) \ argument 634 #define br_err(__br, format, args...) \ argument 635 br_printk(KERN_ERR, __br, format, ##args) 636 #define br_warn(__br, format, args...) \ argument 637 br_printk(KERN_WARNING, __br, format, ##args) 638 #define br_notice(__br, format, args...) \ argument 639 br_printk(KERN_NOTICE, __br, format, ##args) 640 #define br_info(__br, format, args...) \ argument 641 br_printk(KERN_INFO, __br, format, ##args) 643 #define br_debug(br, format, args...) \ argument [all …]
|
| /net/sunrpc/ |
| A D | Kconfig | 83 log in TAP format (https://testanything.org/). Only useful for
|
| A D | clnt.c | 1413 enum rpc_display_format_t format) in rpc_peeraddr2str() argument 1419 if (xprt->address_strings[format] != NULL) in rpc_peeraddr2str() 1420 return xprt->address_strings[format]; in rpc_peeraddr2str()
|
| /net/dsa/ |
| A D | Kconfig | 19 # Drivers must select the appropriate tagging format(s)
|
| /net/core/ |
| A D | net-sysfs.c | 130 ssize_t (*format)(const struct net_device *, char *)) in netdev_show() 137 ret = (*format)(ndev, buf); in netdev_show()
|
| A D | dev.c | 12602 const char *format, ...) in netdev_printk() argument 12607 va_start(args, format); in netdev_printk() 12609 vaf.fmt = format; in netdev_printk()
|
| /net/ |
| A D | Kconfig | 105 log in TAP format (https://testanything.org/). Only useful for
|