Searched refs:error_code (Results 1 - 25 of 192) sorted by relevance

12345678

/freebsd-10.0-release/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_MISSIN
[all...]
/freebsd-10.0-release/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_SR
[all...]
/freebsd-10.0-release/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_KE
[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_BI
[all...]
H A Dk524_err.et11 error_code BADKEY, "wrong keytype in ticket"
12 error_code BADADDR, "incorrect network address"
13 error_code BADPRINC, "cannot convert V5 principal" #unused
14 error_code BADREALM, "V5 realm name longer than V4 maximum" #unused
15 error_code V4ERR, "kerberos V4 error server"
16 error_code ENCFULL, "encoding too large at server"
17 error_code DECEMPTY, "decoding out of data" #unused
18 error_code NOTRESP, "service not responding" #unused
H A Dmk_error.c38 krb5_error_code error_code,
64 if(error_code < KRB5KDC_ERR_NONE || error_code >= KRB5_ERR_RCSID) {
66 e_text = e_text2 = krb5_get_error_message(context, error_code);
67 error_code = KRB5KRB_ERR_GENERIC;
69 msg.error_code = error_code - KRB5KDC_ERR_NONE;
37 krb5_mk_error(krb5_context context, krb5_error_code error_code, const char *e_text, const krb5_data *e_data, const krb5_principal client, const krb5_principal server, time_t *client_time, int *client_usec, krb5_data *reply) argument
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dwind_err.et11 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_BO
[all...]
/freebsd-10.0-release/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_D
[all...]
/freebsd-10.0-release/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_APO
[all...]
/freebsd-10.0-release/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_ERRO
[all...]
/freebsd-10.0-release/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_NOMATC
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h69 content_iterator& increment(error_code &err) {
71 if (error_code ec = Current.getNext(next))
106 error_code getNext(RelocationRef &Result) const;
108 error_code getAddress(uint64_t &Result) const;
109 error_code getOffset(uint64_t &Result) const;
110 error_code getSymbol(SymbolRef &Result) const;
111 error_code getType(uint64_t &Result) const;
116 error_code getHidden(bool &Result) const;
121 error_code getTypeName(SmallVectorImpl<char> &Result) const;
122 error_code getAdditionalInf
[all...]
H A DMachO.h36 error_code &ec);
38 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
39 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
40 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
41 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
42 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const;
43 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
44 virtual error_code getSymbolType(DataRefImpl Symb,
46 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
47 virtual error_code getSymbolFlag
[all...]
H A DCOFF.h102 error_code getString(uint32_t offset, StringRef &Res) const;
109 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
111 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
112 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
113 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
114 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
115 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
116 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
117 virtual error_code getSymbolSectio
[all...]
/freebsd-10.0-release/contrib/gdb/include/
H A Dos9k.h162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
165 error_code _os_initdata (mh_com *, void *);
166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
170 error_code _os_modaddr (void *, mh_com **);
171 error_code _os_setcr
[all...]
/freebsd-10.0-release/contrib/com_err/
H A Dcompile_et.h54 struct error_code { struct
58 struct error_code *next, **tail;
61 extern struct error_code *codes;
/freebsd-10.0-release/crypto/heimdal/lib/com_err/
H A Dcompile_et.h57 struct error_code { struct
61 struct error_code *next, **tail;
64 extern struct error_code *codes;
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.h19 class error_code;
47 error_code createCOFFDumper(const object::ObjectFile *Obj,
51 error_code createELFDumper(const object::ObjectFile *Obj,
55 error_code createMachODumper(const object::ObjectFile *Obj,
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMemoryBuffer.h25 class error_code;
69 static error_code getFile(StringRef Filename, OwningPtr<MemoryBuffer> &result,
72 static error_code getFile(const char *Filename,
79 static error_code getOpenFile(int FD, const char *Filename,
113 static error_code getSTDIN(OwningPtr<MemoryBuffer> &result);
119 static error_code getFileOrSTDIN(StringRef Filename,
122 static error_code getFileOrSTDIN(const char *Filename,
H A DFileOutputBuffer.h24 class error_code;
43 static error_code create(StringRef FilePath, size_t Size,
72 error_code commit(int64_t NewSmallerSize = -1);
/freebsd-10.0-release/contrib/libc++/src/
H A Dsystem_error.cpp39 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
131 // error_code
134 error_code::message() const
142 system_error::__init(const error_code& ec, string what_arg)
153 system_error::system_error(error_code ec, const string& what_arg)
159 system_error::system_error(error_code ec, const char* what_arg)
165 system_error::system_error(error_code ec)
172 : runtime_error(__init(error_code(ev, ecat), what_arg)),
173 __ec_(error_code(ev, ecat))
178 : runtime_error(__init(error_code(e
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDataStream.cpp66 error_code OpenFile(const std::string &Filename) {
70 return error_code::success();
79 return error_code(errno, posix_category());
80 return error_code::success();
90 if (error_code e = s->OpenFile(Filename)) {
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DPathV2.inc45 error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16) {
67 return error_code::success();
70 error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
97 return error_code::success();
100 error_code TempDir(SmallVectorImpl<wchar_t> &result) {
113 return error_code::success();
131 error_code current_path(SmallVectorImpl<char> &result) {
172 return error_code::success();
175 error_code copy_file(const Twine &from, const Twine &to, copy_option copt) {
185 if (error_code e
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DPathV2.inc90 error_code TempDir(SmallVectorImpl<char> &result) {
105 return error_code::success();
113 error_code current_path(SmallVectorImpl<char> &result) {
125 return error_code(errno, system_category());
133 return error_code::success();
136 error_code copy_file(const Twine &from, const Twine &to, copy_option copt) {
149 return error_code(errno, system_category());
155 return error_code(errno, system_category());
164 return error_code(errno, system_category());
190 return error_code(errn
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DObject.cpp85 error_code ec;
92 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
112 error_code ec;
120 if (error_code ec = (*unwrap(SI))->getName(ret))
127 if (error_code ec = (*unwrap(SI))->getSize(ret))
134 if (error_code ec = (*unwrap(SI))->getContents(ret))
141 if (error_code ec = (*unwrap(SI))->getAddress(ret))
149 if (error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret))
170 error_code ec;
180 if (error_code e
[all...]

Completed in 185 milliseconds

12345678