Home
last modified time | relevance | path

Searched refs:format (Results 1 – 19 of 19) sorted by relevance

/net/bluetooth/
Dlib.c138 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 …]
Dhci_sock.c499 u16 format; in create_monitor_ctrl_open() local
509 format = 0x0000; in create_monitor_ctrl_open()
514 format = 0x0001; in create_monitor_ctrl_open()
519 format = 0x0002; in create_monitor_ctrl_open()
534 put_unaligned_le16(format, skb_put(skb, 2)); in create_monitor_ctrl_open()
/net/atm/
Dmpoa_proc.c26 #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);\
Dmpc.c43 #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 …]
Dmpoa_caches.c16 #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);\
Dlec.c1220 #define pr_debug(format, args...)
/net/dccp/ccids/lib/
Dtfrc.h21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument
23 #define tfrc_pr_debug(format, a...) argument
/net/dccp/
Ddccp.h40 #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/bridge/
Dbr_private.h452 #define br_printk(level, br, format, args...) \ argument
453 printk(level "%s: " format, (br)->dev->name, ##args)
455 #define br_err(__br, format, args...) \ argument
456 br_printk(KERN_ERR, __br, format, ##args)
457 #define br_warn(__br, format, args...) \ argument
458 br_printk(KERN_WARNING, __br, format, ##args)
459 #define br_notice(__br, format, args...) \ argument
460 br_printk(KERN_NOTICE, __br, format, ##args)
461 #define br_info(__br, format, args...) \ argument
462 br_printk(KERN_INFO, __br, format, ##args)
[all …]
/net/tipc/
Dnetlink_compat.c68 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs); member
217 err = (*cmd->format)(msg, attrs); in __tipc_nl_compat_dumpit()
1011 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
1189 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
1206 dump.format = tipc_nl_compat_link_stat_dump; in tipc_nl_compat_handle()
1212 dump.format = tipc_nl_compat_link_dump; in tipc_nl_compat_handle()
1232 dump.format = tipc_nl_compat_name_table_dump; in tipc_nl_compat_handle()
1238 dump.format = tipc_nl_compat_sk_dump; in tipc_nl_compat_handle()
1243 dump.format = tipc_nl_compat_media_dump; in tipc_nl_compat_handle()
1248 dump.format = tipc_nl_compat_node_dump; in tipc_nl_compat_handle()
[all …]
/net/mac80211/
Ddebugfs_key.c43 #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) \
Ddebugfs_netdev.c28 ssize_t (*format)(const struct ieee80211_sub_if_data *, char *, int)) in ieee80211_if_read()
34 ret = (*format)(sdata, buf, sizeof(buf)); in ieee80211_if_read()
164 #define IEEE80211_IF_FILE(name, field, format) \ argument
165 IEEE80211_IF_FMT_##format(name, field) \
Ddebugfs_sta.c47 #define STA_FILE(name, field, format) \ argument
48 STA_READ_##format(name, field) \
/net/dccp/ccids/
Dccid3.c29 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) argument
31 #define ccid3_pr_debug(format, a...) argument
Dccid2.c20 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) argument
22 #define ccid2_pr_debug(format, a...) argument
/net/dsa/
DKconfig6 # Drivers must select NET_DSA and the appropriate tagging format
/net/sunrpc/
Dclnt.c1300 enum rpc_display_format_t format) in rpc_peeraddr2str() argument
1306 if (xprt->address_strings[format] != NULL) in rpc_peeraddr2str()
1307 return xprt->address_strings[format]; in rpc_peeraddr2str()
/net/core/
Dnet-sysfs.c42 ssize_t (*format)(const struct net_device *, char *)) in netdev_show()
49 ret = (*format)(ndev, buf); in netdev_show()
Ddev.c10110 const char *format, ...) in netdev_printk() argument
10115 va_start(args, format); in netdev_printk()
10117 vaf.fmt = format; in netdev_printk()