Searched refs:text_buf (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/printk/ |
| H A D | printk.c | 1122 memcpy(&dest_r.text_buf[0], &r->text_buf[0], r->info->text_len); in add_to_rb() 1419 char *text = r->text_buf; in record_print_text() 1510 r->text_buf[len] = 0; in record_print_text() 2329 text_len = printk_sprint(&r.text_buf[r.info->text_len], reserve_size, in vprintk_store() 2364 text_len = printk_sprint(&r.text_buf[0], reserve_size, facility, &flags, fmt, args); in vprintk_store() 2366 memcpy(&r.text_buf[text_len], trunc_msg, trunc_msg_len); in vprintk_store() 3070 &r.text_buf[0], r.info->text_len, &r.info->dev_info); in printk_get_next_message()
|
| /linux/drivers/target/iscsi/ |
| H 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/ |
| H A D | qed_debug.c | 7918 char *text_buf; in format_feature() local 7949 text_buf = vzalloc(txt_size_bytes); in format_feature() 7950 if (!text_buf) { in format_feature() 7960 text_buf); in format_feature() 7962 vfree(text_buf); in format_feature() 7971 text_buf[i] = '\n'; in format_feature() 7975 qed_dbg_print_feature(text_buf, txt_size_bytes); in format_feature() 7979 vfree(text_buf); in format_feature() 7987 feature->dump_buf = text_buf; in format_feature()
|