HomeSort by: relevance | last modified time | path
    Searched refs:ccb_temp_data (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_utils.c 231 ccb->ccb_temp_data = NULL;
281 if (ccb->ccb_temp_data != NULL) {
282 free(ccb->ccb_temp_data, M_TEMP);
iscsi_text.c 1251 ccb->ccb_temp_data = state;
1341 negotiation_state_t *state = (negotiation_state_t *) ccb->ccb_temp_data;
1642 negotiation_state_t *state = (negotiation_state_t *) ccb->ccb_temp_data;
1703 ccb->ccb_temp_data = state;
1767 negotiation_state_t *state = (negotiation_state_t *) ccb->ccb_temp_data;
iscsi_globals.h 272 void *ccb_temp_data; member in struct:ccb_s

Completed in 13 milliseconds