Symbol: KERN_SOH
arch/s390/kernel/setup.c
881
char fmt[] = KERN_SOH "0boot: %s";
drivers/char/ttyprintk.c
39
#define TPK_PREFIX KERN_SOH __stringify(CONFIG_TTY_PRINTK_LEVEL)
fs/btrfs/messages.c
236
_printk(KERN_SOH "%dBTRFS %s (device %s%s): %pV\n", level, type,
fs/btrfs/messages.c
239
_printk(KERN_SOH "%dBTRFS %s: %pV\n", level, type, &vaf);
include/linux/kern_levels.h
10
#define KERN_CRIT KERN_SOH "2" /* critical conditions */
include/linux/kern_levels.h
11
#define KERN_ERR KERN_SOH "3" /* error conditions */
include/linux/kern_levels.h
12
#define KERN_WARNING KERN_SOH "4" /* warning conditions */
include/linux/kern_levels.h
13
#define KERN_NOTICE KERN_SOH "5" /* normal but significant condition */
include/linux/kern_levels.h
14
#define KERN_INFO KERN_SOH "6" /* informational */
include/linux/kern_levels.h
15
#define KERN_DEBUG KERN_SOH "7" /* debug-level messages */
include/linux/kern_levels.h
24
#define KERN_CONT KERN_SOH "c"
include/linux/kern_levels.h
8
#define KERN_EMERG KERN_SOH "0" /* system is unusable */
include/linux/kern_levels.h
9
#define KERN_ALERT KERN_SOH "1" /* action must be taken immediately */
net/bridge/netfilter/ebt_log.c
86
printk(KERN_SOH "%c%s IN=%s OUT=%s MAC source = %pM MAC dest = %pM proto = 0x%04x",
net/netfilter/nf_log_syslog.c
120
nf_log_buf_add(m, KERN_SOH "%c%sIN=%s OUT=%s ",
tools/include/linux/kern_levels.h
10
#define KERN_CRIT KERN_SOH "" /* critical conditions */
tools/include/linux/kern_levels.h
11
#define KERN_ERR KERN_SOH "" /* error conditions */
tools/include/linux/kern_levels.h
12
#define KERN_WARNING KERN_SOH "" /* warning conditions */
tools/include/linux/kern_levels.h
13
#define KERN_NOTICE KERN_SOH "" /* normal but significant condition */
tools/include/linux/kern_levels.h
14
#define KERN_INFO KERN_SOH "" /* informational */
tools/include/linux/kern_levels.h
15
#define KERN_DEBUG KERN_SOH "" /* debug-level messages */
tools/include/linux/kern_levels.h
17
#define KERN_DEFAULT KERN_SOH "" /* the default kernel loglevel */
tools/include/linux/kern_levels.h
8
#define KERN_EMERG KERN_SOH "" /* system is unusable */
tools/include/linux/kern_levels.h
9
#define KERN_ALERT KERN_SOH "" /* action must be taken immediately */