Lines Matching refs:text_in
2235 unsigned char *text_in = cmd->text_in_ptr, *text_ptr;
2238 if (!text_in) {
2241 pr_err("Unable to locate text_in buffer for sendtargets"
2247 if (strncmp("SendTargets=", text_in, 12) != 0) {
2253 text_ptr = strchr(text_in, '=');
2295 char *text_in = NULL;
2311 text_in = kzalloc(rx_size, GFP_KERNEL);
2312 if (!text_in)
2315 cmd->text_in_ptr = text_in;
2318 iov[niov].iov_base = text_in;
2338 text_in, rx_size, 0, NULL,
2358 kfree(text_in);
2367 text_in[payload_length - 1] = '\0';
3389 unsigned char *text_in = cmd->text_in_ptr, *text_ptr = NULL;
3404 text_ptr = strchr(text_in, '=');
3406 pr_err("Unable to locate '=' string in text_in:"
3407 " %s\n", text_in);