Home
last modified time | relevance | path

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

/kernel/printk/
Dprintk.c302 static int console_msg_format = MSG_FORMAT_DEFAULT; variable
2414 console_msg_format = MSG_FORMAT_SYSLOG; in console_msg_format_setup()
2416 console_msg_format = MSG_FORMAT_DEFAULT; in console_msg_format_setup()
2735 len = record_print_text(&r, console_msg_format & MSG_FORMAT_SYSLOG, printk_time); in console_emit_next_record()