Searched refs:textbuf (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 677 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value() argument 679 *value = strchr(textbuf, '='); in iscsi_extract_key_value() 686 *key = textbuf; in iscsi_extract_key_value() 1353 char *textbuf, in iscsi_decode_text_input() argument 1366 memcpy(tmpbuf, textbuf, length); in iscsi_decode_text_input() 1425 char *textbuf, in iscsi_encode_text_output() argument 1434 output_buf = textbuf + *length; in iscsi_encode_text_output() 1449 output_buf = textbuf + *length; in iscsi_encode_text_output() 1462 output_buf = textbuf + *length; in iscsi_encode_text_output() 1474 output_buf = textbuf + *length; in iscsi_encode_text_output()
|
/Linux-v5.4/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 1128 char textbuf[240]; in av7110_osd_cmd() local 1130 if (strncpy_from_user(textbuf, dc->data, 240) < 0) { in av7110_osd_cmd() 1134 textbuf[239] = 0; in av7110_osd_cmd() 1142 ret = WriteText(av7110, av7110->osdwin, dc->x0, dc->y0, textbuf); in av7110_osd_cmd()
|
/Linux-v5.4/drivers/staging/fbtft/ |
D | fbtft-core.c | 55 static char textbuf[512]; in fbtft_dbg_hex() local 56 char *text = textbuf; in fbtft_dbg_hex() 60 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in fbtft_dbg_hex()
|
/Linux-v5.4/kernel/printk/ |
D | printk.c | 1908 static char textbuf[LOG_LINE_MAX]; in vprintk_store() local 1909 char *text = textbuf; in vprintk_store() 1917 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in vprintk_store()
|