Searched refs:KERN_ALERT (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | kern_levels.h | 9 #define KERN_ALERT KERN_SOH "1" /* action must be taken immediately */ macro
|
D | printk.h | 472 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 601 printk_once(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 653 printk_ratelimited(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
|
D | dev_printk.h | 142 dev_printk_index_wrap(_dev_alert, KERN_ALERT, dev, dev_fmt(fmt), ##__VA_ARGS__)
|
D | acpi.h | 1100 acpi_handle_printk(KERN_ALERT, handle, fmt, ##__VA_ARGS__)
|
D | netdevice.h | 5386 netdev_level_once(KERN_ALERT, dev, fmt, ##__VA_ARGS__)
|