Searched refs:KERN_NOTICE (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | kern_levels.h | 13 #define KERN_NOTICE KERN_SOH "5" /* normal but significant condition */ macro
|
| A D | printk.h | 577 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 674 printk_once(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 726 printk_ratelimited(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
|
| A D | dev_printk.h | 158 dev_printk_index_wrap(_dev_notice, KERN_NOTICE, dev, dev_fmt(fmt), ##__VA_ARGS__)
|
| A D | acpi.h | 1258 acpi_handle_printk(KERN_NOTICE, handle, fmt, ##__VA_ARGS__)
|
| /include/net/ |
| A D | net_debug.h | 49 netdev_level_once(KERN_NOTICE, dev, fmt, ##__VA_ARGS__)
|
Completed in 17 milliseconds