Searched refs:bioq_flush (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/sys/ |
H A D | bio.h | 172 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_pt.c | 338 bioq_flush(&softc->bio_queue, NULL, ENXIO); in ptoninvalidate() 520 bioq_flush(&softc->bio_queue, NULL, EIO); in ptdone()
|
H A D | scsi_cd.c | 382 bioq_flush(&softc->bio_queue, NULL, ENXIO); in cdoninvalidate() 1162 bioq_flush(&softc->bio_queue, NULL, EIO); in cddone() 1497 bioq_flush(&softc->bio_queue, NULL, EINVAL); in cddone()
|
H A D | scsi_sa.c | 2257 bioq_flush(&softc->bio_queue, NULL, ENXIO); in saoninvalidate() 3115 bioq_flush(&softc->bio_queue, NULL, EIO); in sadone()
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 179 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush() function
|
/freebsd/sys/dev/ips/ |
H A D | ips_pci.c | 192 bioq_flush(&sc->queue, NULL, ENXIO); in ips_pci_detach()
|
/freebsd/sys/dev/flash/ |
H A D | n25q.c | 357 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in n25q_detach()
|
H A D | w25n.c | 483 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in w25n_detach()
|
H A D | at45d.c | 289 bioq_flush(&sc->bio_queue, NULL, ENXIO); in at45d_detach()
|
H A D | mx25l.c | 570 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in mx25l_detach()
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 1344 bioq_flush(&isc->bio_queue, stp, err); in cam_iosched_flush() 1345 bioq_flush(&isc->trim_queue, stp, err); in cam_iosched_flush() 1348 bioq_flush(&isc->write_queue, stp, err); in cam_iosched_flush()
|
/freebsd/sys/dev/flash/flexspi/ |
H A D | flex_spi.c | 842 bioq_flush(&sc->bio_queue, NULL, ENXIO); in flex_spi_detach()
|
/freebsd/sys/dev/mmc/ |
H A D | mmcsd.c | 688 bioq_flush(&part->bio_queue, NULL, ENXIO); in mmcsd_detach()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 617 bioq_flush(&part->bio_queue, NULL, ENXIO); in sddaoninvalidate()
|