Searched refs:textbuf (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 684 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value() argument 686 *value = strchr(textbuf, '='); in iscsi_extract_key_value() 693 *key = textbuf; in iscsi_extract_key_value() 1363 char *textbuf, in iscsi_decode_text_input() argument 1376 memcpy(tmpbuf, textbuf, length); in iscsi_decode_text_input() 1438 char *textbuf, in iscsi_encode_text_output() argument 1446 output_buf = textbuf + *length; in iscsi_encode_text_output() 1461 output_buf = textbuf + *length; in iscsi_encode_text_output() 1474 output_buf = textbuf + *length; in iscsi_encode_text_output() 1485 output_buf = textbuf + *length; in iscsi_encode_text_output()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | p80211types.h | 344 char *textbuf); 346 char *textbuf);
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 1147 char textbuf[240]; in av7110_osd_cmd() local 1149 if (strncpy_from_user(textbuf, dc->data, 240) < 0) { in av7110_osd_cmd() 1153 textbuf[239] = 0; in av7110_osd_cmd() 1161 ret = WriteText(av7110, av7110->osdwin, dc->x0, dc->y0, textbuf); in av7110_osd_cmd()
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft-core.c | 56 static char textbuf[512]; in fbtft_dbg_hex() local 57 char *text = textbuf; in fbtft_dbg_hex() 61 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in fbtft_dbg_hex()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 1664 static char textbuf[LOG_LINE_MAX]; in vprintk_emit() local 1665 char *text = textbuf; in vprintk_emit() 1725 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in vprintk_emit()
|