Home | History | Annotate | Download | only in scsipi

Lines Matching defs:periph

132 	struct scsipi_periph *periph = sa->sa_periph;
135 cf->cf_loc[ATAPIBUSCF_DRIVE] != periph->periph_target)
181 struct scsipi_periph *periph;
186 periph = scsipi_lookup_periph_locked(chan, target, 0);
187 if (periph == NULL || periph->periph_dev != child)
189 scsipi_remove_periph(chan, periph);
190 scsipi_free_periph(periph);
261 struct scsipi_periph *periph, struct scsipibus_attach_args *sa)
282 periph->periph_quirks |= quirks;
287 scsipi_insert_periph(chan, periph);
291 * XXX assign it in periph driver.
298 scsipi_free_periph(periph);