Searched refs:error (Results 226 - 250 of 5908) sorted by relevance

1234567891011>>

/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr_2.c117 int error = 0; local
128 error = smb_fphelp(smp, mbp, dnp, TRUE, &len);
129 if (error) {
130 return error;
137 error = mb_put_uint16le(mbp, sep_char);
138 if (error) {
139 return error;
143 error = smb_put_dmem(mbp, name, name_len, name_flags, TRUE, NULL);
144 if (error) {
145 return error;
[all...]
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_process.c117 int error; local
121 error = MAC_EXTERNALIZE_AUDIT(cred, cr->cr_label,
125 return (error);
140 int error = 0; local
142 error = MAC_EXTERNALIZE(cred, label, elements, outbuf, outbuflen);
144 return (error);
150 int error; local
152 error = MAC_INTERNALIZE(cred, label, string);
154 return (error);
209 int error; local
274 int error; local
287 int error; local
314 int error; local
333 int error; local
349 int error; local
359 int error; local
369 int error; local
386 int error; local
404 int error; local
420 int error; local
433 int error; local
452 int error; local
471 int error; local
495 int error; local
508 int error; local
560 int error; local
570 int error; local
587 int error; local
599 int error; local
616 int error = 0; local
633 int error = 0; local
650 int error = 0; local
[all...]
H A Dmac_data.c63 int error = ENOENT; local
66 error = mac_find_module_data(mpc->mpc_data, key, valp, sizep);
67 return (error);
74 int error = ENOENT; local
82 error = 0;
88 return (error);
H A Dmac_file.c96 int error; local
99 return (error);
105 int error; local
108 return (error);
115 int error; local
118 return (error);
124 int error; local
127 return (error);
133 int error; local
136 return (error);
142 int error; local
151 int error; local
160 int error; local
170 int error; local
180 int error; local
190 int error; local
209 int error; local
[all...]
H A Dmac_pipe.c121 int error; local
123 error = MAC_EXTERNALIZE(pipe, label, elements, outbuf, outbuflen);
125 return (error);
131 int error; local
133 error = MAC_INTERNALIZE(pipe, label, string);
135 return (error);
149 int error; local
155 return (error);
160 int error; local
167 return (error);
173 int error; local
187 int error; local
200 int error; local
213 int error; local
226 int error; local
240 int error; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransportKeyParameter.h20 bool (*publishCloudParameters)(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
21 bool (*handleKeyParameterChanges)(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error);
25 bool SOSTrasnportKeyParameterPublishCloudParameters(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
27 bool SOSTrasnportKeyParameterPublishCloudParameters(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
28 SOSTransportKeyParameterRef SOSTransportKeyParameterCreateForSubclass(size_t size, SOSAccountRef account, CFErrorRef *error);
29 bool SOSTransportKeyParameterHandleKeyParameterChanges(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error);
H A DSOSManifest.h57 CFErrorRef *error);
58 SOSManifestRef SOSManifestCreateWithDigestVector(struct SOSDigestVector *dv, CFErrorRef *error);
59 SOSManifestRef SOSManifestCreateWithData(CFDataRef data, CFErrorRef *error);
73 CFErrorRef *error);
78 CFErrorRef *error);
84 CFErrorRef *error);
88 CFErrorRef *error);
93 CFErrorRef *error);
97 CFDataRef SOSManifestGetDigest(SOSManifestRef m, CFErrorRef *error);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-76-shared-credentials.c52 SecRequestSharedWebCredential(not_my_fqdn, NULL, ^void (CFArrayRef credentials, CFErrorRef error) {
53 OSStatus status = (OSStatus)((error) ? CFErrorGetCode(error) : errSecSuccess);
62 SecAddSharedWebCredential(fqdn, acct1, cred, ^void (CFErrorRef error) {
63 OSStatus status = (OSStatus)((error) ? CFErrorGetCode(error) : errSecSuccess);
72 SecAddSharedWebCredential(fqdn, acct2, cred, ^void (CFErrorRef error) {
73 OSStatus status = (OSStatus)((error) ? CFErrorGetCode(error) : errSecSuccess);
83 SecRequestSharedWebCredential(fqdn, acct1, ^void (CFArrayRef credentials, CFErrorRef error) {
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dder_date.h30 const uint8_t* der_decode_generalizedtime_body(CFAbsoluteTime *at, CFErrorRef *error,
32 const uint8_t* der_decode_universaltime_body(CFAbsoluteTime *at, CFErrorRef *error,
35 size_t der_sizeof_generalizedtime(CFAbsoluteTime at, CFErrorRef *error);
36 uint8_t* der_encode_generalizedtime(CFAbsoluteTime at, CFErrorRef *error,
39 size_t der_sizeof_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error);
40 uint8_t* der_encode_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error,
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dder_date.h30 const uint8_t* der_decode_generalizedtime_body(CFAbsoluteTime *at, CFErrorRef *error,
32 const uint8_t* der_decode_universaltime_body(CFAbsoluteTime *at, CFErrorRef *error,
35 size_t der_sizeof_generalizedtime(CFAbsoluteTime at, CFErrorRef *error);
36 uint8_t* der_encode_generalizedtime(CFAbsoluteTime at, CFErrorRef *error,
39 size_t der_sizeof_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error);
40 uint8_t* der_encode_generalizedtime_body(CFAbsoluteTime at, CFErrorRef *error,
/macosx-10.10/libpcap-48/libpcap/tests/
H A Dreactivatetest.c35 static void error(const char *, ...);
48 error("Neither lo0 nor lo could be opened: %s",
56 error("pcap_activate() of opened pcap_t succeeded");
58 error("pcap_activate() of opened pcap_t failed with %s, not PCAP_ERROR_ACTIVATED",
61 error("pcap_activate() of opened pcap_t failed with %s, not PCAP_ERROR_ACTIVATED",
69 error(const char *fmt, ...) function
/macosx-10.10/ruby-106/ruby/tool/
H A Drubytest.rb16 error = ''
24 error << line if %r:^(sample/test.rb|not): =~ line
27 print error
/macosx-10.10/tcsh-65/tcsh/
H A Dconfig_f.h201 #error "wchar_t must be at least 4 bytes for WIDE_STRINGS"
205 #error "WIDE_STRINGS cannot be used together with WINNT_NATIVE"
209 #error "SHORT_STRINGS must be defined if WIDE_STRINGS is defined"
213 #error "NLS must be defined if WIDE_STRINGS is defined"
217 #error "DSPMBYTE must not be defined if WIDE_STRINGS is defined"
222 #error "SHORT_STRINGS must be defined if DSPMBYTE is defined"
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c89 void log_vnop_error(char *str, int error)
93 printf("vnop %s error = %d\n", str, error);
214 int error = 0; local
239 error = ENXIO;
249 error = msleep((caddr_t)&fmp->pm_open_connections, &fmp->pm_mutex, PCATCH, "webdav_sendmsg - pm_open_connections", NULL);
250 if ( error )
262 error = sock_socket(PF_LOCAL, SOCK_STREAM, 0, NULL, NULL, &so);
263 if ( error != 0 )
265 printf("webdav_sendmsg: sock_socket() = %d\n", error);
517 int error; local
584 int error; local
834 int error; local
985 int error; local
1245 int error, server_error; local
1402 int error; local
1448 int error, server_error; local
1631 int error; local
1670 int error; local
1784 int error = 0; local
1828 int error = 0; local
1878 int error; local
1917 int error; local
2021 int error; local
2465 int error; local
2498 int error; local
2679 int error; local
2726 int error; local
2850 int error; local
2952 int error = 0; local
3077 int error = 0; local
3255 int error = 0; local
3378 int error; local
3575 int error; local
3788 int error; local
3898 int error; local
4136 int error; local
4340 int error; local
[all...]
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dbindresvport.c81 int old, error, af; local
125 error = getsockopt(sd, proto, portrange, &old, &oldlen);
126 if (error < 0)
127 return (error);
129 error = setsockopt(sd, proto, portrange, &portlow,
131 if (error < 0)
132 return (error);
135 error = bind(sd, sa, salen);
140 if (error) {
144 return (error);
[all...]
H A Drpc_prot.c213 accepted(acpt_stat, error)
215 register struct rpc_err *error;
221 error->re_status = RPC_PROGUNAVAIL;
225 error->re_status = RPC_PROGVERSMISMATCH;
229 error->re_status = RPC_PROCUNAVAIL;
233 error->re_status = RPC_CANTDECODEARGS;
237 error->re_status = RPC_SYSTEMERROR;
241 error->re_status = RPC_SUCCESS;
245 error->re_status = RPC_FAILED;
247 error
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent_client.h78 xpc_object_t swca_message_with_reply_sync(xpc_object_t message, CFErrorRef *error);
79 xpc_object_t swca_create_message(enum SWCAXPCOperation op, CFErrorRef *error);
80 bool swca_message_no_error(xpc_object_t message, CFErrorRef *error);
81 long swca_message_response(xpc_object_t replyMessage, CFErrorRef *error);
88 CFErrorRef *error,
91 CFTypeRef swca_message_copy_response(xpc_object_t replyMessage, CFErrorRef *error);
96 CFErrorRef *error);
100 CFErrorRef *error);
105 CFErrorRef *error);
107 bool swca_send_sync_and_do(enum SWCAXPCOperation op, CFErrorRef *error,
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecOTRRemote.h30 CFDataRef SecOTRSessionCreateRemote_internal(CFDataRef publicAccountData, CFDataRef publicPeerId, CFDataRef privateAccountData, CFErrorRef *error);
31 CFDataRef _SecOTRSessionCreateRemote(CFDataRef publicPeerId, CFErrorRef *error);
32 bool _SecOTRSessionProcessPacketRemote(CFDataRef sessionData, CFDataRef inputPacket, CFDataRef* outputSessionData, CFDataRef* outputPacket, bool *readyForMessages, CFErrorRef *error);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style-c.awk32 error = 1
37 error = 0
90 if (error)
/macosx-10.10/dtrace-147/libdwarf/
H A Dpro_die.h59 Dwarf_Unsigned offset, Dwarf_Error * error);
63 Dwarf_Error * error);
68 Dwarf_Error * error);
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregfatal.c25 * posix regex fatal error interface to error()
30 #include <error.h>
40 error(level, "regular expression: %s: %s", pat, buf);
42 error(level, "regular expression: %s", buf);
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dlogname.c44 "[+>0?An error occurred.]"
63 error(2, "%s", opt_info.arg);
66 error(ERROR_usage(2), "%s", opt_info.arg);
72 error(ERROR_usage(2), "%s", optusage(NiL));
/macosx-10.10/smb-759.0/lib/smb/
H A Dsmbio.c47 int error; local
54 error = smb_usr_rq_init(smbctx, SMB_COM_NT_CREATE_ANDX, 0, &rqp);
55 if (error != 0) {
56 return error;
88 error = smb_usr_put_dmem(smbctx, mbp, path, strlen(path),
91 if (!error) {
97 error = smb_usr_rq_put_dstring(smbctx, mbp, streamName, strlen(streamName),
102 error = smb_usr_rq_put_dstring(smbctx, mbp, path, strlen(path),
107 if (error) {
109 ASL_LEVEL_DEBUG, __FUNCTION__, strerror(error));
210 int error; local
274 int error; local
313 int error; local
344 int error; local
[all...]
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dsysctlbyname.c32 int error; local
37 error = __sysctlbyname(name, strlen(name), oldp, oldlenp, newp, newlen);
38 if ((error == 0) || (errno != ENOSYS))
39 return error;
46 error = __sysctl(name2oid_oid, 2, real_oid, &oidlen, (void *)name,
48 if (error < 0)
49 return error;
51 error = __sysctl(real_oid, oidlen, oldp, oldlenp, newp, newlen);
52 return (error);
/macosx-10.10/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));

Completed in 167 milliseconds

1234567891011>>