/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 42 return createStringError(std::errc::io_error, in decode() 46 return createStringError(std::errc::io_error, in decode() 50 return createStringError(std::errc::io_error, in decode() 56 return createStringError(std::errc::io_error, in decode() 60 return createStringError(std::errc::io_error, in decode() 64 return createStringError(std::errc::io_error, in decode() 90 return createStringError(std::errc::io_error, in decode() 168 return createStringError(std::errc::io_error, in lookup() 174 return createStringError(std::errc::io_error, in lookup() 178 return createStringError(std::errc::io_error, in lookup() [all …]
|
H A D | LineTable.cpp | 58 return createStringError(std::errc::io_error, in parse() 62 return createStringError(std::errc::io_error, in parse() 67 return createStringError(std::errc::io_error, in parse() 74 return createStringError(std::errc::io_error, in parse() 83 return createStringError(std::errc::io_error, in parse() 90 return createStringError(std::errc::io_error, in parse() 100 return createStringError(std::errc::io_error, in parse()
|
H A D | InlineInfo.cpp | 183 return createStringError(std::errc::io_error, in decode() 189 return createStringError(std::errc::io_error, in decode() 194 return createStringError(std::errc::io_error, in decode() 198 return createStringError(std::errc::io_error, in decode() 202 return createStringError(std::errc::io_error, in decode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 255 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError() 256 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError() 257 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError() 278 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError() 283 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError() 285 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError() 288 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error); in mapWindowsError()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | vdev_file.c | 169 zio->io_error = SET_ERROR(ENXIO); in vdev_file_io_start() 180 zio->io_error = VOP_FSYNC(vp, FSYNC | FDSYNC, in vdev_file_io_start() 184 zio->io_error = SET_ERROR(ENOTSUP); in vdev_file_io_start() 194 zio->io_error = vn_rdwr(zio->io_type == ZIO_TYPE_READ ? in vdev_file_io_start() 198 if (resid != 0 && zio->io_error == 0) in vdev_file_io_start() 199 zio->io_error = ENOSPC; in vdev_file_io_start()
|
H A D | vdev_disk.c | 398 zio->io_error = (geterror(bp) != 0 ? SET_ERROR(EIO) : 0); in vdev_disk_io_intr() 400 if (zio->io_error == 0 && bp->b_resid != 0) in vdev_disk_io_intr() 401 zio->io_error = SET_ERROR(EIO); in vdev_disk_io_intr() 423 zio->io_error = error; in vdev_disk_ioctl_done() 443 zio->io_error = SET_ERROR(ENXIO); in vdev_disk_io_start() 450 zio->io_error = SET_ERROR(ENXIO); in vdev_disk_io_start() 461 zio->io_error = SET_ERROR(ENXIO); in vdev_disk_io_start() 473 zio->io_error = ENOTSUP; in vdev_disk_io_start() 483 zio->io_error = SET_ERROR(ENOTSUP); in vdev_disk_io_start() 542 if (zio->io_error == EIO && !vd->vdev_remove_wanted) { in vdev_disk_io_done()
|
H A D | zio.c | 415 if (zio->io_error == 0 && in zio_decompress() 418 zio->io_error = SET_ERROR(EIO); in zio_decompress() 543 if (zio->io_error && !(zio->io_flags & ZIO_FLAG_DONT_PROPAGATE)) in zio_notify_parent() 544 *errorp = zio_worst_error(*errorp, zio->io_error); in zio_notify_parent() 571 if (zio->io_child_error[c] != 0 && zio->io_error == 0) in zio_inherit_child_errors() 572 zio->io_error = zio->io_child_error[c]; in zio_inherit_child_errors() 1724 error = zio->io_error; in zio_wait() 1774 pio->io_error = 0; in zio_reexecute() 2079 if (zio->io_error) in zio_gang_tree_assemble_done() 2254 pio->io_error = error; in zio_write_gang_block() [all …]
|
H A D | vdev_mirror.c | 286 mc->mc_error = zio->io_error; in vdev_mirror_child_done() 296 if (zio->io_error == 0) { in vdev_mirror_scrub_done() 312 mc->mc_error = zio->io_error; in vdev_mirror_scrub_done() 560 zio->io_error = vdev_mirror_worst_error(mm); in vdev_mirror_io_done() 586 zio->io_error = vdev_mirror_worst_error(mm); in vdev_mirror_io_done() 587 ASSERT(zio->io_error != 0); in vdev_mirror_io_done()
|
H A D | vdev_geom.c | 925 zio->io_error = bp->bio_error; in vdev_geom_io_intr() 926 if (zio->io_error == 0 && bp->bio_resid != 0) in vdev_geom_io_intr() 927 zio->io_error = SET_ERROR(EIO); in vdev_geom_io_intr() 929 switch(zio->io_error) { in vdev_geom_io_intr() 980 zio->io_error = SET_ERROR(ENXIO); in vdev_geom_io_start() 989 zio->io_error = SET_ERROR(ENOTSUP); in vdev_geom_io_start() 994 zio->io_error = SET_ERROR(ENOTSUP); in vdev_geom_io_start() 1002 zio->io_error = SET_ERROR(ENOTSUP); in vdev_geom_io_start() 1017 zio->io_error = SET_ERROR(ENXIO); in vdev_geom_io_start()
|
H A D | vdev_missing.c | 73 zio->io_error = SET_ERROR(ENOTSUP); in vdev_missing_io_start()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | file_pos.c | 56 goto io_error; in formatted_backspace() 58 goto io_error; in formatted_backspace() 83 goto io_error; in formatted_backspace() 89 io_error: in formatted_backspace() 122 goto io_error; in unformatted_backspace() 124 goto io_error; in unformatted_backspace() 178 goto io_error; in unformatted_backspace() 184 io_error: in unformatted_backspace()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | file_pos.c | 56 goto io_error; in formatted_backspace() 58 goto io_error; in formatted_backspace() 83 goto io_error; in formatted_backspace() 89 io_error: in formatted_backspace() 117 goto io_error; in unformatted_backspace() 119 goto io_error; in unformatted_backspace() 173 goto io_error; in unformatted_backspace() 179 io_error: in unformatted_backspace()
|
/netbsd-src/sbin/iscsictl/ |
H A D | iscsic_main.c | 267 io_error(const char *fmt, ...) in io_error() function 409 io_error("Receiving daemon data"); in get_response() 432 io_error("Receiving daemon data"); in get_response() 499 io_error("Sending daemon message"); in send_request() 564 io_error("Binding name to datagram socket"); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Errc.h | 54 io_error = int(std::errc::io_error), enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | PerfHelper.cpp | 137 llvm::errc::io_error); in readOrError() 159 llvm::errc::io_error); in readOrError()
|
/netbsd-src/sys/stand/efiboot/ |
H A D | efiblock.c | 254 goto io_error; in efi_block_find_partitions_cd9660() 258 goto io_error; in efi_block_find_partitions_cd9660() 261 goto io_error; in efi_block_find_partitions_cd9660() 269 goto io_error; in efi_block_find_partitions_cd9660() 280 io_error: in efi_block_find_partitions_cd9660()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | X86Counter.cpp | 114 llvm::errc::io_error); in parseDataBuffer() 224 llvm::errc::io_error); in doReadCounter()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __errc | 51 io_error, // EIO 148 io_error = EIO,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/ |
H A D | error_constants.h | 74 io_error = EIO, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/ |
H A D | error_constants.h | 74 io_error = EIO, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 80 io_error = EIO, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 80 io_error = EIO, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/ |
H A D | error_constants.h | 78 io_error = EIO, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/ |
H A D | error_constants.h | 78 io_error = EIO, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
H A D | error_constants.h | 80 io_error = EIO, in _GLIBCXX_VISIBILITY() enumerator
|