Home
last modified time | relevance | path

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

/kernel/printk/
Dprintk_ringbuffer.h43 char *text_buf; member
233 #define _DEFINE_PRINTKRB(name, descbits, avgtextbits, text_buf) \ argument
266 .data = text_buf, \
301 r->text_buf = NULL; in prb_rec_init_wr()
313 char *text_buf, unsigned int text_buf_size,
334 char *text_buf, unsigned int text_buf_size) in prb_rec_init_rd() argument
337 r->text_buf = text_buf; in prb_rec_init_rd()
Dprintk_ringbuffer.c1400 r->text_buf = data_alloc(rb, r->text_buf_size, in prb_reserve_in_last()
1424 r->text_buf = data_realloc(rb, r->text_buf_size, in prb_reserve_in_last()
1427 if (r->text_buf_size && !r->text_buf) in prb_reserve_in_last()
1555 r->text_buf = data_alloc(rb, r->text_buf_size, &d->text_blk_lpos, id); in prb_reserve()
1557 if (r->text_buf_size && !r->text_buf) { in prb_reserve()
1826 r->text_buf, r->text_buf_size, line_count)) { in prb_read()
2076 char *text_buf, unsigned int textbits, in prb_init() argument
2091 rb->text_data_ring.data = text_buf; in prb_init()
Dprintk.c645 char text_buf[CONSOLE_EXT_LOG_MAX]; member
771 &r->text_buf[0], r->info->text_len, in devkmsg_read()
880 &user->text_buf[0], sizeof(user->text_buf)); in devkmsg_open()
1062 memcpy(&dest_r.text_buf[0], &r->text_buf[0], r->info->text_len); in add_to_rb()
1344 char *text = r->text_buf; in record_print_text()
1435 r->text_buf[len] = 0; in record_print_text()
2193 text_len = printk_sprint(&r.text_buf[r.info->text_len], reserve_size, in vprintk_store()
2226 text_len = printk_sprint(&r.text_buf[0], reserve_size, facility, &flags, fmt, args); in vprintk_store()
2228 memcpy(&r.text_buf[text_len], trunc_msg, trunc_msg_len); in vprintk_store()
2739 &r.text_buf[0], in console_unlock()