Home
last modified time | relevance | path

Searched refs:scsipi_channel_freeze (Results 1 – 10 of 10) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp_netbsd.c652 scsipi_channel_freeze(&isp->isp_osinfo.chan[chan], 1); in ispcmd()
679 scsipi_channel_freeze(&isp->isp_osinfo.chan[chan], 1); in ispcmd()
1252 scsipi_channel_freeze(&isp->isp_osinfo.chan[bus], 1); in isp_async()
1469 scsipi_channel_freeze(&isp->isp_osinfo.chan[bus], 1); in isp_async()
1500 scsipi_channel_freeze(&isp->isp_osinfo.chan[bus], 1); in isp_async()
H A Daic7xxx_osm.c783 scsipi_channel_freeze(&ahc->sc_channel, 1); in ahc_set_recoveryscb()
785 scsipi_channel_freeze(&ahc->sc_channel_b, 1); in ahc_set_recoveryscb()
H A Daic7xxx_inline.h619 scsipi_channel_freeze(ahc->channel == 'A' ? &ahc->sc_channel : &ahc->sc_channel_b, 1); in ahc_intr()
H A Daic79xx_inline.h936 scsipi_channel_freeze(&ahd->sc_channel, 1); in ahd_intr()
H A Dmpt_netbsd.c454 scsipi_channel_freeze(&mpt->sc_channel, 1); in mpt_restart()
H A Dsiop.c1512 scsipi_channel_freeze(&sc->sc_c.sc_chan, 1); in siop_start()
H A Desiop.c1717 scsipi_channel_freeze(&sc->sc_c.sc_chan, 1); in esiop_start()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/scsipi/
H A Dscsipi_base.c289 scsipi_channel_freeze(chan, 1); in scsipi_grow_resources()
546 scsipi_channel_freeze(struct scsipi_channel *chan, int count) in scsipi_channel_freeze() function
2157 scsipi_channel_freeze(chan, 1); in scsipi_thread_call_callback()
H A Dscsipiconf.h700 void scsipi_channel_freeze(struct scsipi_channel *, int);
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ieee1394/
H A Dsbp.c999 scsipi_channel_freeze(&sc->sc_channel, 1); in sbp_post_busreset()