| /trueos/crypto/heimdal/lib/krb5/ |
| HD | krb5_err.et | 11 error_code NONE, "No error" 12 error_code NAME_EXP, "Client's entry in database has expired" 13 error_code SERVICE_EXP, "Server's entry in database has expired" 14 error_code BAD_PVNO, "Requested protocol version not supported" 15 error_code C_OLD_MAST_KVNO, "Client's key is encrypted in an old master key" 16 error_code S_OLD_MAST_KVNO, "Server's key is encrypted in an old master key" 17 error_code C_PRINCIPAL_UNKNOWN, "Client not found in Kerberos database" 18 error_code S_PRINCIPAL_UNKNOWN, "Server not found in Kerberos database" 19 error_code PRINCIPAL_NOT_UNIQUE,"Principal has multiple entries in Kerberos database" 20 error_code NULL_KEY, "Client or server has a null key" [all …]
|
| HD | heim_err.et | 12 error_code LOG_PARSE, "Error parsing log destination" 13 error_code V4_PRINC_NO_CONV, "Failed to convert v4 principal" 14 error_code SALTTYPE_NOSUPP, "Salt type is not supported by enctype" 15 error_code NOHOST, "Host not found" 16 error_code OPNOTSUPP, "Operation not supported" 17 error_code EOF, "End of file" 18 error_code BAD_MKEY, "Failed to get the master key" 19 error_code SERVICE_NOMATCH, "Unacceptable service used" 20 error_code NOT_SEEKABLE, "File descriptor not seekable" 21 error_code TOO_BIG, "Offset too large" [all …]
|
| /trueos/crypto/heimdal/lib/hx509/ |
| HD | hx509_err.et | 12 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library" 13 error_code EXTENSION_NOT_FOUND, "Extension not found" 14 error_code NO_PATH, "Certification path not found" 15 error_code PARENT_NOT_CA, "Parent certificate is not a CA" 16 error_code CA_PATH_TOO_DEEP, "CA path too deep" 17 error_code SIG_ALG_NO_SUPPORTED, "Signature algorithm not supported" 18 error_code SIG_ALG_DONT_MATCH_KEY_ALG, "Signature algorithm doesn't match certificate key" 19 error_code CERT_USED_BEFORE_TIME, "Certificate used before it became valid" 20 error_code CERT_USED_AFTER_TIME, "Certificate used after it became invalid" 21 error_code PRIVATE_KEY_MISSING, "Private key required for the operation is missing" [all …]
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 65 content_iterator& increment(error_code &err) { in increment() 67 if (error_code ec = Current.getNext(next)) in increment() 103 error_code getNext(RelocationRef &Result) const; 105 error_code getAddress(uint64_t &Result) const; 106 error_code getOffset(uint64_t &Result) const; 108 error_code getType(uint64_t &Result) const; 113 error_code getHidden(bool &Result) const; 118 error_code getTypeName(SmallVectorImpl<char> &Result) const; 124 error_code getValueString(SmallVectorImpl<char> &Result) const; 148 error_code getNext(SectionRef &Result) const; [all …]
|
| HD | MachO.h | 41 error_code getNext(DiceRef &Result) const; 43 error_code getOffset(uint32_t &Result) const; 44 error_code getLength(uint16_t &Result) const; 45 error_code getKind(uint16_t &Result) const; 60 error_code &ec); 62 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 63 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 64 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 65 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 66 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const; [all …]
|
| HD | COFF.h | 236 error_code getString(uint32_t offset, StringRef &Res) const; 242 error_code initSymbolTablePtr(); 243 error_code initImportTablePtr(); 246 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 247 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 248 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 249 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 250 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 251 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const; 252 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const; [all …]
|
| HD | ELFObjectFile.h | 58 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 59 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 60 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 61 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 62 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const; 63 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 64 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const; 65 virtual error_code getSymbolType(DataRefImpl Symb, 67 virtual error_code getSymbolSection(DataRefImpl Symb, 69 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const; [all …]
|
| /trueos/crypto/heimdal/lib/kadm5/ |
| HD | kadm5_err.et | 11 error_code FAILURE, "Operation failed for unspecified reason" 12 error_code AUTH_GET, "Operation requires `get' privilege" 13 error_code AUTH_ADD, "Operation requires `add' privilege" 14 error_code AUTH_MODIFY, "Operation requires `modify' privilege" 15 error_code AUTH_DELETE, "Operation requires `delete' privilege" 16 error_code AUTH_INSUFFICIENT, "Insufficient authorization for operation" 17 error_code BAD_DB, "Database inconsistency detected" 18 error_code DUP, "Principal or policy already exists" 19 error_code RPC_ERROR, "Communication failure with server" 20 error_code NO_SRV, "No administration server found for realm" [all …]
|
| /trueos/crypto/heimdal/lib/asn1/ |
| HD | asn1_err.et | 10 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library" 11 error_code MISSING_FIELD, "ASN.1 structure is missing a required field" 12 error_code MISPLACED_FIELD, "ASN.1 unexpected field number" 13 error_code TYPE_MISMATCH, "ASN.1 type numbers are inconsistent" 14 error_code OVERFLOW, "ASN.1 value too large" 15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly" 16 error_code BAD_ID, "ASN.1 identifier doesn't match expected value" 17 error_code BAD_LENGTH, "ASN.1 length doesn't match expected value" 18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding" 19 error_code PARSE_ERROR, "ASN.1 parse error" [all …]
|
| /trueos/crypto/heimdal/lib/gssapi/krb5/ |
| HD | gkrb5_err.et | 11 error_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string" 12 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits" 13 error_code G_NOUSER, "UID does not resolve to username" 14 error_code G_VALIDATE_FAILED, "Validation error" 15 error_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data" 16 error_code G_BAD_MSG_CTX, "Message context invalid" 17 error_code G_WRONG_SIZE, "Buffer is the wrong size" 18 error_code G_BAD_USAGE, "Credential usage type is unknown" 19 error_code G_UNKNOWN_QOP, "Unknown quality of protection specified" 23 error_code KG_CCACHE_NOMATCH, "Principal in credential cache does not match desired name" [all …]
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | FileSystem.h | 273 error_code make_absolute(SmallVectorImpl<char> &path); 281 error_code create_directories(const Twine &path, bool &existed); 285 inline error_code create_directories(const Twine &Path) { in create_directories() 296 error_code create_directory(const Twine &path, bool &existed); 300 inline error_code create_directory(const Twine &Path) { in create_directory() 311 error_code create_hard_link(const Twine &to, const Twine &from); 319 error_code create_symlink(const Twine &to, const Twine &from); 326 error_code current_path(SmallVectorImpl<char> &result); 335 error_code remove(const Twine &path, bool &existed); 339 inline error_code remove(const Twine &Path) { in remove() [all …]
|
| /trueos/crypto/heimdal/lib/hdb/ |
| HD | hdb_err.et | 13 #error_code INUSE, "Entry already exists in database" 14 error_code UK_SERROR, "Database store error" 15 error_code UK_RERROR, "Database read error" 16 error_code NOENTRY, "No such entry in the database" 17 error_code DB_INUSE, "Database is locked or in use--try again later" 18 error_code DB_CHANGED, "Database was modified during read" 19 error_code RECURSIVELOCK, "Attempt to lock database twice" 20 error_code NOTLOCKED, "Attempt to unlock database when not locked" 21 error_code BADLOCKMODE, "Invalid kdb lock mode" 22 error_code CANT_LOCK_DB, "Insufficient access to lock database" [all …]
|
| /trueos/contrib/gdb/include/ |
| HD | os9k.h | 161 error_code _os_crc (void *, u_int32, int *); 162 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **); 163 error_code _os_get_moddir (void *, u_int32 *); 164 error_code _os_initdata (mh_com *, void *); 165 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *); 166 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *); 167 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32); 168 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int3… 169 error_code _os_modaddr (void *, mh_com **); 170 error_code _os_setcrc (mh_com *); [all …]
|
| /trueos/crypto/heimdal/lib/ntlm/ |
| HD | ntlm_err.et | 10 error_code DECODE, "Failed to decode packet" 11 error_code INVALID_LENGTH, "Input length invalid" 12 error_code CRYPTO, "Failed crypto primitive" 13 error_code RAND, "Random generator failed" 14 error_code AUTH, "NTLM authentication failed" 15 error_code TIME_SKEW, "Client time skewed to server" 16 error_code OEM, "Client set OEM string" 17 error_code MISSING_NAME_SEPARATOR, "missing @ or \ in name" 18 error_code MISSING_BUFFER, "missing expected buffer" 19 error_code INVALID_APOP, "Invalid APOP response" [all …]
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | COFFObjectFile.cpp | 35 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) { in checkSize() 46 error_code getObject(const T *&Obj, const MemoryBuffer *M, const uint8_t *Ptr, in getObject() 94 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb, in getSymbolNext() 103 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName() 109 error_code COFFObjectFile::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset() 113 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolFileOffset() 125 error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress() 129 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolAddress() 141 error_code COFFObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType() 155 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolType() [all …]
|
| HD | Object.cpp | 85 error_code ec; in LLVMMoveToNextSection() 92 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect))) in LLVMMoveToContainingSection() 112 error_code ec; in LLVMMoveToNextSymbol() 120 if (error_code ec = (*unwrap(SI))->getName(ret)) in LLVMGetSectionName() 127 if (error_code ec = (*unwrap(SI))->getSize(ret)) in LLVMGetSectionSize() 134 if (error_code ec = (*unwrap(SI))->getContents(ret)) in LLVMGetSectionContents() 141 if (error_code ec = (*unwrap(SI))->getAddress(ret)) in LLVMGetSectionAddress() 149 if (error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret)) in LLVMGetSectionContainsSymbol() 170 error_code ec; in LLVMMoveToNextRelocation() 180 if (error_code ec = (*unwrap(SI))->getName(ret)) in LLVMGetSymbolName() [all …]
|
| /trueos/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.h | 222 error_code Error(ErrorType E) { in Error() 223 return error_code(E, BitcodeErrorCategory()); in Error() 252 virtual error_code Materialize(GlobalValue *GV); 253 virtual error_code MaterializeModule(Module *M); 258 error_code ParseBitcodeInto(Module *M); 262 error_code ParseTriple(std::string &Triple); 349 error_code ParseAttrKind(uint64_t Code, Attribute::AttrKind *Kind); 350 error_code ParseModule(bool Resume); 351 error_code ParseAttributeBlock(); 352 error_code ParseAttributeGroupBlock(); [all …]
|
| /trueos/crypto/heimdal/lib/wind/ |
| HD | wind_err.et | 11 error_code NONE, "No error" 12 error_code NO_PROFILE, "No such profile" 13 error_code OVERRUN, "Buffer overrun" 14 error_code UNDERUN, "Buffer underrun" 15 error_code LENGTH_NOT_MOD2, "Length not mod2" 16 error_code LENGTH_NOT_MOD4, "Length not mod4" 17 error_code INVALID_UTF8, "Invalid UTF-8 combination in string" 18 error_code INVALID_UTF16, "Invalid UTF-16 combination in string" 19 error_code INVALID_UTF32, "Invalid UTF-32 combination in string" 20 error_code NO_BOM, "No byte order mark (BOM) in string" [all …]
|
| /trueos/contrib/llvm/lib/Support/Unix/ |
| HD | Path.inc | 90 error_code TempDir(SmallVectorImpl<char> &result) { 105 return error_code::success(); 109 static error_code createUniqueEntity(const Twine &Model, int &ResultFD, 121 if (error_code ec = TempDir(TDir)) return ec; 150 return error_code(SavedErrno, system_category()); 154 return error_code::success(); 159 error_code EC = sys::fs::exists(ResultPath.begin(), Exists); 164 return error_code::success(); 169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed); 174 return error_code::success(); [all …]
|
| /trueos/contrib/libc++/include/ |
| D | system_error | 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 49 class error_code 53 error_code() noexcept; 54 error_code(int val, const error_category& cat) noexcept; 56 error_code(ErrorCodeEnum e) noexcept; 61 error_code& operator=(ErrorCodeEnum e) noexcept; 73 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; 76 operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 106 system_error(error_code ec, const string& what_arg); 107 system_error(error_code ec, const char* what_arg); [all …]
|
| /trueos/lib/libc/net/ |
| HD | nscachedcli.c | 260 int error_code; in __cached_write() local 263 error_code = -1; in __cached_write() 294 result = safe_read(connection, &error_code, sizeof(int)); in __cached_write() 296 error_code = -1; in __cached_write() 299 return (error_code); in __cached_write() 312 int error_code, rec_error_code; in __cached_read() local 317 error_code = -1; in __cached_read() 345 error_code = rec_error_code; in __cached_read() 355 error_code = -2; in __cached_read() 364 error_code = 0; in __cached_read() [all …]
|
| /trueos/contrib/llvm/lib/Support/Windows/ |
| HD | Path.inc | 53 error_code TempDir(SmallVectorImpl<wchar_t> &result) { 66 return error_code::success(); 82 static error_code createUniqueEntity(const Twine &model, int &result_fd, 91 if (error_code ec = UTF8ToUTF16(m, model_utf16)) return ec; 99 if (error_code ec = TempDir(temp_dir)) return ec; 153 error_code ec = windows_error(::GetLastError()); 178 error_code EC = make_error_code(windows_error(::GetLastError())); 187 error_code EC = windows_error(::GetLastError()); 196 if (error_code ec = UTF16ToUTF8(random_path_utf16.begin(), 211 return error_code::success(); [all …]
|
| /trueos/contrib/gdb/gdb/ |
| HD | ocd.c | 71 ocd_error (char *s, int error_code) in ocd_error() argument 78 switch (error_code) in ocd_error() 126 sprintf (buf, "Unknown error code %d", error_code); in ocd_error() 159 int error_code; in ocd_start_remote() local 182 error_code = p[2]; in ocd_start_remote() 184 if (error_code != 0) in ocd_start_remote() 185 ocd_error ("OCD_INIT:", error_code); in ocd_start_remote() 213 error_code = p[2]; in ocd_start_remote() 215 if (error_code != 0) in ocd_start_remote() 216 ocd_error ("OCD_SET_CTL_FLAGS:", error_code); in ocd_start_remote() [all …]
|
| /trueos/contrib/libc++/src/ |
| D | system_error.cpp | 41 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() 136 error_code::message() const in message() 144 system_error::__init(const error_code& ec, string what_arg) in __init() 155 system_error::system_error(error_code ec, const string& what_arg) in system_error() 161 system_error::system_error(error_code ec, const char* what_arg) in system_error() 167 system_error::system_error(error_code ec) in system_error() 174 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 175 __ec_(error_code(ev, ecat)) in system_error() 180 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 181 __ec_(error_code(ev, ecat)) in system_error() [all …]
|
| /trueos/contrib/llvm/lib/Support/ |
| HD | MemoryBuffer.cpp | 167 error_code MemoryBuffer::getFileOrSTDIN(StringRef Filename, in getFileOrSTDIN() 200 uint64_t Offset, error_code EC) in MemoryBufferMMapFile() 220 static error_code getMemoryBufferForStream(int FD, in getMemoryBufferForStream() 232 return error_code(errno, posix_category()); in getMemoryBufferForStream() 238 return error_code::success(); in getMemoryBufferForStream() 241 static error_code getFileAux(const char *Filename, 245 error_code MemoryBuffer::getFile(Twine Filename, in getFile() 256 static error_code getOpenFileImpl(int FD, const char *Filename, 261 static error_code getFileAux(const char *Filename, in getFileAux() 265 error_code EC = sys::fs::openFileForRead(Filename, FD); in getFileAux() [all …]
|