iscsi_rcv.c | 288 * req_CCB The CCB associated with the original request 295 collect_text_data(pdu_t *pdu, ccb_t *req_ccb) 298 if (req_ccb->ccb_text_data) { 302 nlen = req_ccb->ccb_text_len + pdu->pdu_temp_data_len; 305 DEBOUT(("Collect Text Data: Out of Memory, ccb = %p\n", req_ccb)); 306 req_ccb->ccb_status = ISCSI_STATUS_NO_RESOURCES; 310 memcpy(newp, req_ccb->ccb_text_data, req_ccb->ccb_text_len); 311 memcpy(&newp[req_ccb->ccb_text_len], pdu->pdu_temp_data, pdu->pdu_temp_data_len); 313 free(req_ccb->ccb_text_data, M_TEMP) 886 ccb_t *req_ccb; local in function:receive_reject_pdu 1061 ccb_t *req_ccb; local in function:receive_pdu [all...] |