Lines Matching defs:periph
599 struct scsipi_periph *periph;
624 periph = acb->xs->xs_periph;
625 if (periph->periph_target == target &&
626 periph->periph_lun == lun)
821 struct scsipi_periph *periph;
838 periph = acb->xs->xs_periph;
839 t = periph->periph_target;
841 if (!(ti->lubusy & (1 << periph->periph_lun))) {
851 ti->lubusy |= (1<<periph->periph_lun);
852 mhaselect(sc, t, periph->periph_lun,
857 periph->periph_target,
858 periph->periph_lun));
870 struct scsipi_periph *periph = xs->xs_periph;
871 struct spc_tinfo *ti = &sc->sc_tinfo[periph->periph_target];
936 ti->lubusy &= ~(1<<periph->periph_lun);
944 ti->lubusy &= ~(1<<periph->periph_lun);
1079 struct scsipi_periph *periph = acb->xs->xs_periph;
1082 periph->periph_target,
1083 periph->periph_lun);
1213 struct scsipi_periph *periph = NULL;
1228 periph = acb->xs->xs_periph;
1229 if (periph->periph_lun == lunit &&
1230 sc->sc_selid == (1<<periph->periph_target)) {
1247 ti = &sc->sc_tinfo[periph->periph_target];
1251 sc->sc_tinfo[periph->periph_target].lubusy
1252 |= (1<<periph->periph_lun);
1949 struct scsipi_periph *periph = xs->xs_periph;
1951 device_private(periph->periph_channel->chan_adapter->adapt_dev);
1956 scsipi_printaddr(periph);
1993 struct scsipi_periph *periph = acb->xs->xs_periph;
1996 scsipi_printaddr(periph);