Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/printk/
Dprintk.c299 static char *log_text(const struct printk_log *msg) in log_text() function
456 memcpy(log_text(msg), text, text_len); in log_store()
459 memcpy(log_text(msg) + text_len, trunc_msg, trunc_msg_len); in log_store()
709 log_text(msg), msg->text_len); in devkmsg_read()
1082 const char *text = log_text(msg); in msg_print_text()
1942 static char *log_text(const struct printk_log *msg) { return NULL; } in log_text() function
2314 log_text(msg), msg->text_len); in console_unlock()