Searched refs:KERN_SOH (Results 1 – 5 of 5) sorted by relevance
5 #define KERN_SOH "" /* ASCII Start Of Header */ macro8 #define KERN_EMERG KERN_SOH "" /* system is unusable */9 #define KERN_ALERT KERN_SOH "" /* action must be taken immediately */10 #define KERN_CRIT KERN_SOH "" /* critical conditions */11 #define KERN_ERR KERN_SOH "" /* error conditions */12 #define KERN_WARNING KERN_SOH "" /* warning conditions */13 #define KERN_NOTICE KERN_SOH "" /* normal but significant condition */14 #define KERN_INFO KERN_SOH "" /* informational */15 #define KERN_DEBUG KERN_SOH "" /* debug-level messages */17 #define KERN_DEFAULT KERN_SOH "" /* the default kernel loglevel */
5 #define KERN_SOH "\001" /* ASCII Start Of Header */ macro8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */9 #define KERN_ALERT KERN_SOH "1" /* action must be taken immediately */10 #define KERN_CRIT KERN_SOH "2" /* critical conditions */11 #define KERN_ERR KERN_SOH "3" /* error conditions */12 #define KERN_WARNING KERN_SOH "4" /* warning conditions */13 #define KERN_NOTICE KERN_SOH "5" /* normal but significant condition */14 #define KERN_INFO KERN_SOH "6" /* informational */15 #define KERN_DEBUG KERN_SOH "7" /* debug-level messages */24 #define KERN_CONT KERN_SOH "c"
39 #define TPK_PREFIX KERN_SOH __stringify(CONFIG_TTY_PRINTK_LEVEL)
86 printk(KERN_SOH "%c%s IN=%s OUT=%s MAC source = %pM MAC dest = %pM proto = 0x%04x", in ebt_log_packet()
120 nf_log_buf_add(m, KERN_SOH "%c%sIN=%s OUT=%s ", in nf_log_dump_packet_common()