Searched refs:periph_dev (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsi_base.c103 printf("%s(%s:%d:%d:%d): ", periph->periph_dev != NULL ?
104 device_xname(periph->periph_dev) : "probe",
H A Datapi_base.c196 printf("%s(%s:%d:%d): ", periph->periph_dev != NULL ?
197 device_xname(periph->periph_dev) : "probe",
H A Dscsipi_ioctl.c386 device_unit(device_parent(periph->periph_dev));
393 device_unit(device_parent(periph->periph_dev));
407 device_unit(device_parent(periph->periph_dev));
H A Datapiconf.c180 if (periph == NULL || periph->periph_dev != child)
214 error = config_detach(periph->periph_dev, flags);
281 * XXX Can't assign periph_dev here, because we'll
H A Dscsipiconf.c127 periph->periph_dev = NULL;
H A Duk.c105 periph->periph_dev = uk->sc_dev;
H A Dss.c161 periph->periph_dev = ss->sc_dev;
458 struct ss_softc *ss = device_private(periph->periph_dev);
H A Dch.c199 periph->periph_dev = &sc->sc_dev;
516 struct ch_softc *sc = (void *)periph->periph_dev;
933 dtperiph->periph_dev != NULL) {
935 device_xname(dtperiph->periph_dev),
H A Dif_se.c313 periph->periph_dev = &sc->sc_dev;
371 struct se_softc *sc = (void *)periph->periph_dev;
473 struct se_softc *sc = (void *)xs->xs_periph->periph_dev;
H A Dscsipi_base.c530 device_is_active(periph->periph_dev)) {
2182 aprint_normal_dev(periph->periph_dev, "");
2228 aprint_normal_dev(periph->periph_dev,
2466 error = config_detach(periph->periph_dev, flags);
H A Dscsipiconf.h364 device_t periph_dev; /* pointer to peripherial's device */ member in struct:scsipi_periph
H A Dsd.c243 periph->periph_dev = sd->sc_dev;
765 struct sd_softc *sd = device_private(periph->periph_dev);
921 struct sd_softc *sd = device_private(xs->xs_periph->periph_dev);
1401 struct sd_softc *sd = device_private(periph->periph_dev);
H A Dst.c370 periph->periph_dev = st->sc_dev;
1103 struct st_softc *st = device_private(periph->periph_dev);
1255 struct st_softc *st = device_private(xs->xs_periph->periph_dev);
1967 struct st_softc *st = device_private(periph->periph_dev);
H A Datapi_wdc.c275 periph->periph_dev = NULL;
H A Dscsiconf.c442 KASSERT(periph->periph_dev == child);
994 * XXX Can't assign periph_dev here, because we'll
H A Dcd.c267 periph->periph_dev = cd->sc_dev;
746 struct cd_softc *cd = device_private(periph->periph_dev);
885 struct cd_softc *cd = device_private(xs->xs_periph->periph_dev);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dautoconf.c184 return device_unit(periph->periph_dev);
200 return device_unit(periph->periph_dev);
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dautoconf.c150 booted_device = periph->periph_dev;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dautoconf.c153 booted_device = periph->periph_dev;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/x68k/
H A Dautoconf.c215 return periph ? periph->periph_dev : NULL;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dautoconf.c273 return periph->periph_dev;
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/sun68k/
H A Dautoconf.c404 return periph->periph_dev;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dahcisata_core.c1569 periph->periph_dev = NULL;
H A Disp_netbsd.c630 device_t dev = xs->xs_periph->periph_dev;
H A Dsiisata.c1364 periph->periph_dev = NULL;

Completed in 309 milliseconds

12