Searched refs:text (Results 1 – 5 of 5) sorted by relevance
/kernel/printk/ |
D | printk.c | 584 const char *text, size_t text_len, in msg_add_ext_text() argument 592 unsigned char c = text[i]; in msg_add_ext_text() 621 char *text, size_t text_len, in msg_print_ext_body() argument 626 len = msg_add_ext_text(buf, size, text, text_len, '\n'); in msg_print_ext_body() 1346 char *text = r->text_buf; in record_print_text() local 1370 next = memchr(text, '\n', text_len); in record_print_text() 1372 line_len = next - text; in record_print_text() 1393 memmove(text + prefix_len, text, text_len); in record_print_text() 1394 memcpy(text, prefix, prefix_len); in record_print_text() 1408 text[prefix_len + line_len] = '\n'; in record_print_text() [all …]
|
D | internal.h | 39 u16 printk_parse_prefix(const char *text, int *level,
|
D | printk_ringbuffer.c | 1679 static unsigned int count_lines(const char *text, unsigned int text_size) in count_lines() argument 1683 const char *next = text; in count_lines() 1691 next_size = text_size - (next - text); in count_lines()
|
/kernel/debug/kdb/ |
D | kdb_private.h | 36 #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \ argument 37 kdb_print_state(text, value)
|
D | kdb_main.c | 96 #define KDBMSG(msgnum, text) \ argument 97 { KDB_##msgnum, text } 1408 void kdb_print_state(const char *text, int value) in kdb_print_state() argument 1411 text, raw_smp_processor_id(), value, kdb_initial_cpu, in kdb_print_state()
|