/openbsd/sys/kern/ |
H A D | kern_physio.c | 106 CLR(bp->b_flags, B_DONE | B_ERROR); in physio() 183 if (bp->b_flags & B_ERROR) in physio()
|
H A D | vfs_bio.c | 539 if (ISSET(bp->b_flags, B_ERROR)) in bread_cluster_callback() 540 SET(xbpp[i]->b_flags, B_INVAL | B_ERROR); in bread_cluster_callback() 721 CLR(bp->b_flags, (B_READ | B_DONE | B_ERROR | B_DELWRI)); in bwrite() 876 if (ISSET(bp->b_flags, (B_NOCACHE|B_ERROR))) in brelse() 879 if (ISSET(bp->b_flags, B_ERROR) && !ISSET(bp->b_flags, B_READ)) { in brelse() 1256 if (ISSET(bp->b_flags, B_ERROR)) in biowait()
|
H A D | kern_bufq.c | 232 bp->b_flags |= B_ERROR; in bufq_drain()
|
H A D | subr_disk.c | 318 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE | B_ERROR); in readdisksector() 984 bp->b_flags |= B_ERROR; in bounds_check_with_label()
|
/openbsd/sys/arch/octeon/dev/ |
H A D | amdcf.c | 465 bp->b_flags |= B_ERROR; in amdcfstrategy() 616 bp->b_flags |= B_ERROR; in _amdcfstart() 643 bp->b_flags |= B_ERROR; in amdcfdone() 658 bp->b_flags |= B_ERROR; in amdcf_disk_read() 694 bp->b_flags |= B_ERROR; in amdcf_disk_write()
|
H A D | octcf.c | 329 bp->b_flags |= B_ERROR; in octcfstrategy() 389 bp->b_flags |= B_ERROR; in octcfdone()
|
/openbsd/sys/nfs/ |
H A D | nfs_bio.c | 353 bp->b_flags |= B_ERROR; in nfs_write() 568 bp->b_flags |= B_ERROR; in nfs_doio() 621 bp->b_flags |= B_ERROR; in nfs_doio() 674 bp->b_flags |= B_ERROR; in nfs_doio()
|
H A D | nfs_syscalls.c | 669 nbp->b_flags &= ~(B_READ|B_DONE|B_ERROR); in nfssvc_iod()
|
/openbsd/sys/scsi/ |
H A D | st.c | 800 SET(bp->b_flags, B_ERROR); in ststrategy() 865 SET(bp->b_flags, B_ERROR); in ststart() 876 CLR(bp->b_flags, B_ERROR); in ststart() 894 SET(bp->b_flags, B_ERROR); in ststart() 971 CLR(bp->b_flags, B_ERROR); in st_buf_done() 981 CLR(bp->b_flags, B_ERROR); in st_buf_done() 1006 SET(bp->b_flags, B_ERROR); in st_buf_done()
|
H A D | sd.c | 573 SET(bp->b_flags, B_ERROR); in sdstrategy() 723 CLR(bp->b_flags, B_ERROR); in sd_buf_done() 733 CLR(bp->b_flags, B_ERROR); in sd_buf_done() 739 SET(bp->b_flags, B_ERROR); in sd_buf_done() 762 SET(bp->b_flags, B_ERROR); in sd_buf_done()
|
H A D | cd.c | 478 SET(bp->b_flags, B_ERROR); in cdstrategy() 615 CLR(bp->b_flags, B_ERROR); in cd_buf_done() 625 CLR(bp->b_flags, B_ERROR); in cd_buf_done() 650 SET(bp->b_flags, B_ERROR); in cd_buf_done()
|
/openbsd/sys/miscfs/deadfs/ |
H A D | dead_vnops.c | 184 ap->a_bp->b_flags |= B_ERROR; in dead_strategy()
|
/openbsd/sys/uvm/ |
H A D | uvm_swap.c | 1143 bp->b_flags |= B_ERROR; in swstrategy() 1341 bp->b_flags |= B_ERROR; in sw_reg_strategy() 1426 pbp->b_flags |= B_ERROR; in sw_reg_iodone_internal() 1902 result = (bp->b_flags & B_ERROR) ? VM_PAGER_ERROR : VM_PAGER_OK; 1905 if (!write && !(bp->b_flags & B_ERROR)) {
|
H A D | uvm_pager.c | 809 error = (bp->b_flags & B_ERROR) ? (bp->b_error ? bp->b_error : EIO) : 0; in uvm_aio_aiodone()
|
/openbsd/sys/arch/i386/i386/ |
H A D | dkcsum.c | 116 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE | B_ERROR); in dkcsumattach()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | dkcsum.c | 116 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE | B_ERROR); in dkcsumattach()
|
/openbsd/sys/ufs/mfs/ |
H A D | mfs_vnops.c | 160 bp->b_flags |= B_ERROR; in mfs_doio()
|
/openbsd/sys/sys/ |
H A D | buf.h | 185 #define B_ERROR 0x00000400 /* I/O error occurred. */ macro
|
/openbsd/sys/dev/ata/ |
H A D | wd.c | 421 bp->b_flags |= B_ERROR; in wdstrategy() 526 bp->b_flags |= B_ERROR; in wddone() 557 bp->b_flags |= B_ERROR; in wddone()
|
/openbsd/sys/ntfs/ |
H A D | ntfs_vnops.c | 288 bp->b_flags |= B_ERROR; in ntfs_strategy() 295 bp->b_flags |= B_ERROR; in ntfs_strategy()
|
/openbsd/sys/dev/ |
H A D | vnd.c | 346 bp->b_flags |= B_ERROR; in vndstrategy() 355 bp->b_flags |= B_ERROR; in vndstrategy()
|
H A D | rd.c | 242 bp->b_flags |= B_ERROR; in rdstrategy()
|
/openbsd/sys/dev/isa/ |
H A D | fd.c | 449 bp->b_flags |= B_ERROR; in fdstrategy() 989 bp->b_flags |= B_ERROR; in fdretry()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | fd.c | 752 bp->b_flags |= B_ERROR; in fdstrategy() 1742 bp->b_flags |= B_ERROR; in fdcretry()
|
/openbsd/sys/isofs/cd9660/ |
H A D | cd9660_vnops.c | 719 bp->b_flags |= B_ERROR; in cd9660_strategy()
|