Home
last modified time | relevance | path

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

/include/linux/
Dkern_levels.h4 #define KERN_SOH "\001" /* ASCII Start Of Header */ macro
7 #define KERN_EMERG KERN_SOH "0" /* system is unusable */
8 #define KERN_ALERT KERN_SOH "1" /* action must be taken immediately */
9 #define KERN_CRIT KERN_SOH "2" /* critical conditions */
10 #define KERN_ERR KERN_SOH "3" /* error conditions */
11 #define KERN_WARNING KERN_SOH "4" /* warning conditions */
12 #define KERN_NOTICE KERN_SOH "5" /* normal but significant condition */
13 #define KERN_INFO KERN_SOH "6" /* informational */
14 #define KERN_DEBUG KERN_SOH "7" /* debug-level messages */
16 #define KERN_DEFAULT KERN_SOH "d" /* the default kernel loglevel */