Searched refs:textbuf (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_parameters.c | 629 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value() argument 631 *value = strchr(textbuf, '='); in iscsi_extract_key_value() 638 *key = textbuf; in iscsi_extract_key_value() 1307 char *textbuf, in iscsi_decode_text_input() argument 1314 tmpbuf = kmemdup_nul(textbuf, length, GFP_KERNEL); in iscsi_decode_text_input() 1379 static int iscsi_encode_text_record(char *textbuf, u32 *length, in iscsi_encode_text_record() argument 1390 n = snprintf(textbuf + *length, avail, "%s=%s", key, value); in iscsi_encode_text_record() 1401 char *textbuf, in iscsi_encode_text_output() argument 1421 ret = iscsi_encode_text_record(textbuf, length, in iscsi_encode_text_output() 1436 ret = iscsi_encode_text_record(textbuf, length, in iscsi_encode_text_output() [all …]
|