Home
last modified time | relevance | path

Searched refs:io_error (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp42 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()
167 return createStringError(std::errc::io_error, in lookup()
173 return createStringError(std::errc::io_error, in lookup()
177 return createStringError(std::errc::io_error, in lookup()
[all …]
H A DLineTable.cpp58 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 DInlineInfo.cpp184 return createStringError(std::errc::io_error, in decode()
190 return createStringError(std::errc::io_error, in decode()
195 return createStringError(std::errc::io_error, in decode()
199 return createStringError(std::errc::io_error, in decode()
203 return createStringError(std::errc::io_error, in decode()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DErrorHandling.cpp257 MAP_ERR_TO_COND(ERROR_CANTOPEN, io_error); in mapWindowsError()
258 MAP_ERR_TO_COND(ERROR_CANTREAD, io_error); in mapWindowsError()
259 MAP_ERR_TO_COND(ERROR_CANTWRITE, io_error); in mapWindowsError()
282 MAP_ERR_TO_COND(ERROR_OPEN_FAILED, io_error); in mapWindowsError()
286 MAP_ERR_TO_COND(ERROR_READ_FAULT, io_error); in mapWindowsError()
289 MAP_ERR_TO_COND(ERROR_SEEK, io_error); in mapWindowsError()
292 MAP_ERR_TO_COND(ERROR_WRITE_FAULT, io_error); in mapWindowsError()
H A DCaching.cpp157 return createStringError(errc::io_error, in localCache()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPServer.cpp122 return createStringError(errc::io_error, in bind()
131 return createStringError(errc::io_error, in bind()
138 return createStringError(errc::io_error, in listen()
142 errc::io_error, in listen()
H A DDebuginfod.cpp81 errc::io_error, "Unable to determine appropriate cache directory."); in getDefaultDebuginfodCacheDirectory()
236 return createStringError(errc::io_error, in getCachedOrDownloadArtifact()
241 errc::io_error, in getCachedOrDownloadArtifact()
H A DHTTPClient.cpp125 createStringError(errc::io_error, in perform()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DErrc.h54 io_error = int(std::errc::io_error), enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp137 llvm::errc::io_error); in readOrError()
159 llvm::errc::io_error); in readOrError()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp118 llvm::errc::io_error); in parseDataBuffer()
230 llvm::errc::io_error); in doReadCounter()
/openbsd-src/gnu/llvm/libcxx/include/
H A D__errc51 io_error, // EIO
148 io_error = EIO,
/openbsd-src/usr.sbin/smtpd/
H A Dioev.h53 const char* io_error(struct io *);
H A Dsmtp_client.c155 smtp_client_abort(proto, FAIL_CONN, io_error(proto->io)); in smtp_connect()
653 smtp_client_abort(proto, FAIL_CONN, io_error(io)); in smtp_client_io()
657 smtp_client_abort(proto, FAIL_CONN, io_error(io)); in smtp_client_io()
H A Dmta_session.c542 log_debug("debug: mta: io_connect failed: %s", io_error(s->io)); in mta_connect()
544 mta_source_error(s->relay, s->route, io_error(s->io)); in mta_connect()
546 mta_error(s, "Connection failed: %s", io_error(s->io)); in mta_connect()
1368 log_debug("debug: mta: %p: IO error: %s", s, io_error(io)); in mta_io()
1381 mta_error(s, "IO Error: %s", io_error(io)); in mta_io()
H A Dproxy.c249 proxy_error(s, "IO error", io_error(io)); in proxy_io()
H A Dioev.c389 io_error(struct io *io) in io_error() function
H A Dmda.c460 s->id, io_error(io)); in mda_io()
/openbsd-src/usr.sbin/lpd/
H A Dio.h54 const char *io_error(struct io *);
H A Dio.c273 io_error(struct io *io) in io_error() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h162 return createStringError(std::errc::io_error, in fillCurWord()
213 return createStringError(std::errc::io_error, in Read()
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp425 {ERROR_CANTOPEN, errc::io_error}, in __win_err_to_errc()
426 {ERROR_CANTREAD, errc::io_error}, in __win_err_to_errc()
427 {ERROR_CANTWRITE, errc::io_error}, in __win_err_to_errc()
451 {ERROR_OPEN_FAILED, errc::io_error}, in __win_err_to_errc()
456 {ERROR_READ_FAULT, errc::io_error}, in __win_err_to_errc()
459 {ERROR_SEEK, errc::io_error}, in __win_err_to_errc()
462 {ERROR_WRITE_FAULT, errc::io_error}, in __win_err_to_errc()
883 ec = make_error_code(errc::io_error);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPrintPasses.cpp191 EC = make_error_code(errc::io_error); in prepareTempFiles()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp864 return llvm::createStringError(std::errc::io_error, "LFS error"); in writeIndex()
912 return llvm::createStringError(std::errc::io_error, in writeIndex()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DProgram.inc556 return make_error_code(errc::io_error);

12