Lines Matching defs:periph

485 	struct scsipi_periph *periph;
495 periph = xs->xs_periph;
498 periph->periph_target));
514 scsipi_printaddr(periph);
702 struct scsipi_periph *periph = acb->xs->xs_periph;
703 int target = periph->periph_target;
726 struct scsipi_periph *periph;
752 periph = acb->xs->xs_periph;
753 if (periph->periph_target == target &&
754 periph->periph_lun == lun)
804 struct scsipi_periph *periph;
820 periph = acb->xs->xs_periph;
821 ti = &sc->sc_tinfo[periph->periph_target];
822 if ((ti->lubusy & (1 << periph->periph_lun)) == 0) {
824 periph->periph_target, periph->periph_lun));
831 periph->periph_target, periph->periph_lun));
844 struct scsipi_periph *periph = xs->xs_periph;
845 struct aic_tinfo *ti = &sc->sc_tinfo[periph->periph_target];
852 ss->byte2 = periph->periph_lun << 5;
860 ti->lubusy &= ~(1 << periph->periph_lun);
878 struct scsipi_periph *periph = xs->xs_periph;
879 struct aic_tinfo *ti = &sc->sc_tinfo[periph->periph_target];
922 ti->lubusy &= ~(1 << periph->periph_lun);
1063 periph = acb->xs->xs_periph;
1067 periph->periph_target, periph->periph_lun);
1701 struct scsipi_periph *periph;
1801 periph = acb->xs->xs_periph;
1802 ti = &sc->sc_tinfo[periph->periph_target];
1821 ti->lubusy |= (1 << periph->periph_lun);
1906 periph = acb->xs->xs_periph;
1907 ti = &sc->sc_tinfo[periph->periph_target];
2090 struct scsipi_periph *periph = xs->xs_periph;
2092 device_private(periph->periph_channel->chan_adapter->adapt_dev);
2095 scsipi_printaddr(periph);
2124 struct scsipi_periph *periph = acb->xs->xs_periph;
2127 scsipi_printaddr(periph);