Searched refs:text_buf (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | soundtool.c | 48 char text_buf[text_field_len]; in write_header() local 51 memset(text_buf, 0, sizeof(text_buf)); in write_header() 52 strncpy(text_buf, comment, text_field_len - 1); in write_header() 63 || lsx_writechars(ft, text_buf, sizeof(text_buf))? SOX_EOF:SOX_SUCCESS; in write_header()
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk_ringbuffer.h | 43 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()
|
| H A D | printk_ringbuffer.c | 1401 r->text_buf = data_alloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve_in_last() 1425 r->text_buf = data_realloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve_in_last() 1428 if (r->text_buf_size && !r->text_buf) in prb_reserve_in_last() 1556 r->text_buf = data_alloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve() 1559 if (r->text_buf_size && !r->text_buf) { in prb_reserve() 1828 r->text_buf, r->text_buf_size, line_count)) { in prb_read() 2078 char *text_buf, unsigned int textbits, in prb_init() argument 2093 rb->text_data_ring.data = text_buf; in prb_init()
|
| H A D | printk.c | 541 memcpy(&r.text_buf[0], text, text_len); in log_store() 543 memcpy(&r.text_buf[text_len], trunc_msg, trunc_msg_len); in log_store() 701 char text_buf[CONSOLE_EXT_LOG_MAX]; member 822 &r->text_buf[0], r->info->text_len, in devkmsg_read() 936 &user->text_buf[0], sizeof(user->text_buf)); in devkmsg_open() 1120 memcpy(&dest_r.text_buf[0], &r->text_buf[0], r->info->text_len); in add_to_rb() 1385 char *text = r->text_buf; in record_print_text() 1476 r->text_buf[len] = 0; in record_print_text() 1973 memcpy(&r.text_buf[r.info->text_len], text, text_len); in log_output() 2546 &r.text_buf[0], in console_unlock()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | strncpy-truncation.patch | 19 + int bufsize = sizeof(text_buf)/sizeof(text_buf[0]); 35 - strncpy(&text_buf[0], text1, left_margin - 3); 36 + memcpy(&text_buf[0], text1, left_margin - 3); 38 text_buf[pos] = ' ';
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 7471 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()
|