Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/printk/
Dprintk_ringbuffer.h43 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()
Dprintk_ringbuffer.c1398 r->text_buf = data_alloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve_in_last()
1422 r->text_buf = data_realloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve_in_last()
1425 if (r->text_buf_size && !r->text_buf) in prb_reserve_in_last()
1550 r->text_buf = data_alloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve()
1553 if (r->text_buf_size && !r->text_buf) { in prb_reserve()
1817 r->text_buf, r->text_buf_size, line_count)) { in prb_read()
2037 char *text_buf, unsigned int textbits, in prb_init() argument
2051 rb->text_data_ring.data = text_buf; in prb_init()
Dprintk.c516 memcpy(&r.text_buf[0], text, text_len); in log_store()
518 memcpy(&r.text_buf[text_len], trunc_msg, trunc_msg_len); in log_store()
674 char text_buf[CONSOLE_EXT_LOG_MAX]; member
795 &r->text_buf[0], r->info->text_len, in devkmsg_read()
908 &user->text_buf[0], sizeof(user->text_buf)); in devkmsg_open()
1092 memcpy(&dest_r.text_buf[0], &r->text_buf[0], r->info->text_len); in add_to_rb()
1352 char *text = r->text_buf; in record_print_text()
1922 memcpy(&r.text_buf[r.info->text_len], text, text_len); in log_output()
2480 &r.text_buf[0], in console_unlock()
/Linux-v5.10/drivers/target/iscsi/
Discsi_target_parameters.c42 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-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c7471 char *text_buf; in format_feature() local
7496 text_buf = vzalloc(text_size_bytes); in format_feature()
7497 if (!text_buf) in format_feature()
7503 feature->dumped_dwords, text_buf); in format_feature()
7505 vfree(text_buf); in format_feature()
7514 text_buf[i] = '\n'; in format_feature()
7518 qed_dbg_print_feature(text_buf, text_size_bytes); in format_feature()
7522 vfree(text_buf); in format_feature()
7530 feature->dump_buf = text_buf; in format_feature()