Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c10400 struct mterror_entry_stack *err_entry_tmp; in st_update_error_stack() local
10419 err_entry_tmp = kmem_alloc(MTERROR_LINK_ENTRY_SIZE, KM_SLEEP); in st_update_error_stack()
10420 ASSERT(err_entry_tmp != NULL); in st_update_error_stack()
10422 err_entry_tmp->mtees_entry.mtee_cdb_buf = in st_update_error_stack()
10424 ASSERT(err_entry_tmp->mtees_entry.mtee_cdb_buf != NULL); in st_update_error_stack()
10426 err_entry_tmp->mtees_entry.mtee_arq_status = in st_update_error_stack()
10428 ASSERT(err_entry_tmp->mtees_entry.mtee_arq_status != NULL); in st_update_error_stack()
10433 err_entry_tmp->mtees_entry.mtee_cdb_len = cdblen; in st_update_error_stack()
10434 bcopy(cdbp, err_entry_tmp->mtees_entry.mtee_cdb_buf, cdblen); in st_update_error_stack()
10439 err_entry_tmp->mtees_entry.mtee_arq_status_len = in st_update_error_stack()
[all …]