/third_party/mesa3d/src/freedreno/decode/ |
D | io.c | 46 io_error(struct io *io) in io_error() function 64 io_error(io); in io_new() 70 io_error(io); in io_new() 76 io_error(io); in io_new() 82 io_error(io); in io_new() 100 io_error(io); in io_open() 106 io_error(io); in io_open() 124 io_error(io); in io_openfd() 130 io_error(io); in io_openfd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | FunctionInfo.cpp | 39 return createStringError(std::errc::io_error, in decode() 43 return createStringError(std::errc::io_error, in decode() 47 return createStringError(std::errc::io_error, in decode() 53 return createStringError(std::errc::io_error, in decode() 57 return createStringError(std::errc::io_error, in decode() 61 return createStringError(std::errc::io_error, in decode() 87 return createStringError(std::errc::io_error, in decode() 165 return createStringError(std::errc::io_error, in lookup() 171 return createStringError(std::errc::io_error, in lookup() 175 return createStringError(std::errc::io_error, in lookup() [all …]
|
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()
|
D | InlineInfo.cpp | 179 return createStringError(std::errc::io_error, in decode() 185 return createStringError(std::errc::io_error, in decode() 190 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 160 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError() 161 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError() 162 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError() 183 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError() 188 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError() 190 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError() 193 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error); in mapWindowsError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 252 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError() 253 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError() 254 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError() 275 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError() 280 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError() 282 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError() 285 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error); in mapWindowsError()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 205 static void io_error(const char *func, int rc) in io_error() function 228 io_error("aio write", res2); in wr_done() 254 io_error("aio read", res2); in rd_done() 275 io_error("io_submit write", res); in rd_done() 528 io_error("io_submit", rc); in main() 546 io_error("io_wait_run", rc); in main() 573 io_error("io_submit", rc); in main() 577 io_error("io_wait_run", rc); in main()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | error.rs | 69 pub fn io_error(&self) -> Option<&io::Error> { in io_error() method 104 ErrorCode::WANT_READ => match self.io_error() { in fmt() 108 ErrorCode::WANT_WRITE => match self.io_error() { in fmt() 112 ErrorCode::SYSCALL => match self.io_error() { in fmt()
|
D | mod.rs | 3741 Err(ref e) if e.code() == ErrorCode::SYSCALL && e.io_error().is_none() => { in read() 3744 Err(ref e) if e.code() == ErrorCode::WANT_READ && e.io_error().is_none() => {} in read() 3760 Err(ref e) if e.code() == ErrorCode::WANT_READ && e.io_error().is_none() => {} in write()
|
/third_party/ltp/testcases/kernel/io/aio/ |
D | aio02.c | 54 static void io_error(const char *func, int rc) in io_error() function 72 io_error("aio write", res2); in work_done() 169 io_error("io_submit tio", res); in io_tio() 187 io_error("io_wait_run", res); in io_tio()
|
/third_party/rust/crates/cxx/gen/src/ |
D | fs.rs | 19 Some(io_error) => io_error.kind(), in kind() 39 ($io_error:expr, $fmt:expr $(, $path:expr)* $(,)?) => { 41 source: Option::from($io_error),
|
/third_party/ffmpeg/libavformat/ |
D | async.c | 67 int io_error; member 190 c->io_error = AVERROR_EXIT; in async_buffer_task() 200 c->io_error = 0; in async_buffer_task() 230 c->io_error = c->inner_io_error; in async_buffer_task() 360 if (c->io_error) in async_read_internal() 361 ret = c->io_error; in async_read_internal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 55 io_error = int(std::errc::io_error), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 54 io_error = int(std::errc::io_error), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 165 return createStringError(std::errc::io_error, in fillCurWord() 216 return createStringError(std::errc::io_error, in Read()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | runlist.c | 860 goto io_error; in ntfs_mapping_pairs_decompress_i() 895 goto io_error; in ntfs_mapping_pairs_decompress_i() 937 goto io_error; in ntfs_mapping_pairs_decompress_i() 1016 io_error: in ntfs_mapping_pairs_decompress_i()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 444 return make_error_code(errc::io_error);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Program.inc | 455 return make_error_code(errc::io_error);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 508 return make_error_code(errc::io_error);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 533 return make_error_code(errc::io_error);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 619 return createStringError(errc::io_error, in getEntry()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 43386 int io_error; member 59491 int io_error; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 25320 io_error = 5, enumerator
|