Lines Matching refs:text_in
2194 unsigned char *text_in = cmd->text_in_ptr, *text_ptr;
2197 if (!text_in) {
2200 pr_err("Unable to locate text_in buffer for sendtargets"
2206 if (strncmp("SendTargets=", text_in, 12) != 0) {
2212 text_ptr = strchr(text_in, '=');
2254 char *text_in = NULL;
2270 text_in = kzalloc(rx_size, GFP_KERNEL);
2271 if (!text_in)
2274 cmd->text_in_ptr = text_in;
2277 iov[niov].iov_base = text_in;
2297 text_in, rx_size, 0, NULL,
2317 kfree(text_in);
2326 text_in[payload_length - 1] = '\0';
3348 unsigned char *text_in = cmd->text_in_ptr, *text_ptr = NULL;
3363 text_ptr = strchr(text_in, '=');
3365 pr_err("Unable to locate '=' string in text_in:"
3366 " %s\n", text_in);