Home
last modified time | relevance | path

Searched refs:bioq_flush (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/sys/dev/altera/sdcard/
Daltera_sdcard_disk.c185 bioq_flush(&sc->as_bioq, NULL, ENXIO); in altera_sdcard_disk_remove()
/freebsd-12-stable/sys/sys/
Dbio.h172 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
/freebsd-12-stable/sys/cam/scsi/
Dscsi_pt.c343 bioq_flush(&softc->bio_queue, NULL, ENXIO); in ptoninvalidate()
525 bioq_flush(&softc->bio_queue, NULL, EIO); in ptdone()
Dscsi_cd.c392 bioq_flush(&softc->bio_queue, NULL, ENXIO); in cdoninvalidate()
1173 bioq_flush(&softc->bio_queue, NULL, EIO); in cddone()
1498 bioq_flush(&softc->bio_queue, NULL, EINVAL); in cddone()
Dscsi_sa.c2265 bioq_flush(&softc->bio_queue, NULL, ENXIO); in saoninvalidate()
3118 bioq_flush(&softc->bio_queue, NULL, EIO); in sadone()
/freebsd-12-stable/sys/kern/
Dsubr_disk.c181 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush() function
/freebsd-12-stable/sys/dev/ips/
Dips_pci.c194 bioq_flush(&sc->queue, NULL, ENXIO); in ips_pci_detach()
/freebsd-12-stable/sys/cam/
Dcam_iosched.c1183 bioq_flush(&isc->bio_queue, stp, err); in cam_iosched_flush()
1184 bioq_flush(&isc->trim_queue, stp, err); in cam_iosched_flush()
1187 bioq_flush(&isc->write_queue, stp, err); in cam_iosched_flush()
/freebsd-12-stable/sys/dev/flash/
Dn25q.c364 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in n25q_detach()
Dat45d.c293 bioq_flush(&sc->bio_queue, NULL, ENXIO); in at45d_detach()
Dmx25l.c567 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in mx25l_detach()
/freebsd-12-stable/sys/dev/mmc/
Dmmcsd.c696 bioq_flush(&part->bio_queue, NULL, ENXIO); in mmcsd_detach()
/freebsd-12-stable/sys/cam/mmc/
Dmmc_da.c588 bioq_flush(&part->bio_queue, NULL, ENXIO); in sddaoninvalidate()