Searched refs:stmf_lun_map_ent_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.h45 } stmf_lun_map_ent_t; typedef in typeref:struct:stmf_lun_map_ent
H A Dlun_map.c249 stmf_lun_map_ent_t *ent;
261 if ((ent = (stmf_lun_map_ent_t *)sm->lm_plus[n])
272 sizeof (stmf_lun_map_ent_t));
276 sizeof (stmf_lun_map_ent_t *) * sm->lm_nentries);
403 stmf_lun_map_ent_t *lun_map_ent;
418 lun_map_ent = (stmf_lun_map_ent_t *)
419 kmem_zalloc(sizeof (stmf_lun_map_ent_t), KM_SLEEP);
448 stmf_lun_map_ent_t *lun_map_ent;
466 kmem_free((void *)lun_map_ent, sizeof (stmf_lun_map_ent_t));
H A Dstmf.c4040 stmf_lun_map_ent_t *lun_map_ent;
4059 lun_map_ent = (stmf_lun_map_ent_t *)
4135 stmf_lun_map_ent_t *ent;
4167 ent = (stmf_lun_map_ent_t *)lm->lm_plus[i];
4200 stmf_lun_map_ent_t *ent;
4223 ent = (stmf_lun_map_ent_t *)
4234 ent = (stmf_lun_map_ent_t *)lm->lm_plus[i];
4259 stmf_lun_map_ent_t *ent;
4280 ent = (stmf_lun_map_ent_t *)lm->lm_plus[i];
4286 ent = (stmf_lun_map_ent_t *)
[all...]

Completed in 115 milliseconds