Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target.c2194 unsigned char *text_in = cmd->text_in_ptr, *text_ptr; in iscsit_process_text_cmd() local
2197 if (!text_in) { in iscsit_process_text_cmd()
2200 pr_err("Unable to locate text_in buffer for sendtargets" in iscsit_process_text_cmd()
2206 if (strncmp("SendTargets=", text_in, 12) != 0) { in iscsit_process_text_cmd()
2212 text_ptr = strchr(text_in, '='); in iscsit_process_text_cmd()
2254 char *text_in = NULL; in iscsit_handle_text_cmd() local
2270 text_in = kzalloc(rx_size, GFP_KERNEL); in iscsit_handle_text_cmd()
2271 if (!text_in) in iscsit_handle_text_cmd()
2274 cmd->text_in_ptr = text_in; in iscsit_handle_text_cmd()
2277 iov[niov].iov_base = text_in; in iscsit_handle_text_cmd()
3348 unsigned char *text_in = cmd->text_in_ptr, *text_ptr = NULL; iscsit_build_sendtargets_response() local
[all...]
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target.c2235 unsigned char *text_in = cmd->text_in_ptr, *text_ptr; in iscsit_process_text_cmd() local
2238 if (!text_in) { in iscsit_process_text_cmd()
2241 pr_err("Unable to locate text_in buffer for sendtargets" in iscsit_process_text_cmd()
2247 if (strncmp("SendTargets=", text_in, 12) != 0) { in iscsit_process_text_cmd()
2253 text_ptr = strchr(text_in, '='); in iscsit_process_text_cmd()
2295 char *text_in = NULL; in iscsit_handle_text_cmd() local
2311 text_in = kzalloc(rx_size, GFP_KERNEL); in iscsit_handle_text_cmd()
2312 if (!text_in) in iscsit_handle_text_cmd()
2315 cmd->text_in_ptr = text_in; in iscsit_handle_text_cmd()
2318 iov[niov].iov_base = text_in; in iscsit_handle_text_cmd()
3389 unsigned char *text_in = cmd->text_in_ptr, *text_ptr = NULL; iscsit_build_sendtargets_response() local
[all...]
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c1162 unsigned char *text_in = NULL; in cxgbit_handle_text_cmd() local
1187 text_in = kzalloc(payload_length, GFP_KERNEL); in cxgbit_handle_text_cmd()
1188 if (!text_in) { in cxgbit_handle_text_cmd()
1189 pr_err("Unable to allocate text_in of payload_length: %u\n", in cxgbit_handle_text_cmd()
1194 text_in, payload_length); in cxgbit_handle_text_cmd()
1196 text_in[payload_length - 1] = '\0'; in cxgbit_handle_text_cmd()
1198 cmd->text_in_ptr = text_in; in cxgbit_handle_text_cmd()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c1162 unsigned char *text_in = NULL; in cxgbit_handle_text_cmd() local
1187 text_in = kzalloc(payload_length, GFP_KERNEL); in cxgbit_handle_text_cmd()
1188 if (!text_in) { in cxgbit_handle_text_cmd()
1189 pr_err("Unable to allocate text_in of payload_length: %u\n", in cxgbit_handle_text_cmd()
1194 text_in, payload_length); in cxgbit_handle_text_cmd()
1196 text_in[payload_length - 1] = '\0'; in cxgbit_handle_text_cmd()
1198 cmd->text_in_ptr = text_in; in cxgbit_handle_text_cmd()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/
H A Dib_isert.c1203 unsigned char *text_in = NULL; in isert_handle_text_cmd() local
1210 text_in = kzalloc(payload_length, GFP_KERNEL); in isert_handle_text_cmd()
1211 if (!text_in) in isert_handle_text_cmd()
1214 cmd->text_in_ptr = text_in; in isert_handle_text_cmd()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/
H A Dib_isert.c1203 unsigned char *text_in = NULL; in isert_handle_text_cmd() local
1210 text_in = kzalloc(payload_length, GFP_KERNEL); in isert_handle_text_cmd()
1211 if (!text_in) in isert_handle_text_cmd()
1214 cmd->text_in_ptr = text_in; in isert_handle_text_cmd()

Completed in 30 milliseconds