| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.cpp | 84 return BufferQueue::ErrorCode::NotEnoughMemory; in init() 96 return BufferQueue::ErrorCode::NotEnoughMemory; in init() 142 return BufferQueue::ErrorCode::Ok; in init() 163 return ErrorCode::QueueFinalizing; in getBuffer() 169 return ErrorCode::NotEnoughMemory; in getBuffer() 181 return ErrorCode::Ok; in getBuffer() 194 return BufferQueue::ErrorCode::Ok; in releaseBuffer() 215 return ErrorCode::Ok; in releaseBuffer() 218 BufferQueue::ErrorCode BufferQueue::finalize() { in finalize() 220 return ErrorCode::QueueFinalizing; in finalize() [all …]
|
| H A D | xray_buffer_queue.h | 170 enum class ErrorCode : unsigned { enum 181 case ErrorCode::Ok: in getErrorString() 183 case ErrorCode::NotEnoughMemory: in getErrorString() 185 case ErrorCode::QueueFinalizing: in getErrorString() 187 case ErrorCode::UnrecognizedBuffer: in getErrorString() 189 case ErrorCode::AlreadyFinalized: in getErrorString() 191 case ErrorCode::AlreadyInitialized: in getErrorString() 213 ErrorCode getBuffer(Buffer &Buf); 221 ErrorCode releaseBuffer(Buffer &Buf); 230 ErrorCode init(size_t BS, size_t BC); [all …]
|
| H A D | xray_profiling.cpp | 101 if (BQ->getBuffer(ThreadBuffers.NodeBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData() 108 if (BQ->getBuffer(ThreadBuffers.RootsBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData() 116 BufferQueue::ErrorCode::Ok) in getThreadLocalData() 124 BufferQueue::ErrorCode::Ok) in getThreadLocalData() 412 if (InitStatus != BufferQueue::ErrorCode::Ok) { in profilingLoggingInit()
|
| H A D | xray_fdr_logging.cpp | 467 TLD.BQ->releaseBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok) in setupTLD() 471 if (TLD.BQ->getBuffer(TLD.Buffer) != BufferQueue::ErrorCode::Ok) in setupTLD() 672 if (BQ->init(BufferSize, BufferMax) != BufferQueue::ErrorCode::Ok) { in fdrLoggingInit() 696 if (EC != BufferQueue::ErrorCode::Ok) in fdrLoggingInit()
|
| H A D | xray_fdr_controller.h | 56 if (BQ->getBuffer(B) != BufferQueue::ErrorCode::Ok) in getNewBuffer() 142 return BQ->releaseBuffer(B) == BufferQueue::ErrorCode::Ok; in returnBuffer()
|
| H A D | xray_profile_collector.cpp | 352 BufferQueue::ErrorCode::Ok) in reset() 356 if (BQ->getBuffer(Buffer) != BufferQueue::ErrorCode::Ok) in reset()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilDarwin.cpp | 109 int ErrorCode = 0, ProcessStatus = 0; in ExecuteCommand() local 111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand() 114 if (!ErrorCode) { in ExecuteCommand() 124 } else if (ErrorCode == ENOMEM || ErrorCode == EAGAIN) { in ExecuteCommand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | LockFileManager.h | 58 std::error_code ErrorCode; variable 93 ErrorCode = EC;
|
| H A D | ErrorOr.h | 74 ErrorOr(E ErrorCode, 79 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode)); in HasError()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 263 if (ErrorCode) in getState() 270 if (ErrorCode) { in getErrorMessage() 272 std::string ErrCodeMsg = ErrorCode.message(); in getErrorMessage()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 238 auto error(DWORD ErrorCode) { in error() argument 244 if (!FormatMessageA(Flags, NULL, ErrorCode, in error() 247 return make_error<llvm::StringError>("error " + utostr(ErrorCode), in error()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang-c/ |
| H A D | CXCompilationDatabase.h | 80 CXCompilationDatabase_Error *ErrorCode);
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcompiler.l | 197 ErrorCode [(][ ]*[1-9][0-9][0-9][0-9][ ]*[)] 814 "__EXPECT__"{ErrorCode} { char *s;
|
| /freebsd-13.1/sys/dev/ce/ |
| H A D | ceddk.c | 229 error = req->ErrorCode; in ce_on_receive() 287 error = req->ErrorCode; in ce_on_transmit() 362 if (req->ErrorCode) in ce_on_config() 364 req->ErrorCode)); in ce_on_config()
|
| H A D | tau32-ddk.h | 396 unsigned __int32 ErrorCode; /* out */ member
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efipxebc.h | 104 UINT8 ErrorCode; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 954 int ErrorCode = checkAllExpressions(*Checker); in linkAndVerify() local 959 return ErrorCode; in linkAndVerify()
|
| /freebsd-13.1/sys/dev/arcmsr/ |
| H A D | arcmsr.h | 1444 u_int8_t ErrorCode:7; member
|