Lines Matching defs:text
426 const char *text, u16 text_len) in log_store()
560 char *text, size_t text_len) in msg_print_ext_body()
1082 const char *text = log_text(msg); in msg_print_text() local
1140 char *text; in syslog_print() local
1204 char *text; in syslog_print_all() local
1435 const char *text, size_t len) in call_console_drivers()
1597 static bool cont_add(int facility, int level, const char *text, size_t len) in cont_add()
1631 static size_t cont_print_text(char *text, size_t size) in cont_print_text()
1665 char *text = textbuf; in vprintk_emit() local
1951 char *text, size_t text_len) { return 0; } in msg_print_ext_body()
1954 const char *text, size_t len) {} in call_console_drivers()
1957 static size_t cont_print_text(char *text, size_t size) { return 0; } in cont_print_text()
2186 static void console_cont_flush(char *text, size_t size) in console_cont_flush()
2232 static char text[LOG_LINE_MAX + PREFIX_MAX]; in console_unlock() local