Home
last modified time | relevance | path

Searched refs:err_entry_tmp (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c10402 struct mterror_entry_stack *err_entry_tmp; in st_update_error_stack() local
10421 err_entry_tmp = kmem_alloc(MTERROR_LINK_ENTRY_SIZE, KM_SLEEP); in st_update_error_stack()
10422 ASSERT(err_entry_tmp != NULL); in st_update_error_stack()
10424 err_entry_tmp->mtees_entry.mtee_cdb_buf = in st_update_error_stack()
10426 ASSERT(err_entry_tmp->mtees_entry.mtee_cdb_buf != NULL); in st_update_error_stack()
10428 err_entry_tmp->mtees_entry.mtee_arq_status = in st_update_error_stack()
10430 ASSERT(err_entry_tmp->mtees_entry.mtee_arq_status != NULL); in st_update_error_stack()
10435 err_entry_tmp->mtees_entry.mtee_cdb_len = cdblen; in st_update_error_stack()
10436 bcopy(cdbp, err_entry_tmp->mtees_entry.mtee_cdb_buf, cdblen); in st_update_error_stack()
10441 err_entry_tmp->mtees_entry.mtee_arq_status_len = in st_update_error_stack()
[all …]