Searched refs:text_buf (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/printk/ |
A D | printk_ringbuffer.h | 43 char *text_buf; member 232 #define _DEFINE_PRINTKRB(name, descbits, avgtextbits, text_buf) \ argument 264 .data = text_buf, \ 299 r->text_buf = NULL; in prb_rec_init_wr() 311 char *text_buf, unsigned int text_buf_size, 332 char *text_buf, unsigned int text_buf_size) in prb_rec_init_rd() argument 335 r->text_buf = text_buf; in prb_rec_init_rd()
|
A D | printk_ringbuffer.c | 1397 r->text_buf = data_alloc(rb, r->text_buf_size, in prb_reserve_in_last() 1421 r->text_buf = data_realloc(rb, r->text_buf_size, in prb_reserve_in_last() 1424 if (r->text_buf_size && !r->text_buf) in prb_reserve_in_last() 1549 r->text_buf = data_alloc(rb, r->text_buf_size, &d->text_blk_lpos, id); in prb_reserve() 1551 if (r->text_buf_size && !r->text_buf) { in prb_reserve() 1815 r->text_buf, r->text_buf_size, line_count)) { in prb_read() 2035 char *text_buf, unsigned int textbits, in prb_init() argument 2049 rb->text_data_ring.data = text_buf; in prb_init()
|
A D | printk.c | 636 char text_buf[CONSOLE_EXT_LOG_MAX]; member 751 &r->text_buf[0], r->info->text_len, in devkmsg_read() 860 &user->text_buf[0], sizeof(user->text_buf)); in devkmsg_open() 1042 memcpy(&dest_r.text_buf[0], &r->text_buf[0], r->info->text_len); in add_to_rb() 1321 char *text = r->text_buf; in record_print_text() 1412 r->text_buf[len] = 0; in record_print_text() 2154 text_len = printk_sprint(&r.text_buf[r.info->text_len], reserve_size, in vprintk_store() 2186 text_len = printk_sprint(&r.text_buf[0], reserve_size, facility, &flags, fmt, args); in vprintk_store() 2188 memcpy(&r.text_buf[text_len], trunc_msg, trunc_msg_len); in vprintk_store() 2688 &r.text_buf[0], in console_unlock()
|
/linux/drivers/target/iscsi/ |
A D | iscsi_target_parameters.c | 42 char *text_buf, in iscsi_login_tx_data() argument 54 if (text_buf && text_length) { in iscsi_login_tx_data() 56 iov[1].iov_base = text_buf; in iscsi_login_tx_data()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_debug.c | 7932 char *text_buf; in format_feature() local 7963 text_buf = vzalloc(txt_size_bytes); in format_feature() 7964 if (!text_buf) { in format_feature() 7974 text_buf); in format_feature() 7976 vfree(text_buf); in format_feature() 7985 text_buf[i] = '\n'; in format_feature() 7989 qed_dbg_print_feature(text_buf, txt_size_bytes); in format_feature() 7993 vfree(text_buf); in format_feature() 8001 feature->dump_buf = text_buf; in format_feature()
|
Completed in 38 milliseconds