Searched defs:text (Results 1 – 4 of 4) sorted by relevance
/kernel/printk/ |
A D | printk.c | 685 const char *text, size_t text_len, in msg_add_ext_text() 722 char *text, size_t text_len, in msg_print_ext_body() 1441 char *text = r->text_buf; in record_print_text() local 1603 char *text; in syslog_print() local 1707 char *text; in syslog_print_all() local 2181 u16 printk_parse_prefix(const char *text, int *level, in printk_parse_prefix() 2210 static u16 printk_sprint(char *text, u16 size, int facility, in printk_sprint()
|
A D | printk_ringbuffer.c | 1790 static unsigned int count_lines(const char *text, unsigned int text_size) in count_lines()
|
/kernel/debug/kdb/ |
A D | kdb_private.h | 36 #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \ argument
|
A D | kdb_main.c | 94 #define KDBMSG(msgnum, text) \ argument 1336 void kdb_print_state(const char *text, int value) in kdb_print_state()
|
Completed in 22 milliseconds