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

/freebsd-13-stable/sys/sys/
H A Dbio.h176 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
/freebsd-13-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_disk.c185 bioq_flush(&sc->as_bioq, NULL, ENXIO);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pt.c342 bioq_flush(&softc->bio_queue, NULL, ENXIO);
524 bioq_flush(&softc->bio_queue, NULL, EIO);
H A Dscsi_cd.c389 bioq_flush(&softc->bio_queue, NULL, ENXIO);
1180 bioq_flush(&softc->bio_queue, NULL, EIO);
1503 bioq_flush(&softc->bio_queue, NULL, EINVAL);
H A Dscsi_sa.c2192 bioq_flush(&softc->bio_queue, NULL, ENXIO);
2811 bioq_flush(&softc->bio_queue, NULL, EIO);
/freebsd-13-stable/sys/dev/ips/
H A Dips_pci.c194 bioq_flush(&sc->queue, NULL, ENXIO);
/freebsd-13-stable/sys/kern/
H A Dsubr_disk.c181 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) function
/freebsd-13-stable/sys/cam/
H A Dcam_iosched.c1279 bioq_flush(&isc->bio_queue, stp, err);
1280 bioq_flush(&isc->trim_queue, stp, err);
1283 bioq_flush(&isc->write_queue, stp, err);
/freebsd-13-stable/sys/dev/flash/
H A Dn25q.c363 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO);
H A Dat45d.c292 bioq_flush(&sc->bio_queue, NULL, ENXIO);
H A Dmx25l.c568 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO);
/freebsd-13-stable/sys/dev/mmc/
H A Dmmcsd.c697 bioq_flush(&part->bio_queue, NULL, ENXIO);
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c631 CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("bioq_flush start\n"));
634 bioq_flush(&part->bio_queue, NULL, ENXIO);
638 CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("bioq_flush end\n"));

Completed in 122 milliseconds