Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et11 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 …]
H A Dheim_err.et12 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 …]
/freebsd/crypto/krb5/src/lib/krb5/error_tables/
H A Dkrb5_err.et41 error_code KRB5KDC_ERR_NONE, "No error"
42 error_code KRB5KDC_ERR_NAME_EXP, "Client's entry in database has expired"
43 error_code KRB5KDC_ERR_SERVICE_EXP, "Server's entry in database has expired"
44 error_code KRB5KDC_ERR_BAD_PVNO, "Requested protocol version not supported"
45 error_code KRB5KDC_ERR_C_OLD_MAST_KVNO, "Client's key is encrypted in an old master key"
46 error_code KRB5KDC_ERR_S_OLD_MAST_KVNO, "Server's key is encrypted in an old master key"
47 error_code KRB5KDC_ERR_C_PRINCIPAL_UNKNOWN, "Client not found in Kerberos database"
48 error_code KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN, "Server not found in Kerberos database"
49 error_code KRB5KDC_ERR_PRINCIPAL_NOT_UNIQUE, "Principal has multiple entries in Kerberos database"
50 error_code KRB5KDC_ERR_NULL_KEY, "Client or server has a null key"
[all …]
H A Dkv5m_err.et31 error_code KV5M_NONE, "Kerberos V5 magic number table"
32 error_code KV5M_PRINCIPAL, "Bad magic number for krb5_principal structure"
33 error_code KV5M_DATA, "Bad magic number for krb5_data structure"
34 error_code KV5M_KEYBLOCK, "Bad magic number for krb5_keyblock structure"
35 error_code KV5M_CHECKSUM, "Bad magic number for krb5_checksum structure"
36 error_code KV5M_ENCRYPT_BLOCK, "Bad magic number for krb5_encrypt_block structure"
37 error_code KV5M_ENC_DATA, "Bad magic number for krb5_enc_data structure"
38 error_code KV5M_CRYPTOSYSTEM_ENTRY, "Bad magic number for krb5_cryptosystem_entry structure"
39 error_code KV5M_CS_TABLE_ENTRY, "Bad magic number for krb5_cs_table_entry structure"
40 error_code KV5M_CHECKSUM_ENTRY, "Bad magic number for krb5_checksum_entry structure"
[all …]
H A Dasn1_err.et2 error_code ASN1_BAD_TIMEFORMAT, "ASN.1 failed call to system time library"
3 error_code ASN1_MISSING_FIELD, "ASN.1 structure is missing a required field"
4 error_code ASN1_MISPLACED_FIELD, "ASN.1 unexpected field number"
5 error_code ASN1_TYPE_MISMATCH, "ASN.1 type numbers are inconsistent"
6 error_code ASN1_OVERFLOW, "ASN.1 value too large"
7 error_code ASN1_OVERRUN, "ASN.1 encoding ended unexpectedly"
8 error_code ASN1_BAD_ID, "ASN.1 identifier doesn't match expected value"
9 error_code ASN1_BAD_LENGTH, "ASN.1 length doesn't match expected value"
10 error_code ASN1_BAD_FORMAT, "ASN.1 badly-formatted encoding"
11 error_code ASN1_PARSE_ERROR, "ASN.1 parse error"
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dhx509_err.et12 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 …]
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dkadm_err.et7 error_code KADM5_FAILURE, "Operation failed for unspecified reason"
8 error_code KADM5_AUTH_GET, "Operation requires ``get'' privilege"
9 error_code KADM5_AUTH_ADD, "Operation requires ``add'' privilege"
10 error_code KADM5_AUTH_MODIFY, "Operation requires ``modify'' privilege"
11 error_code KADM5_AUTH_DELETE, "Operation requires ``delete'' privilege"
12 error_code KADM5_AUTH_INSUFFICIENT, "Insufficient authorization for operation"
13 error_code KADM5_BAD_DB, "Database inconsistency detected"
14 error_code KADM5_DUP, "Principal or policy already exists"
15 error_code KADM5_RPC_ERROR, "Communication failure with server"
16 error_code KADM5_NO_SRV, "No administration server found for realm"
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et11 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 …]
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_err.et3 error_code PROF_VERSION, "Profile version 0.0"
8 error_code PROF_MAGIC_NODE, "Bad magic value in profile_node"
9 error_code PROF_NO_SECTION, "Profile section not found"
10 error_code PROF_NO_RELATION, "Profile relation not found"
11 error_code PROF_ADD_NOT_SECTION,
13 error_code PROF_SECTION_WITH_VALUE,
15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures"
17 error_code PROF_BAD_PARENT_PTR,
19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator"
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h36 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr);
37 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr);
39 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr);
41 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt…
43 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr);
44 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr);
46 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr);
47 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr);
48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code
50 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr);
[all …]
H A Ddirectory_entry.h52 error_code __ec; in directory_entry()
56 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry()
65 error_code __ec; in assign()
69 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()
76 error_code __ec; in replace_filename()
80 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()
87 _LIBCPP_HIDE_FROM_ABI void refresh(error_code& __ec) noexcept { __refresh(&__ec); } in refresh()
95 _LIBCPP_HIDE_FROM_ABI bool exists(error_code& __ec) const noexcept { in exists()
101 _LIBCPP_HIDE_FROM_ABI bool is_block_file(error_code& __ec) const noexcept { in is_block_file()
107 _LIBCPP_HIDE_FROM_ABI bool is_character_file(error_code& __ec) const noexcept { in is_character_file()
[all …]
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dimport_err.et2 error_code IMPORT_BAD_FILE, "Input not recognized as database dump"
3 error_code IMPORT_BAD_TOKEN, "Bad token in dump file."
4 error_code IMPORT_BAD_VERSION, "Bad version in dump file"
5 error_code IMPORT_BAD_RECORD, "Defective record encountered: "
6 error_code IMPORT_BAD_FOOTER, "Truncated input file detected."
7 error_code IMPORT_FAILED, "Import of dump failed"
8 error_code IMPORT_MISMATCH_COUNT, "Number of records imported does not match count"
9 error_code IMPORT_UNK_OPTION, "Unknown command line option.\nUsage: ovsec_adm_import [filename]"
10 error_code IMPORT_WARN_DB, "Warning -- continuing to import will overwrite existing databases!"
11 error_code IMPORT_RENAME_FAILED, "Database rename Failed!!"
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1_err.et10 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h96 virtual std::error_code writeSample(const FunctionSamples &S) = 0;
101 virtual std::error_code write(const SampleProfileMap &ProfileMap);
108 std::error_code writeWithSizeLimit(SampleProfileMap &ProfileMap, in writeWithSizeLimit()
138 virtual std::error_code writeHeader(const SampleProfileMap &ProfileMap) = 0;
141 virtual std::error_code writeFuncProfiles(const SampleProfileMap &ProfileMap);
143 std::error_code writeWithSizeLimitInternal(SampleProfileMap &ProfileMap,
168 std::error_code writeSample(const FunctionSamples &S) override;
174 std::error_code writeHeader(const SampleProfileMap &ProfileMap) override { in writeHeader()
196 std::error_code writeSample(const FunctionSamples &S) override;
200 virtual std::error_code writeMagicIdent(SampleProfileFormat Format);
[all …]
H A DSampleProfReader.h355 virtual std::error_code readHeader() = 0;
374 std::error_code read() { in read()
375 if (std::error_code EC = readImpl()) in read()
384 virtual std::error_code readImpl() = 0;
563 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader()
566 std::error_code readImpl() override;
587 std::error_code readHeader() override;
590 std::error_code readImpl() override;
623 std::error_code readFuncProfile(const uint8_t *Start);
626 std::error_code readProfile(FunctionSamples &FProfile);
[all …]
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dgkrb5_err.et11 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 …]
/freebsd/crypto/krb5/src/ccapi/lib/
H A Dccapi_err.et32 error_code ccIteratorEnd, "Reached end of iterator"
33 error_code ccErrBadParam, "Invalid argument"
34 error_code ccErrNoMem, "Out of memory"
35 error_code ccErrInvalidContext, "Invalid credentials cache context"
36 error_code ccErrInvalidCCache, "Invalid credentials cache"
40 error_code ccErrInvalidString, "Invalid credentials cache string"
41 error_code ccErrInvalidCredentials, "Invalid credentials"
42 error_code ccErrInvalidCCacheIterator, "Invalid credentials cache iterator"
43 error_code ccErrInvalidCredentialsIterator, "Invalid credentials iterator"
44 error_code ccErrInvalidLock, "Invalid iterator"
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_code.h43 class _LIBCPP_EXPORTED_FROM_ABI error_code {
48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function
50 _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {} in error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT {
64 _LIBCPP_HIDE_FROM_ABI error_code& operator=(_Ep __e) _NOEXCEPT {
88 inline _LIBCPP_HIDE_FROM_ABI error_code make_error_code(errc __e) _NOEXCEPT {
89 return error_code(static_cast<int>(__e), generic_category());
92 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const error_code& __x, const error_code& __y) _NOEXCEPT { in make_error_code()
96 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const error_code
[all...]
/freebsd/crypto/krb5/src/lib/kdb/
H A Dadb_err.et2 error_code OSA_ADB_NOERR, "No Error"
3 error_code OSA_ADB_DUP, "Principal or policy already exists"
4 error_code OSA_ADB_NOENT, "Principal or policy does not exist"
5 error_code OSA_ADB_DBINIT, "Database not initialized"
6 error_code OSA_ADB_BAD_POLICY, "Invalid policy name"
7 error_code OSA_ADB_BAD_PRINC, "Invalid principal name"
8 error_code OSA_ADB_BAD_DB, "Database inconsistency detected"
9 error_code OSA_ADB_XDR_FAILURE, "XDR encoding error"
10 error_code OSA_ADB_FAILURE, "Failure!"
11 error_code OSA_ADB_BADLOCKMODE, "Bad lock mode"
[all …]
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb_err.et13 #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 …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp317 std::error_code SampleProfileReaderText::readImpl() { in readImpl()
473 std::error_code EC = sampleprof_error::malformed; in readNumber()
477 std::error_code EC = sampleprof_error::truncated; in readNumber()
489 std::error_code EC = sampleprof_error::truncated; in readString()
501 std::error_code EC = sampleprof_error::truncated; in readUnencodedNumber()
514 if (std::error_code EC = Idx.getError()) in readStringIndex()
524 if (std::error_code EC = Idx.getError()) in readStringFromTable()
534 if (std::error_code EC = ContextIdx.getError()) in readContextFromTable()
549 if (std::error_code EC = FContext.getError()) in readSampleContextFromTable()
554 if (std::error_code EC = FName.getError()) in readSampleContextFromTable()
[all …]
/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm_err.et10 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 …]
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_err_generic.et29 error_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string"
30 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
31 error_code G_NOUSER, "UID does not resolve to username"
32 error_code G_VALIDATE_FAILED, "Validation error"
33 error_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data"
34 error_code G_BAD_MSG_CTX, "Message context invalid"
35 error_code G_WRONG_SIZE, "Buffer is the wrong size"
36 error_code G_BAD_USAGE, "Credential usage type is unknown"
37 error_code G_UNKNOWN_QOP, "Unknown quality of protection specified"
38 error_code G_NO_HOSTNAME, "Local host name could not be determined"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h294 std::error_code make_absolute(SmallVectorImpl<char> &path);
302 std::error_code create_directories(const Twine &path,
312 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
326 std::error_code create_link(const Twine &to, const Twine &from);
334 std::error_code create_hard_link(const Twine &to, const Twine &from);
343 std::error_code real_path(const Twine &path, SmallVectorImpl<char> &output,
357 std::error_code current_path(SmallVectorImpl<char> &result);
364 std::error_code set_current_path(const Twine &path);
372 std::error_code remove(const Twine &path, bool IgnoreNonExisting = true);
379 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h41 inline std::error_code make_error_code(SDError E) { in make_error_code()
42 return std::error_code(static_cast<int>(E), SDErrorCategory()); in make_error_code()
66 std::error_code readDiagnostics(StringRef File);
76 std::error_code readMetaBlock(llvm::BitstreamCursor &Stream);
79 std::error_code readDiagnosticBlock(llvm::BitstreamCursor &Stream);
83 virtual std::error_code visitStartOfDiagnostic() { return {}; } in visitStartOfDiagnostic()
86 virtual std::error_code visitEndOfDiagnostic() { return {}; } in visitEndOfDiagnostic()
89 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name) { in visitCategoryRecord()
94 virtual std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) { in visitDiagFlagRecord()
99 virtual std::error_code
[all …]

12345678910>>...24