Searched refs:text_in (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/target/iscsi/
H A Discsi_target.c2229 unsigned char *text_in = cmd->text_in_ptr, *text_ptr; local
2232 if (!text_in) {
2235 pr_err("Unable to locate text_in buffer for sendtargets"
2241 if (strncmp("SendTargets=", text_in, 12) != 0) {
2247 text_ptr = strchr(text_in, '=');
2289 char *text_in = NULL; local
2305 text_in = kzalloc(rx_size, GFP_KERNEL);
2306 if (!text_in)
2309 cmd->text_in_ptr = text_in;
2312 iov[niov].iov_base = text_in;
3383 unsigned char *text_in = cmd->text_in_ptr, *text_ptr = NULL; local
[all...]
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c1162 unsigned char *text_in = NULL; local
1187 text_in = kzalloc(payload_length, GFP_KERNEL);
1188 if (!text_in) {
1189 pr_err("Unable to allocate text_in of payload_length: %u\n",
1194 text_in, payload_length);
1196 text_in[payload_length - 1] = '\0';
1198 cmd->text_in_ptr = text_in;
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c1203 unsigned char *text_in = NULL; local
1210 text_in = kzalloc(payload_length, GFP_KERNEL);
1211 if (!text_in)
1214 cmd->text_in_ptr = text_in;

Completed in 114 milliseconds