Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211types.h344 char *textbuf);
346 char *textbuf);
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_parameters.c707 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value() argument
709 *value = strchr(textbuf, '='); in iscsi_extract_key_value()
716 *key = textbuf; in iscsi_extract_key_value()
1599 char *textbuf, in iscsi_decode_text_input() argument
1612 memcpy(tmpbuf, textbuf, length); in iscsi_decode_text_input()
1674 char *textbuf, in iscsi_encode_text_output() argument
1682 output_buf = textbuf + *length; in iscsi_encode_text_output()
1697 output_buf = textbuf + *length; in iscsi_encode_text_output()
1710 output_buf = textbuf + *length; in iscsi_encode_text_output()
1721 output_buf = textbuf + *length; in iscsi_encode_text_output()
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_hw.c1147 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.1.27/drivers/staging/fbtft/
Dfbtft-core.c59 static char textbuf[512]; in fbtft_dbg_hex() local
60 char *text = textbuf; in fbtft_dbg_hex()
64 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in fbtft_dbg_hex()
/linux-4.1.27/kernel/printk/
Dprintk.c1615 static char textbuf[LOG_LINE_MAX]; in vprintk_emit() local
1616 char *text = textbuf; in vprintk_emit()
1676 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in vprintk_emit()