Searched refs:error (Results 251 - 275 of 5641) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransportCircleKVS.h10 SOSTransportCircleKVSRef SOSTransportCircleKVSCreate(SOSAccountRef account, CFStringRef circleName, CFErrorRef *error);
11 SOSTransportKeyParameterRef SOSTransportKeyParameterCreateForSubclass(size_t size, SOSAccountRef account, CFErrorRef *error);
13 bool SOSTransportCircleKVSAppendKeyInterest(SOSTransportCircleKVSRef transport, CFMutableArrayRef alwaysKeys, CFMutableArrayRef afterFirstUnlockKeys, CFMutableArrayRef unlockedKeys, CFErrorRef *error);
16 bool SOSTransportCircleKVSSendPendingChanges(SOSTransportCircleKVSRef transport, CFErrorRef *error);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKErrorRef.h53 WK_EXPORT WKStringRef WKErrorCopyDomain(WKErrorRef error);
54 WK_EXPORT int WKErrorGetErrorCode(WKErrorRef error);
55 WK_EXPORT WKURLRef WKErrorCopyFailingURL(WKErrorRef error);
56 WK_EXPORT WKStringRef WKErrorCopyLocalizedDescription(WKErrorRef error);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/efl/
H A DWKBaseEfl.h24 #error "Please #include \"WKBase.h\" instead of this file directly."
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/gtk/
H A DWKAPICastGtk.h31 #error "Please #include \"WKAPICast.h\" instead of this file directly."
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitEditingCommands.h21 #error "Only <webkit2/webkit2.h> can be included directly."
/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-gai.c33 int error; local
40 error = getaddrinfo(hostname, "http", &hints, &res0);
41 if (error) {
43 hostname, family, gai_strerror(error));
48 error = getnameinfo(res->ai_addr, res->ai_addrlen,
51 if (error == 0)
52 error = getnameinfo(res->ai_addr, res->ai_addrlen,
55 if (error != 0) {
57 gai_strerror(error));
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Derror.h56 extern void error(char *format, ...);
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_yield.c92 #error No yield function defined
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_stubs.c47 Dwarf_Global * returned_nextglob, Dwarf_Error * error)
45 dwarf_nextglob(Dwarf_Debug dbg, Dwarf_Global glob, Dwarf_Global * returned_nextglob, Dwarf_Error * error) argument
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dxalloc-die.c26 #include "error.h"
35 error (exit_failure, 0, "%s", _("memory exhausted"));
37 /* The `noreturn' cannot be given to error, since it may return if
/macosx-10.10.1/libdispatch-442.1.4/src/shims/
H A Dgetprogname.h32 # error getprogname(3) is not available on this platform
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc-layout.c12 #error Unexpected IMPL_XNTPD
/macosx-10.10.1/objc4-646/test/
H A Dtbi.c6 #error wrong architecture for TBI hardware feature
/macosx-10.10.1/pdisk-9/
H A Derrors.h2 // errors.h - error & help routines
58 void error(int value, const char *fmt, ...);
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Derrors.rb63 # A wordy description of the error.
74 # An error that indicates we weren't able to fetch some
78 def initialize(source, error)
80 @error = error
83 attr_reader :source, :error
86 "Unable to download data from #{@source.uri} - #{@error.message}"
/macosx-10.10.1/swig-12/Lib/
H A Dswigarch.i48 # error "SWIG wrapped code invalid in 64 bit architecture, regenarete code using -DSWIGWORDSIZE64"
60 # error "SWIG wrapped code invalid in 32 bit architecture, regenarete code using -DSWIGWORDSIZE32"
/macosx-10.10.1/xnu-2782.1.97/osfmk/kperf/
H A Dkperf_arch.h35 #error architecture not supported
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt_isa.h34 #error architecture not supported
/macosx-10.10.1/xnu-2782.1.97/osfmk/machine/
H A Dcommpage.h35 #error architecture not supported
/macosx-10.10.1/xnu-2782.1.97/tools/tests/execperf/
H A Dexit.c9 #error Unsupported architecture
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_kpc.c98 int error = 0; local
101 error = sysctl_handle_int(oidp, &value, 0, req);
103 return error;
109 int error = 0; local
112 error = SYSCTL_IN( req, &value, sizeof(value) );
113 if( error )
114 return error;
116 error = set_func( value );
118 return error;
125 int error local
147 int error = 0; local
282 int error = 0; local
337 int error = 0; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dkrpc_subr.c146 * Returns non-zero error on failure.
165 int error; local
173 error = mbuf_gethdr(MBUF_WAITOK, MBUF_TYPE_DATA, &m);
174 if (error)
175 return error;
187 error = krpc_call(sin, SOCK_DGRAM, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, &m, NULL);
188 if (error)
189 return error;
195 error = EPROGUNAVAIL;
198 return (error);
218 int error, timo, secs; local
[all...]
H A Dnfs_vfsops.c360 int error = 0, lockerror, status, nfsvers; local
369 if ((error = vnode_get(NFSTOV(np))))
370 return (error);
375 nfsm_chain_build_alloc_init(error, &nmreq, NFSX_FH(nfsvers));
376 nfsm_chain_add_fh(error, &nmreq, nfsvers, np->n_fhp, np->n_fhsize);
377 nfsm_chain_build_done(error, &nmreq);
378 nfsmout_if(error);
379 error = nfs_request2(np, NULL, &nmreq, NFSPROC_FSSTAT, vfs_context_thread(ctx),
381 if (error == ETIMEDOUT)
384 error
436 int error = 0, lockerror, status, nfsvers, numops; local
511 int error = 0, nfsvers; local
777 int error = 0, lockerror, status, nmlocked = 0; local
889 int error; local
1051 int error, numcomps; local
1208 int error, numcomps; local
1464 int error = 0, args64bit, argsize, numcomps; local
1827 int error = 0, inkernel = vfs_iskernelmount(mp); local
1898 int error = 0; local
1965 int error = 0, status, numops; local
2111 int error = 0, numops, status, interval, isdotdot, loopcnt = 0, depth = 0; local
2523 int error = 0, savederror = 0, slpflag = (NMFLAG(nmp, INTR) ? PCATCH : 0); local
2590 int error = 0, slpflag; local
2646 int error = 0; local
3313 int error = 0, pathbuflen = MAXPATHLEN, i, mntflags = 0, referral, skipcopy = 0; local
3682 int error = 0; local
3783 int error; local
3818 int error; local
3965 int error = 0, slen, mntproto; local
4048 int error = 0, slen, mntproto; local
4130 int error, flags = 0; local
4499 int error; local
4537 int error = 0, slen, timeo; local
4650 int error = 0, status, nfsvers, numops; local
4737 int cmd, type, error, nfsvers; local
4788 int error; member in struct:nfs_sync_cargs
4796 int error; local
4909 int i, timeo, error = 0; local
5196 int error = 0, val; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/ipc/
H A Dserver.c174 static bool SecXPCDictionarySetChainOptional(xpc_object_t message, const char *key, SecCertificatePathRef path, CFErrorRef *error) { argument
177 xpc_object_t xpc_chain = SecCertificatePathCopyXPCArray(path, error);
186 static SecCertificateRef SecXPCDictionaryCopyCertificate(xpc_object_t message, const char *key, CFErrorRef *error) { argument
193 SecError(errSecDecode, error, CFSTR("object for key %s failed to create certificate from data"), key);
195 SecError(errSecParam, error, CFSTR("object for key %s missing"), key);
200 static bool SecXPCDictionaryCopyCertificates(xpc_object_t message, const char *key, CFArrayRef *certificates, CFErrorRef *error) { argument
203 return SecError(errSecAllocate, error, CFSTR("no certs for key %s"), key);
204 *certificates = SecCertificateXPCArrayCopyArray(xpc_certificates, error);
208 static bool SecXPCDictionaryCopyCertificatesOptional(xpc_object_t message, const char *key, CFArrayRef *certificates, CFErrorRef *error) { argument
214 *certificates = SecCertificateXPCArrayCopyArray(xpc_certificates, error);
218 SecXPCDictionaryCopyPoliciesOptional(xpc_object_t message, const char *key, CFArrayRef *policies, CFErrorRef *error) argument
229 SecXPCDictionaryGetTrustStore(xpc_object_t message, const char *key, CFErrorRef *error) argument
239 SecXPCDictionaryGetDouble(xpc_object_t message, const char *key, double *pvalue, CFErrorRef *error) argument
249 __block CFErrorRef error = NULL; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecSharedCredential.c36 OSStatus SecAddSharedWebCredentialSync(CFStringRef fqdn, CFStringRef account, CFStringRef password, CFErrorRef *error);
37 OSStatus SecCopySharedWebCredentialSync(CFStringRef fqdn, CFStringRef account, CFArrayRef *credentials, CFErrorRef *error);
43 CFErrorRef *error)
46 __block CFErrorRef* outError = error;
62 status = SecOSStatusWith(^bool (CFErrorRef *error) {
67 xpc_result = gSecurityd->sec_add_shared_web_credential(args, NULL, NULL, SecAccessGroupsGetCurrent(), &raw_result, error);
69 xpc_result = cftype_ag_to_bool_cftype_error_request(sec_add_shared_web_credential_id, args, SecAccessGroupsGetCurrent(), &raw_result, error);
73 if (NULL == *error) {
74 SecError(errSecInternal, error, CFSTR("Internal error (XP
40 SecAddSharedWebCredentialSync(CFStringRef fqdn, CFStringRef account, CFStringRef password, CFErrorRef *error) argument
90 SecAddSharedWebCredential(CFStringRef fqdn, CFStringRef account, CFStringRef password, void (^completionHandler)(CFErrorRef error)) argument
95 __block CFErrorRef error = NULL; local
144 SecCopySharedWebCredentialSync(CFStringRef fqdn, CFStringRef account, CFArrayRef *credentials, CFErrorRef *error) argument
191 SecRequestSharedWebCredential(CFStringRef fqdn, CFStringRef account, void (^completionHandler)(CFArrayRef credentials, CFErrorRef error)) argument
196 __block CFErrorRef error = NULL; local
248 CFErrorRef error = NULL; local
[all...]

Completed in 309 milliseconds

<<11121314151617181920>>