Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c245 uchar_t t_lun; in ipmi_ioctl() local
414 if (copyin((void *)data, &t_lun, sizeof (t_lun))) { in ipmi_ioctl()
418 dev->ipmi_lun = t_lun & 0x3; in ipmi_ioctl()
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h236 sbp2_lun_t *t_lun; /* logical unit array */ member
264 t_bus t_bus_hdl t_lun t_nluns t_nluns_alloc t_cfgrom t_last_cfgrd
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c268 tp->t_lun = kmem_zalloc(maxluns * sizeof (sbp2_lun_t), KM_SLEEP); in sbp2_tgt_init_luns()
278 lp = &tp->t_lun[tp->t_nluns]; in sbp2_tgt_init_luns()
289 kmem_free(tp->t_lun, tp->t_nluns_alloc * sizeof (sbp2_lun_t)); in sbp2_tgt_init_luns()
304 lp = &tp->t_lun[i]; in sbp2_tgt_fini_luns()
309 kmem_free(tp->t_lun, tp->t_nluns_alloc * sizeof (sbp2_lun_t)); in sbp2_tgt_fini_luns()
501 sbp2_lun_t *lp = &tp->t_lun[0]; in sbp2_tgt_reset()
530 return (&tp->t_lun[num]); in sbp2_tgt_get_lun()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c109 lp->l_lun = &tp->t_lun[i]; in scsa1394_sbp2_attach()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h608 int t_lun; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3185 tgt_private->t_lun = lun; in mptsas_scsi_tgt_init()
3724 ap->a_lun = tgt_private->t_lun; in mptsas_scsi_init_pkt()
9752 lun = tgt_private->t_lun; in mptsas_scsi_abort()
14077 tgt_private->t_lun = ap->a_lun; in mptsas_send_scsi_cmd()