Searched refs:error (Results 101 - 125 of 5859) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/machine/
H A Dboot.h34 #error architecture not supported
H A Dprotos.h34 #error architecture not supported
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_kext.c8 int error; local
12 return (error);
17 int error; local
21 return (error);
H A Dmac_priv.c87 int error; local
91 return (error);
101 int error; local
105 return (error);
/macosx-10.9.5/KerberosHelper-148/Source/
H A DNetworkAuthenticationHelperGSS.h9 NAHSelectionGetGSSCredential(NAHSelectionRef client, CFErrorRef *error);
12 NAHSelectionGetGSSAcceptorName(NAHSelectionRef selection, CFErrorRef *error);
22 NAHAuthenticationInfoCopyClientCredential(CFDictionaryRef authInfo, CFErrorRef *error);
25 NAHAuthenticationInfoCopyServerName(CFDictionaryRef authInfo, CFErrorRef *error);
28 NAHAuthenticationInfoGetGSSMechanism(CFDictionaryRef authInfo, CFErrorRef *error);
H A Dlkdc_lookup.c34 LKDCHelperErrorType error; local
54 error = LKDCGetLocalRealm (&string);
55 if (0 != error) {
56 fprintf (stderr, "LKDCGetLocalRealm -> %d: %s\n", error, LKDCHelperError (error));
66 error ++;
73 error = 1;
79 error = LKDCFindKDCForRealm (argument, &string, &kdcport);
81 error = LKDCDiscoverRealm (argument, &string);
84 if (0 != error) {
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DCertificateValues.h50 CFDictionaryRef copyFieldValues(CFArrayRef keys, CFErrorRef *error);
51 CFDataRef copySerialNumber(CFErrorRef *error);
52 CFDataRef copyNormalizedIssuerContent(CFErrorRef *error);
53 CFDataRef copyNormalizedSubjectContent(CFErrorRef *error);
54 CFDataRef copyIssuerSequence(CFErrorRef *error);
55 CFDataRef copySubjectSequence(CFErrorRef *error);
56 bool isValid(CFAbsoluteTime verifyTime, CFErrorRef *error);
57 CFAbsoluteTime notValidBefore(CFErrorRef *error);
58 CFAbsoluteTime notValidAfter(CFErrorRef *error);
62 SecCertificateRefP getSecCertificateRefP(CFErrorRef *error);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DCertificateValues.h50 CFDictionaryRef copyFieldValues(CFArrayRef keys, CFErrorRef *error);
51 CFDataRef copySerialNumber(CFErrorRef *error);
52 CFDataRef copyNormalizedIssuerContent(CFErrorRef *error);
53 CFDataRef copyNormalizedSubjectContent(CFErrorRef *error);
54 CFDataRef copyIssuerSequence(CFErrorRef *error);
55 CFDataRef copySubjectSequence(CFErrorRef *error);
56 bool isValid(CFAbsoluteTime verifyTime, CFErrorRef *error);
57 CFAbsoluteTime notValidBefore(CFErrorRef *error);
58 CFAbsoluteTime notValidAfter(CFErrorRef *error);
62 SecCertificateRefP getSecCertificateRefP(CFErrorRef *error);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DCertificateValues.h50 CFDictionaryRef copyFieldValues(CFArrayRef keys, CFErrorRef *error);
51 CFDataRef copySerialNumber(CFErrorRef *error);
52 CFDataRef copyNormalizedIssuerContent(CFErrorRef *error);
53 CFDataRef copyNormalizedSubjectContent(CFErrorRef *error);
54 CFDataRef copyIssuerSequence(CFErrorRef *error);
55 CFDataRef copySubjectSequence(CFErrorRef *error);
56 bool isValid(CFAbsoluteTime verifyTime, CFErrorRef *error);
57 CFAbsoluteTime notValidBefore(CFErrorRef *error);
58 CFAbsoluteTime notValidAfter(CFErrorRef *error);
62 SecCertificateRefP getSecCertificateRefP(CFErrorRef *error);
[all...]
/macosx-10.9.5/smb-697.95.1/lib/
H A Dlibtest.c66 #define MAX_SID_PRINTBUFFER 256 /* Used to print out the sid in case of an error */
233 int error = ENOMEM; local
249 error = SMBNetFsCreateURL(urlParms, &url);
254 if (error) {
255 errno = error;
273 int error = 0; local
290 error = errno;
296 error = SMBNetFsMount(inConnection, mount_url, mountPoint, mountOptions, &mountInfo, setNetworkAccountSID, NULL);
299 error = ENOMEM;
302 if (error) {
385 int error; local
428 int error; local
558 int error; local
607 int error = 0; local
715 int error; local
759 int error = 0; local
814 int error = 0; local
908 int error = 0; local
1032 int error = 0; local
1093 int ii, error = 0; local
1138 int error = 0; local
1217 int error = 0; local
1276 int error = 0; local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsecd-56-account-apply.c40 CFErrorRef error = NULL;
43 if(active) peers = SOSAccountCopyActivePeers(account, &error);
44 else peers = SOSAccountCopyPeers(account, &error);
46 CFReleaseNull(error);
54 CFErrorRef error = NULL; local
65 ok(SOSAccountAssertUserCredentials(bob_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
71 ok(SOSAccountAssertUserCredentials(alice_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
72 CFReleaseNull(error);
74 ok(SOSAccountAssertUserCredentials(carole_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
77 ok(SOSAccountAssertUserCredentials(david_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
81 ok(SOSAccountResetToOffering(alice_account, &error), "Reset to offering (%@)", error); local
87 ok(SOSAccountJoinCircles(bob_account, &error), "Bob Applies (%@)", error); local
90 ok(SOSAccountJoinCircles(carole_account, &error), "Carole Applies too (%@)", error); local
102 ok(applicants && CFArrayGetCount(applicants) == 2, "See two applicants %@ (%@)", applicants, error); local
115 ok(applicants && CFArrayGetCount(applicants) == 2, "See two applicants %@ (%@)", applicants, error); local
128 ok(applicants && CFArrayGetCount(applicants) == 0, "See no applicants %@ (%@)", applicants, error); local
140 ok(applicants && CFArrayGetCount(applicants) == 1, "See one applicants %@ (%@)", applicants, error); local
[all...]
H A Dsecd-52-account-changed.c38 CFErrorRef error = NULL; local
48 ok(SOSAccountAssertUserCredentials(bob_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
54 ok(SOSAccountAssertUserCredentials(alice_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
55 CFReleaseNull(error);
56 ok(SOSAccountAssertUserCredentials(carol_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
57 CFReleaseNull(error);
62 ok(SOSAccountResetToOffering(alice_account, &error), "Rese local
67 ok(SOSAccountJoinCircles(bob_account, &error), "Bob Applies (%@)", error); local
72 ok(SOSAccountJoinCircles(carol_account, &error), "Carol Applies (%@)", error); local
80 ok(applicants && CFArrayGetCount(applicants) == 2, "See two applicants %@ (%@)", applicants, error); local
81 ok(SOSAccountAcceptApplicants(alice_account, applicants, &error), "Alice accepts (%@)", error); local
106 ok(SOSAccountAssertUserCredentials(alice_account, cfaccount2, cfpassword2, &error), "Credential setting (%@)", error); local
113 ok(SOSAccountAssertUserCredentials(bob_account, cfaccount2, cfpassword2, &error), "Credential setting (%@)", error); local
116 ok(SOSAccountAssertUserCredentials(carol_account, cfaccount2, cfpassword2, &error), "Credential setting (%@)", error); local
125 ok(SOSAccountResetToOffering(alice_account, &error), "Reset to offering (%@)", error); local
134 ok(SOSAccountJoinCircles(bob_account, &error), "Bob Applies (%@)", error); local
140 ok(SOSAccountJoinCircles(carol_account, &error), "Carol Applies (%@)", error); local
149 ok(applicants && CFArrayGetCount(applicants) == 2, "See two applicants %@ (%@)", applicants, error); local
150 ok(SOSAccountAcceptApplicants(alice_account, applicants, &error), "Alice accepts (%@)", error); local
[all...]
H A Dsecd-61-account-leave-not-in-kansas-anymore.c37 CFErrorRef error = NULL;
40 if(active) peers = SOSAccountCopyActivePeers(account, &error);
41 else peers = SOSAccountCopyPeers(account, &error);
43 CFReleaseNull(error);
56 CFErrorRef error = NULL; local
57 CFArrayRef applicants = SOSAccountCopyApplicants(account, &error);
61 is(CFArrayGetCount(applicants), count, "See applicants %@ (%@)", applicants, error);
63 ok(retval = SOSAccountAcceptApplicants(account, applicants, &error), "Account accepts (%@)", error);
65 CFReleaseNull(error);
73 CFErrorRef error = NULL; local
84 ok(SOSAccountAssertUserCredentials(bob_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
90 ok(SOSAccountAssertUserCredentials(alice_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
93 ok(SOSAccountAssertUserCredentials(carole_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
96 ok(SOSAccountAssertUserCredentials(david_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
99 ok(SOSAccountResetToOffering(alice_account, &error), "Reset to offering (%@)", error); local
104 ok(SOSAccountJoinCircles(bob_account, &error), "Bob Applies (%@)", error); local
122 ok(SOSAccountJoinCircles(carole_account, &error), "Carole Applies (%@)", error); local
133 ok(peers && CFArrayGetCount(peers) == 3, "See three peers %@ (%@)", peers, error); local
139 ok(SOSAccountLeaveCircles(alice_account, &error), "Alice Leaves (%@)", error); local
146 ok(SOSAccountJoinCircles(david_account, &error), "David Applies (%@)", error); local
167 is(SOSAccountIsInCircles(carole_account, &error), kSOSCCInCircle, "Carole still in Circle (%@)", error); local
169 is(SOSAccountIsInCircles(david_account, &error), kSOSCCInCircle, "David still in Circle (%@)", error); local
171 is(SOSAccountIsInCircles(bob_account, &error), kSOSCCNotInCircle, "Bob is not in Circle (%@)", error); local
175 is(SOSAccountIsInCircles(alice_account, &error), kSOSCCNotInCircle, "Alice is not in Circle (%@)", error); local
[all...]
H A Dsecd-55-account-incompatibility.c40 CFErrorRef error = NULL; local
53 ok(SOSAccountAssertUserCredentials(bob_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
59 ok(SOSAccountAssertUserCredentials(alice_account, cfaccount, cfpassword, &error), "Credential setting (%@)", error); local
60 CFReleaseNull(error);
61 ok(SOSAccountTryUserCredentials(alice_account, cfaccount, cfpassword, &error), "Credential trying (%@)", error); local
62 CFReleaseNull(error);
65 ok(!SOSAccountTryUserCredentials(alice_account, cfaccount, cfwrong_password, &error), "Credentia
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSCloudCircleInternal.h15 CFArrayRef SOSCCCopyConcurringPeerPeerInfo(CFErrorRef* error);
17 bool SOSCCPurgeUserCredentials(CFErrorRef* error);
20 SecKeyRef SOSCCGetUserPrivKey(CFErrorRef *error);
21 SecKeyRef SOSCCGetUserPubKey(CFErrorRef *error);
26 @param error What went wrong if we returned NULL.
29 SyncWithAllPeersReason SOSCCProcessSyncWithAllPeers(CFErrorRef* error);
H A DSOSFullPeerInfo.h25 SOSFullPeerInfoRef SOSFullPeerInfoCreate(CFAllocatorRef allocator, CFDictionaryRef gestalt, SecKeyRef signingKey, CFErrorRef *error);
27 SOSFullPeerInfoRef SOSFullPeerInfoCreateCloudIdentity(CFAllocatorRef allocator, SOSPeerInfoRef peer, CFErrorRef* error);
30 SecKeyRef SOSFullPeerInfoCopyDeviceKey(SOSFullPeerInfoRef fullPeer, CFErrorRef* error);
32 bool SOSFullPeerInfoPurgePersistentKey(SOSFullPeerInfoRef peer, CFErrorRef* error);
34 SOSPeerInfoRef SOSFullPeerInfoPromoteToRetiredAndCopy(SOSFullPeerInfoRef peer, CFErrorRef *error);
36 bool SOSFullPeerInfoValidate(SOSFullPeerInfoRef peer, CFErrorRef* error);
38 bool SOSFullPeerInfoUpdateGestalt(SOSFullPeerInfoRef peer, CFDictionaryRef gestalt, CFErrorRef* error);
40 bool SOSFullPeerInfoPromoteToApplication(SOSFullPeerInfoRef fpi, SecKeyRef user_key, CFErrorRef *error);
42 bool SOSFullPeerInfoUpgradeSignatures(SOSFullPeerInfoRef fpi, SecKeyRef user_key, CFErrorRef *error);
47 SOSFullPeerInfoRef SOSFullPeerInfoCreateFromDER(CFAllocatorRef allocator, CFErrorRef* error,
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Ddisplay_error_code.c41 CSSM_RETURN error; local
46 if (strcmp("error", argv[ix])==0)
49 error = strtoul(argv[ix], NULL, 0);
50 printf("Error: 0x%08X %d %s\n", error, error, cssmErrorString(error));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_error.h55 * Query type for this error.
57 * @param error error object to query.
59 * @return the error type, that may be @c NULL. This pointer is
65 EAPI Ewk_Error_Type ewk_error_type_get(const Ewk_Error *error);
68 * Query failing URL for this error.
72 * @param error error object to query.
80 EAPI const char *ewk_error_url_get(const Ewk_Error *error);
83 * Query HTTP error cod
[all...]
H A Dewk_error.cpp68 Ewk_Error_Type ewk_error_type_get(const Ewk_Error* error) argument
70 EINA_SAFETY_ON_NULL_RETURN_VAL(error, EWK_ERROR_TYPE_NONE);
72 WKRetainPtr<WKStringRef> wkErrorDomain = error->domain();
88 const char* ewk_error_url_get(const Ewk_Error* error) argument
90 EINA_SAFETY_ON_NULL_RETURN_VAL(error, 0);
92 return error->url();
95 int ewk_error_code_get(const Ewk_Error* error) argument
97 EINA_SAFETY_ON_NULL_RETURN_VAL(error, 0);
99 return error->errorCode();
102 const char* ewk_error_description_get(const Ewk_Error* error) argument
109 ewk_error_cancellation_get(const Ewk_Error* error) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/dns/
H A Ddns_strerror.c5 /* name service lookup error code to string
12 /* dns_strerror() maps a name service lookup error to printable string.
40 * Mapping from error code to printable string. The herror() routine does
44 unsigned error; member in struct:dns_error_map
51 NO_RECOVERY, "Non-recoverable error",
55 /* dns_strerror - map resolver error code to printable string */
57 const char *dns_strerror(unsigned error) argument
63 if (dns_error_map[i].error == error)
66 unknown = vstring_alloc(sizeof("Unknown error XXXXX
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A Dkperfbsd.c102 int error = 0; local
107 error = SYSCTL_IN( req, inputs, 2*sizeof(inputs[0]) );
108 if(error)
109 return (error);
118 error = kperf_timer_set_period( timer, inputs[1] );
119 if( error )
120 return error;
123 error = kperf_timer_get_period(timer, &retval);
124 if(error)
125 return (error);
138 int error = 0; local
176 int error = 0; local
213 int error = 0; local
250 int error = 0; local
296 int error = 0; local
319 int error = 0; local
337 int error = 0; local
355 int error = 0; local
373 int error = 0; local
393 int error = 0; local
414 int error = 0; local
434 int error = 0; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/conf/extra/
H A Dhttpd-multilang-errordoc.conf.in2 # The configuration below implements multi-language error documents through
7 # We use Alias to redirect any /error/HTTP_<error>.html.var response to
8 # our collection of by-error message multi-language collections. We use
12 # default HTTP_<error>.html.var files by adding the line:
14 # Alias /error/include/ "/your/include/path/"
22 Alias /error/ "@exp_errordir@/"
35 ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
36 ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
37 ErrorDocument 403 /error/HTTP_FORBIDDE
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/Imported/
H A DSecuritydXPC.h15 bool SecXPCDictionarySetData(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
16 bool SecXPCDictionarySetDataOptional(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
18 bool SecXPCDictionarySetPList(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
19 bool SecXPCDictionarySetPListOptional(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
21 bool SecXPCDictionarySetString(xpc_object_t message, const char *key, CFStringRef string, CFErrorRef *error);
23 CFTypeRef SecXPCDictionaryCopyPList(xpc_object_t message, const char *key, CFErrorRef *error);
24 bool SecXPCDictionaryCopyPListOptional(xpc_object_t message, const char *key, CFTypeRef *pobject, CFErrorRef *error);
26 CFArrayRef SecXPCDictionaryCopyArray(xpc_object_t message, const char *key, CFErrorRef *error);
27 bool SecXPCDictionaryCopyArrayOptional(xpc_object_t message, const char *key, CFArrayRef *parray, CFErrorRef *error);
29 CFDataRef SecXPCDictionaryCopyData(xpc_object_t message, const char *key, CFErrorRef *error);
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecuritydXPC.h15 bool SecXPCDictionarySetData(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
16 bool SecXPCDictionarySetDataOptional(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
18 bool SecXPCDictionarySetPList(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
19 bool SecXPCDictionarySetPListOptional(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
21 bool SecXPCDictionarySetString(xpc_object_t message, const char *key, CFStringRef string, CFErrorRef *error);
23 CFTypeRef SecXPCDictionaryCopyPList(xpc_object_t message, const char *key, CFErrorRef *error);
24 bool SecXPCDictionaryCopyPListOptional(xpc_object_t message, const char *key, CFTypeRef *pobject, CFErrorRef *error);
26 CFArrayRef SecXPCDictionaryCopyArray(xpc_object_t message, const char *key, CFErrorRef *error);
27 bool SecXPCDictionaryCopyArrayOptional(xpc_object_t message, const char *key, CFArrayRef *parray, CFErrorRef *error);
29 CFDataRef SecXPCDictionaryCopyData(xpc_object_t message, const char *key, CFErrorRef *error);
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dsysctlbyname.c24 int error; local
31 error = sysctl(name2oid_oid, 2, real_oid, &oidlen, (void *)name,
33 if (error < 0)
34 return error;
36 error = sysctl(real_oid, oidlen, oldp, oldlenp, newp, newlen);
37 return (error);

Completed in 230 milliseconds

1234567891011>>