Searched refs:adapt_ioctl (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dzssc.c131 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipiconf.h199 int (*adapt_ioctl)(struct scsipi_channel *, u_long, member in struct:scsipi_adapter
219 (*(chan)->chan_adapter->adapt_ioctl)((chan), (cmd), (data), (flag), (p))
H A Dscsiconf.c384 if (chan->chan_adapter->adapt_ioctl != NULL)
385 (*chan->chan_adapter->adapt_ioctl)(chan, SCBUSIOLLSCAN, NULL,
1097 if (chan->chan_adapter->adapt_ioctl == NULL)
1100 error = (*chan->chan_adapter->adapt_ioctl)(chan,
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dwdsc.c148 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dasc.c223 sbic->sc_adapter.adapt_ioctl = NULL;
H A Dcsc.c160 sc->sc_softc.sc_adapter.adapt_ioctl = NULL;
H A Dcosc.c243 sc->sc_softc.sc_adapter.adapt_ioctl = NULL;
H A Dptsc.c202 sc->sc_softc.sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dsc_wrap.c104 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Diopsp.c174 sc->sc_adapter.adapt_ioctl = iopsp_ioctl;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass_scsipi.c192 scbus->sc_adapter.adapt_ioctl = umass_scsipi_ioctl;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dspifi.c193 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic79xx_osm.c91 ahd->sc_adapter.adapt_ioctl = ahd_ioctl;
H A Daic7xxx_osm.c90 ahc->sc_adapter.adapt_ioctl = ahc_ioctl;
H A Doosiop.c226 sc->sc_adapter.adapt_ioctl = NULL;
H A Dsiop_common.c111 sc->sc_adapt.adapt_ioctl = siop_ioctl;
H A Dciss.c379 sc->sc_adapter.adapt_ioctl = ciss_scsi_ioctl;
H A Disp_netbsd.c109 isp->isp_osinfo.adapter.adapt_ioctl = ispioctl;
H A Dosiop.c319 sc->sc_adapter.adapt_ioctl = NULL;
H A Dwd33c93.c194 adapt->adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dmesh.c251 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dncr5380.c203 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dncr5380.c209 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dmha.c344 sc->sc_adapter.adapt_ioctl = NULL;
/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dsii.c179 sc->sc_adapter.adapt_ioctl = NULL;

Completed in 377 milliseconds

12