Searched refs:lm_plus (Results 1 – 3 of 3) sorted by relevance
101 kmem_free(vhg->verh_ve_map.lm_plus, in stmf_view_clear_config()278 if (sm->lm_plus[i] == NULL) in stmf_session_prepare_report_lun_data()514 ve = (stmf_view_entry_t *)vemap->lm_plus[i]; in stmf_add_lus_to_session_per_vemap()541 ve = (stmf_view_entry_t *)vemap->lm_plus[i]; in stmf_remove_lus_from_session_per_vemap()688 dst->lm_plus = kmem_zalloc(dst->lm_nentries * in stmf_duplicate_ve_map()691 dst->lm_plus[i] = src->lm_plus[i]; in stmf_duplicate_ve_map()702 kmem_free(dst->lm_plus, dst->lm_nentries * sizeof (void *)); in stmf_destroy_ve_map()748 bcopy(dst->lm_plus, p, in stmf_merge_ve_map()752 kmem_free(dst->lm_plus, in stmf_merge_ve_map()754 (*pp_ret_map)->lm_plus = p; in stmf_merge_ve_map()[all …]
37 void **lm_plus; /* this can be lun or view entry */ member
3999 if ((ent = (stmf_lun_map_ent_t *)sm->lm_plus[n]) in stmf_deregister_scsi_session()4009 kmem_free(sm->lm_plus[n], in stmf_deregister_scsi_session()4013 kmem_free(sm->lm_plus, in stmf_deregister_scsi_session()4193 if (lm->lm_plus[i] == NULL) in stmf_deregister_all_lu_itl_handles()4195 ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_deregister_all_lu_itl_handles()6437 if (lm->lm_plus[i] == NULL) in stmf_handle_target_reset()6440 lm_ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_handle_target_reset()6466 if (lm->lm_plus[i] == NULL) in stmf_handle_target_reset()6468 lm_ent = (stmf_lun_map_ent_t *)lm->lm_plus[i]; in stmf_handle_target_reset()6474 if (lm->lm_plus[i] == NULL) in stmf_handle_target_reset()[all …]