/freebsd/sys/dev/pst/ |
H A D | pst-raid.c | 231 biofinish(request->bp, NULL, ENOMEM); in pst_start() 241 biofinish(request->bp, NULL, error); in pst_start() 259 biofinish(request->bp, NULL, reply->status ? EIO : 0); in pst_done() 327 biofinish(request->bp, NULL, EIO); in pst_timeout() 333 biofinish(request->bp, NULL, error); in pst_timeout()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_pt.c | 197 biofinish(bp, NULL, ENXIO); in ptstrategy() 208 biofinish(bp, NULL, ENXIO); in ptstrategy() 550 biofinish(bp, softc->device_stats, 0); in ptdone()
|
H A D | scsi_sa.c | 963 biofinish(bp, NULL, EINVAL); in sastrategy() 973 biofinish(bp, NULL, ENXIO); in sastrategy() 979 biofinish(bp, NULL, EPERM); in sastrategy() 990 biofinish(bp, NULL, EBADF); in sastrategy() 998 biofinish(bp, NULL, ENXIO); in sastrategy() 1028 biofinish(bp, NULL, EINVAL); in sastrategy() 1043 biofinish(bp, NULL, EINVAL); in sastrategy() 2866 biofinish(bp, NULL, EOPNOTSUPP); in sastart() 3162 biofinish(bp, softc->device_stats, 0); in sadone()
|
H A D | scsi_cd.c | 854 biofinish(bp, NULL, ENXIO); in cdstrategy() 916 biofinish(bp, NULL, EOPNOTSUPP); in cdstart() 1189 biofinish(bp, NULL, 0); in cddone()
|
H A D | scsi_da.c | 1924 biofinish(bp, NULL, ENXIO); in dastrategy() 3387 biofinish(bp, NULL, 0); in dastart() 3500 biofinish(bp, NULL, error); in dastart() 3509 biofinish(bp, NULL, EOPNOTSUPP); in dastart()
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_disk.c | 315 biofinish(bp, NULL, EINVAL); in cfi_disk_strategy() 333 biofinish(bp, NULL, EOPNOTSUPP); in cfi_disk_strategy()
|
/freebsd/sys/sys/ |
H A D | bio.h | 149 void biofinish(struct bio *bp, struct devstat *stat, int error);
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 184 biofinish(bp, stp, error); in bioq_flush()
|
H A D | kern_conf.c | 300 biofinish(bp, NULL, ENXIO); in dead_strategy() 336 biofinish(bp, NULL, ENODEV); in no_strategy() 404 biofinish(bp, NULL, ENXIO); in giant_strategy()
|
H A D | vfs_bio.c | 4532 biofinish(struct bio *bp, struct devstat *stat, int error) in biofinish() function
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_da.c | 478 biofinish(bp, NULL, ENXIO); in ndastrategy() 1058 biofinish(bp, NULL, EIO); in ndastart() 1091 biofinish(bp, NULL, ENOMEM); in ndastart() 1137 biofinish(bp, NULL, EOPNOTSUPP); in ndastart()
|
/freebsd/sys/dev/ips/ |
H A D | ips_disk.c | 111 biofinish(iobuf, NULL, EOPNOTSUPP); in ipsd_strategy()
|
/freebsd/sys/dev/aac/ |
H A D | aac_disk.c | 163 biofinish(bp, NULL, EOPNOTSUPP); in aac_disk_strategy()
|
/freebsd/sys/cam/ata/ |
H A D | ata_da.c | 1093 biofinish(bp, NULL, ENXIO); in adastrategy() 2409 biofinish(bp, NULL, EIO); in adastart() 2491 biofinish(bp, NULL, EOPNOTSUPP); in adastart() 2530 biofinish(bp, NULL, error); in adastart() 2539 biofinish(bp, NULL, EOPNOTSUPP); in adastart()
|
/freebsd/sys/geom/ |
H A D | geom_dev.c | 778 biofinish(bp, NULL, EINVAL); in g_dev_strategy()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 542 biofinish(bp, NULL, ENXIO); in sddastrategy() 1904 biofinish(bp, NULL, EOPNOTSUPP); in sddastart()
|
/freebsd/sys/dev/xen/blkfront/ |
H A D | blkfront.c | 404 biofinish(bp, NULL, EOPNOTSUPP); in xbd_bio_command()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zvol_os.c | 812 biofinish(bp, NULL, error); in zvol_geom_bio_strategy()
|
/freebsd/sys/dev/mmc/ |
H A D | mmcsd.c | 806 biofinish(bp, NULL, ENXIO); in mmcsd_strategy()
|
/freebsd/sys/dev/mfi/ |
H A D | mfi.c | 2151 biofinish(bio, NULL, EOPNOTSUPP); in mfi_build_syspdio() 2212 biofinish(bio, NULL, EOPNOTSUPP); in mfi_build_ldio()
|