Searched refs:bioq_flush (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/dev/altera/sdcard/ |
| D | altera_sdcard_disk.c | 185 bioq_flush(&sc->as_bioq, NULL, ENXIO); in altera_sdcard_disk_remove()
|
| /freebsd-12-stable/sys/sys/ |
| D | bio.h | 172 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
|
| /freebsd-12-stable/sys/cam/scsi/ |
| D | scsi_pt.c | 343 bioq_flush(&softc->bio_queue, NULL, ENXIO); in ptoninvalidate() 525 bioq_flush(&softc->bio_queue, NULL, EIO); in ptdone()
|
| D | scsi_cd.c | 392 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()
|
| D | scsi_sa.c | 2265 bioq_flush(&softc->bio_queue, NULL, ENXIO); in saoninvalidate() 3118 bioq_flush(&softc->bio_queue, NULL, EIO); in sadone()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_disk.c | 181 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush() function
|
| /freebsd-12-stable/sys/dev/ips/ |
| D | ips_pci.c | 194 bioq_flush(&sc->queue, NULL, ENXIO); in ips_pci_detach()
|
| /freebsd-12-stable/sys/cam/ |
| D | cam_iosched.c | 1183 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/ |
| D | n25q.c | 364 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in n25q_detach()
|
| D | at45d.c | 293 bioq_flush(&sc->bio_queue, NULL, ENXIO); in at45d_detach()
|
| D | mx25l.c | 567 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in mx25l_detach()
|
| /freebsd-12-stable/sys/dev/mmc/ |
| D | mmcsd.c | 696 bioq_flush(&part->bio_queue, NULL, ENXIO); in mmcsd_detach()
|
| /freebsd-12-stable/sys/cam/mmc/ |
| D | mmc_da.c | 588 bioq_flush(&part->bio_queue, NULL, ENXIO); in sddaoninvalidate()
|