Lines Matching refs:text_in
2176 unsigned char *text_in = cmd->text_in_ptr, *text_ptr; in iscsit_process_text_cmd() local
2179 if (!text_in) { in iscsit_process_text_cmd()
2188 if (strncmp("SendTargets", text_in, 11) != 0) { in iscsit_process_text_cmd()
2193 text_ptr = strchr(text_in, '='); in iscsit_process_text_cmd()
2238 char *text_in = NULL; in iscsit_handle_text_cmd() local
2253 text_in = kzalloc(payload_length, GFP_KERNEL); in iscsit_handle_text_cmd()
2254 if (!text_in) in iscsit_handle_text_cmd()
2257 cmd->text_in_ptr = text_in; in iscsit_handle_text_cmd()
2260 iov[niov].iov_base = text_in; in iscsit_handle_text_cmd()
2282 iscsit_do_crypto_hash_buf(conn->conn_rx_hash, text_in, in iscsit_handle_text_cmd()
2303 kfree(text_in); in iscsit_handle_text_cmd()
2312 text_in[payload_length - 1] = '\0'; in iscsit_handle_text_cmd()
3308 unsigned char *text_in = cmd->text_in_ptr, *text_ptr = NULL; in iscsit_build_sendtargets_response() local
3323 text_ptr = strchr(text_in, '='); in iscsit_build_sendtargets_response()
3326 " %s\n", text_in); in iscsit_build_sendtargets_response()