Symbol: BIO_ERROR
sys/cam/ata/ata_da.c
2821
bp->bio_flags |= BIO_ERROR;
sys/cam/ata/ata_da.c
2985
bp->bio_flags |= BIO_ERROR;
sys/cam/ata/ata_da.c
2996
bp->bio_flags |= BIO_ERROR;
sys/cam/ata/ata_da.c
3036
bp1->bio_flags |= BIO_ERROR;
sys/cam/cam_iosched.c
1786
if ((bp->bio_flags & BIO_ERROR) != 0)
sys/cam/cam_iosched.c
1792
if ((bp->bio_flags & BIO_ERROR) != 0)
sys/cam/cam_iosched.c
1797
if ((bp->bio_flags & BIO_ERROR) != 0)
sys/cam/cam_iosched.c
1806
if ((bp->bio_flags & BIO_ERROR) == 0 && done_ccb != NULL &&
sys/cam/mmc/mmc_da.c
1965
bp->bio_flags |= BIO_ERROR;
sys/cam/mmc/mmc_da.c
1970
bp->bio_flags |= BIO_ERROR;
sys/cam/nvme/nvme_da.c
1300
bp->bio_flags |= BIO_ERROR;
sys/cam/nvme/nvme_da.c
1348
bp2->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_cd.c
1165
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_cd.c
1182
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_da.c
4553
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_da.c
4739
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_da.c
4748
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_da.c
4766
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_da.c
4770
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_da.c
4813
if (bp->bio_flags & BIO_ERROR) {
sys/cam/scsi/scsi_da.c
4814
bp1->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_pt.c
523
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_pt.c
529
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_pt.c
541
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_sa.c
2824
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_sa.c
2842
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_sa.c
3120
bp->bio_flags |= BIO_ERROR;
sys/cam/scsi/scsi_sa.c
3128
bp->bio_flags |= BIO_ERROR;
sys/dev/aac/aac.c
1337
bp->bio_flags |= BIO_ERROR;
sys/dev/aac/aac_disk.c
149
bp->bio_flags |= BIO_ERROR;
sys/dev/aac/aac_disk.c
338
if (bp->bio_flags & BIO_ERROR) {
sys/dev/cfi/cfi_disk.c
180
bp->bio_flags |= BIO_ERROR;
sys/dev/cfi/cfi_disk.c
185
bp->bio_flags |= BIO_ERROR;
sys/dev/cfi/cfi_disk.c
224
bp->bio_flags |= BIO_ERROR;
sys/dev/cfi/cfi_disk.c
245
bp->bio_flags |= BIO_ERROR;
sys/dev/firewire/fwdev.c
870
bp->bio_flags |= BIO_ERROR;
sys/dev/firewire/fwmem.c
336
bp->bio_flags |= BIO_ERROR;
sys/dev/firewire/fwmem.c
401
bp->bio_flags |= BIO_ERROR;
sys/dev/flash/at45d.c
576
bp->bio_flags |= BIO_ERROR;
sys/dev/ida/ida.c
691
qcb->buf->bio_flags |= BIO_ERROR;
sys/dev/ida/ida_disk.c
115
bp->bio_flags |= BIO_ERROR;
sys/dev/ida/ida_disk.c
152
if (bp->bio_flags & BIO_ERROR)
sys/dev/ips/ips_commands.c
64
iobuf->bio_flags |=BIO_ERROR;
sys/dev/ips/ips_commands.c
86
iobuf->bio_flags |= BIO_ERROR;
sys/dev/ips/ips_disk.c
89
if (iobuf->bio_flags & BIO_ERROR) {
sys/dev/mfi/mfi.c
2253
bio->bio_flags |= BIO_ERROR;
sys/dev/mfi/mfi.c
2259
bio->bio_flags |= BIO_ERROR;
sys/dev/mfi/mfi_disk.c
268
bio->bio_flags |= BIO_ERROR;
sys/dev/mfi/mfi_disk.c
304
if (bio->bio_flags & BIO_ERROR) {
sys/dev/mfi/mfi_syspd.c
247
bio->bio_flags |= BIO_ERROR;
sys/dev/mlx/mlx.c
1964
bp->bio_flags |= BIO_ERROR;
sys/dev/mlx/mlx_disk.c
152
bp->bio_flags |= BIO_ERROR;
sys/dev/mlx/mlx_disk.c
166
bp->bio_flags |= BIO_ERROR;
sys/dev/mlx/mlx_disk.c
189
if (bp->bio_flags & BIO_ERROR)
sys/dev/mmc/mmcsd.c
1447
bp->bio_flags |= BIO_ERROR;
sys/dev/mmc/mmcsd.c
1455
bp->bio_flags |= BIO_ERROR;
sys/dev/mmc/mmcsd.c
1484
bp->bio_flags |= BIO_ERROR;
sys/dev/nvd/nvd.c
202
bp->bio_flags |= BIO_ERROR;
sys/dev/nvd/nvd.c
250
bp->bio_flags |= BIO_ERROR;
sys/dev/nvme/nvme_ns.c
147
bp->bio_flags |= BIO_ERROR;
sys/dev/nvme/nvme_ns.c
166
bp->bio_flags |= BIO_ERROR;
sys/dev/nvme/nvme_ns.c
264
bp->bio_flags |= BIO_ERROR;
sys/dev/nvme/nvme_ns.c
269
if ((bp->bio_flags & BIO_ERROR) == 0)
sys/dev/nvme/nvme_ns.c
284
parent->bio_flags |= BIO_ERROR;
sys/dev/nvme/nvme_ns.c
298
if (parent->bio_flags & BIO_ERROR) {
sys/dev/nvme/nvme_test.c
130
if ((bio->bio_flags & BIO_ERROR) || (bio->bio_resid > 0))
sys/dev/nvmf/host/nvmf_ns.c
117
bio->bio_flags |= BIO_ERROR;
sys/dev/nvmf/host/nvmf_ns.c
317
bio->bio_flags |= BIO_ERROR;
sys/dev/nvmf/host/nvmf_ns.c
452
bio->bio_flags |= BIO_ERROR;
sys/dev/nvmf/host/nvmf_ns.c
488
bio->bio_flags |= BIO_ERROR;
sys/dev/nvmf/host/nvmf_ns.c
96
bio->bio_flags |= BIO_ERROR;
sys/dev/virtio/block/virtio_blk.c
1490
bp->bio_flags |= BIO_ERROR;
sys/dev/xen/blkfront/blkfront.c
471
bp->bio_flags |= BIO_ERROR;
sys/dev/xen/blkfront/blkfront.c
474
if (bp->bio_flags & BIO_ERROR)
sys/dev/xen/blkfront/blkfront.c
730
bp->bio_flags |= BIO_ERROR;
sys/fs/ext2fs/ext2_bmap.c
173
bp->b_ioflags &= ~BIO_ERROR;
sys/fs/ext2fs/ext2_vnops.c
1585
bp->b_ioflags |= BIO_ERROR;
sys/fs/fuse/fuse_io.c
597
bp->b_ioflags &= ~BIO_ERROR;
sys/fs/fuse/fuse_io.c
679
bp->b_ioflags |= BIO_ERROR;
sys/fs/fuse/fuse_io.c
775
bp->b_ioflags |= BIO_ERROR;
sys/fs/fuse/fuse_io.c
793
bp->b_ioflags &= ~BIO_ERROR;
sys/fs/fuse/fuse_io.c
852
bp->b_ioflags |= BIO_ERROR;
sys/fs/fuse/fuse_io.c
907
bp->b_ioflags |= BIO_ERROR;
sys/fs/fuse/fuse_vnops.c
2537
bp->b_ioflags |= BIO_ERROR;
sys/fs/msdosfs/msdosfs_vnops.c
1901
bp->b_ioflags |= BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
1112
bp->b_ioflags &= ~BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
1190
bp->b_ioflags |= BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
1576
bp->b_ioflags &= ~BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
1648
bp->b_ioflags |= BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
1770
bp->b_ioflags |= BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
519
rabp->b_ioflags |= BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
588
bp->b_ioflags |= BIO_ERROR;
sys/fs/nfsclient/nfs_clbio.c
702
rabp->b_ioflags |= BIO_ERROR;
sys/fs/nfsclient/nfs_clvnops.c
3282
bp->b_ioflags &= ~BIO_ERROR;
sys/fs/p9fs/p9fs_vnops.c
2018
bp->b_ioflags |= BIO_ERROR;
sys/fs/p9fs/p9fs_vnops.c
2055
bp->b_ioflags |= BIO_ERROR;
sys/fs/smbfs/smbfs_io.c
356
bp->b_ioflags |= BIO_ERROR;
sys/fs/smbfs/smbfs_io.c
395
bp->b_ioflags |= BIO_ERROR;
sys/fs/tarfs/tarfs_io.c
592
bp->b_ioflags |= BIO_ERROR;
sys/fs/tarfs/tarfs_vnops.c
662
bp->b_ioflags |= BIO_ERROR;
sys/geom/geom_dev.c
736
bp->bio_flags |= BIO_ERROR;
sys/geom/geom_subr.c
1637
if (bp->bio_flags & BIO_ERROR) {
sys/geom/geom_vfs.c
163
bp->b_ioflags |= BIO_ERROR;
sys/geom/geom_vfs.c
202
bp->b_ioflags |= BIO_ERROR;
sys/geom/raid3/g_raid3.c
1224
fbp->bio_flags &= ~(BIO_DONE | BIO_ERROR);
sys/kern/kern_physio.c
187
if (iolen == 0 && !(bp->bio_flags & BIO_ERROR))
sys/kern/kern_physio.c
194
if (bp->bio_flags & BIO_ERROR) {
sys/kern/vfs_aio.c
2505
if (flags & BIO_ERROR)
sys/kern/vfs_bio.c
2206
rabp->b_ioflags &= ~BIO_ERROR;
sys/kern/vfs_bio.c
2281
bp->b_ioflags &= ~(BIO_ERROR | BIO_EXTERR);
sys/kern/vfs_bio.c
2358
bp->b_ioflags &= ~(BIO_ERROR | BIO_EXTERR);
sys/kern/vfs_bio.c
2734
if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) &&
sys/kern/vfs_bio.c
2746
if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) &&
sys/kern/vfs_bio.c
2770
bp->b_ioflags &= ~BIO_ERROR;
sys/kern/vfs_bio.c
2773
(bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) {
sys/kern/vfs_bio.c
2825
(bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) &&
sys/kern/vfs_bio.c
2845
if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 ||
sys/kern/vfs_bio.c
2864
(bp->b_ioflags & BIO_ERROR)) {
sys/kern/vfs_bio.c
4530
if (!(bp->bio_flags & BIO_ERROR))
sys/kern/vfs_bio.c
4541
bp->bio_flags |= BIO_ERROR;
sys/kern/vfs_bio.c
4575
if (bp->b_ioflags & BIO_ERROR) {
sys/kern/vfs_bio.c
4635
!(bp->b_ioflags & BIO_ERROR))
sys/kern/vfs_bio.c
4654
(bp->b_ioflags & BIO_ERROR))
sys/kern/vfs_bio.c
4925
bp->b_ioflags &= ~BIO_ERROR;
sys/kern/vfs_cluster.c
1011
tbp->b_ioflags &= ~BIO_ERROR;
sys/kern/vfs_cluster.c
243
bp->b_ioflags &= ~BIO_ERROR;
sys/kern/vfs_cluster.c
305
rbp->b_ioflags &= ~BIO_ERROR;
sys/kern/vfs_cluster.c
563
if (bp->b_ioflags & BIO_ERROR)
sys/kern/vfs_cluster.c
578
tbp->b_ioflags |= BIO_ERROR;
sys/kern/vfs_cluster.c
583
tbp->b_ioflags &= ~BIO_ERROR;
sys/kern/vfs_default.c
272
ap->a_bp->b_ioflags |= BIO_ERROR;
sys/powerpc/mambo/mambo_disk.c
247
bp->bio_flags |= BIO_ERROR;
sys/powerpc/ps3/ps3disk.c
358
bp->bio_flags |= BIO_ERROR;
sys/powerpc/ps3/ps3disk.c
400
bp->bio_flags |= BIO_ERROR;
sys/powerpc/ps3/ps3disk.c
436
bp->bio_flags |= BIO_ERROR;
sys/powerpc/ps3/ps3disk.c
601
bp->bio_flags |= BIO_ERROR;
sys/powerpc/ps3/ps3disk.c
655
bp->bio_flags |= BIO_ERROR;
sys/ufs/ffs/ffs_rawread.c
316
if (iolen == 0 && (bp->b_ioflags & BIO_ERROR) == 0) {
sys/ufs/ffs/ffs_rawread.c
321
if ((bp->b_ioflags & BIO_ERROR) != 0) {
sys/ufs/ffs/ffs_softdep.c
11243
bp->b_ioflags &= ~BIO_ERROR;
sys/ufs/ffs/ffs_softdep.c
11274
if ((bp->b_ioflags & BIO_ERROR) != 0)
sys/ufs/ffs/ffs_softdep.c
11284
if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0) {
sys/ufs/ffs/ffs_softdep.c
14742
if ((bp->b_ioflags & BIO_ERROR) == 0)
sys/ufs/ffs/ffs_vfsops.c
2146
if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) != 0)
sys/ufs/ffs/ffs_vfsops.c
2162
if ((bp->b_ioflags & BIO_ERROR) != 0)
sys/ufs/ffs/ffs_vfsops.c
2168
if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0)
sys/ufs/ffs/ffs_vfsops.c
2188
if ((bp->b_ioflags & BIO_ERROR) != 0)
sys/ufs/ffs/ffs_vfsops.c
2370
bp->b_ioflags |= BIO_ERROR;
sys/ufs/ffs/ffs_vfsops.c
2381
bp->b_ioflags |= BIO_ERROR;
sys/ufs/ufs/ufs_bmap.c
118
bp->b_ioflags &= ~BIO_ERROR;
sys/ufs/ufs/ufs_vnops.c
2577
bp->b_ioflags |= BIO_ERROR;
sys/vm/swap_pager.c
1716
if (bp->b_ioflags & BIO_ERROR && bp->b_error != ENOMEM) {
sys/vm/swap_pager.c
1763
if (bp->b_ioflags & BIO_ERROR) {
sys/vm/swap_pager.c
3168
bp->b_ioflags |= BIO_ERROR;
sys/vm/swap_pager.c
3191
bp->b_ioflags |= BIO_ERROR;
sys/vm/swap_pager.c
3206
bp->b_ioflags |= BIO_ERROR;
sys/vm/vnode_pager.c
1168
KASSERT((bp->b_ioflags & BIO_ERROR) == 0 || bp->b_error != 0,
sys/vm/vnode_pager.c
1170
error = (bp->b_ioflags & BIO_ERROR) != 0 ? bp->b_error : 0;
sys/vm/vnode_pager.c
728
if ((bp->b_ioflags & BIO_ERROR) != 0) {