Searched refs:error (Results 451 - 475 of 5641) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Ducode.c89 int error; local
92 error = copyin((user_addr_t)inaddr, (void *)&update_header, sizeof(update_header));
93 if (error)
94 return error;
117 error = copyin((user_addr_t)inaddr, (void*)update, size);
118 if (error) {
120 return error;
180 int error; local
199 error = copyin_update(addr);
201 if (error)
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecDbKeychainItem.c56 static keyclass_t kc_parse_keyclass(CFTypeRef value, CFErrorRef *error);
60 static CFMutableDictionaryRef s3dl_item_v2_decode(CFDataRef plain, CFErrorRef *error);
61 static CFMutableDictionaryRef s3dl_item_v3_decode(CFDataRef plain, CFErrorRef *error);
65 static CFDataRef kc_copy_access_groups_data(CFArrayRef access_groups, CFErrorRef *error);
74 CFDictionaryRef attributes, CFDictionaryRef authenticated_attributes, CFDataRef *pBlob, CFErrorRef *error) {
109 plainText = kc_plist_copy_der(attributes_dict, error);
115 plainText = kc_plist_copy_der(attributes, error);
126 plainText = kc_plist_copy_der(attributes_dict, error);
134 ok = SecError(errSecParam, error, CFSTR("ks_encrypt_data: invalid plain text"));
144 ok = SecError(errSecAllocate, error, CFST
73 ks_encrypt_data(keybag_handle_t keybag, SecAccessControlRef access_control, CFTypeRef *cred_handle, CFDictionaryRef attributes, CFDictionaryRef authenticated_attributes, CFDataRef *pBlob, CFErrorRef *error) argument
268 ks_decrypt_data(keybag_handle_t keybag, enum SecKsCryptoOp cryptoOp, SecAccessControlRef *paccess_control, CFTypeRef *cred_handle, CFDataRef blob, const SecDbClass *db_class, CFArrayRef caller_access_groups, CFMutableDictionaryRef *attributes_p, uint32_t *version_p, CFErrorRef *error) argument
569 kc_plist_copy_der(CFPropertyListRef plist, CFErrorRef *error) argument
585 kc_copy_digest(const struct ccdigest_info *di, size_t len, const void *data, CFErrorRef *error) argument
593 kc_copy_sha1(size_t len, const void *data, CFErrorRef *error) argument
597 kc_copy_plist_sha1(CFPropertyListRef plist, CFErrorRef *error) argument
607 kc_parse_keyclass(CFTypeRef value, CFErrorRef *error) argument
690 kc_copy_access_groups_data(CFArrayRef access_groups, CFErrorRef *error) argument
728 dictionaryFromPlist(CFPropertyListRef plist CF_CONSUMED, CFErrorRef *error) argument
739 s3dl_item_v2_decode(CFDataRef plain, CFErrorRef *error) argument
746 s3dl_item_v3_decode(CFDataRef plain, CFErrorRef *error) argument
758 s3dl_item_from_data(CFDataRef edata, Query *q, CFArrayRef accessGroups, CFMutableDictionaryRef *item, SecAccessControlRef *access_control, CFErrorRef *error) argument
810 SecDbItemImportMigrate(SecDbItemRef item, CFErrorRef *error) argument
866 SecDbItemDecrypt(SecDbItemRef item, CFDataRef edata, CFDataRef *neededAuth, CFErrorRef *error) argument
922 SecDbItemInferSyncable(SecDbItemRef item, CFErrorRef *error) argument
951 SecDbItemCreateWithBackupDictionary(CFAllocatorRef allocator, const SecDbClass *dbclass, CFDictionaryRef dict, keybag_handle_t src_keybag, keybag_handle_t dst_keybag, CFErrorRef *error) argument
968 SecDbItemExtractRowIdFromBackupDictionary(SecDbItemRef item, CFDictionaryRef dict, CFErrorRef *error) argument
[all...]
H A DSecItemDataSource.h41 SOSDataSourceRef SecItemDataSourceCreate(SecDbRef db, CFStringRef name, CFErrorRef *error);
43 SOSManifestRef SOSCreateManifestWithBackup(CFDictionaryRef backup, CFErrorRef *error);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_newsysctl.c352 int error; local
370 error = SYSCTL_OUT(req, &smallValue, sizeof(smallValue));
373 error = SYSCTL_OUT(req, &bigValue, valueSize);
375 /* error or nothing to set */
376 if (error || !req->newptr)
377 return(error);
386 error = SYSCTL_IN(req, &smallValue, sizeof(smallValue));
387 if (!error)
391 error = SYSCTL_IN(req, &bigValue, sizeof(bigValue));
392 if (!error) {
410 int error; local
454 int error; local
636 int error = 0; local
828 int i, j, error; local
963 int error, oid[CTL_MAXNAME]; local
1045 int error = ENOENT; /* default error: not found */ local
1150 int error = 0; local
1240 int error = 0; local
1278 int error = 0; local
1301 int error; local
1324 int error; local
1569 int error; local
1637 int error; local
1706 int error = 0; local
1747 int error; local
[all...]
H A Dkern_symfile.c102 int error; local
136 error = VNOP_BLOCKMAP(ref->vp, offset, filechunk, &blkno,
138 if (error) break;
153 error = do_ioctl(p1, p2, theIoctl, (caddr_t)&unmap);
154 // printf("DKIOCUNMAP(%d) 0x%qx, 0x%qx\n", error, extent.offset, extent.length);
161 error = do_ioctl(p1, p2, theIoctl, (caddr_t)&pin);
162 if (error && (ENOTTY != error))
165 error, pin.cp_extent.offset, pin.cp_extent.length);
168 else error
196 int error; local
507 int error; local
[all...]
H A Dproc_info.c256 int error = 0; local
260 if ((error = proc_security_policy(PROC_NULL, PROC_INFO_CALL_LISTPIDS, type, NO_CHECK_SAME_USER)))
261 return (error);
361 error = copyout((caddr_t)ptr, buffer, n * sizeof(int));
362 if (error == 0)
366 return(error);
381 int error = 0; local
419 error = copyout(kbuf, buffer, count * sizeof(struct proc_fdinfo));
421 if (error == 0)
423 return(error);
470 int error; local
738 int error = 0; local
782 int error = 0; local
811 int error = 0; local
844 int ret, error = 0; local
861 int ret, error = 0; local
894 int ret, error = 0; local
931 int ret, error = 0; local
997 int error = 0; local
1058 int vid, error; local
1096 int error = 0; local
1156 int error; local
1183 int error = ENOTSUP; local
1243 int error = ENOTSUP; local
1589 int error= 0; local
1610 int count, error= 0; local
1664 int error = 0; local
1691 int error = 0; local
1711 int error = 0; local
1728 int error = 0; local
1745 int error = 0; local
1761 int error = 0; local
1788 int error = ENOTSUP; local
1954 int error; local
2022 int error = ENOTSUP; local
2074 int error = 0; local
2122 int error = 0; local
2201 int error = 0; local
2309 int error = 0; local
2400 int error; local
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_form.c45 Dwarf_Bool * return_bool, Dwarf_Error * error)
50 _dwarf_error(NULL, error, DW_DLE_ATTR_NULL);
56 _dwarf_error(NULL, error, DW_DLE_ATTR_NO_CU_CONTEXT);
61 _dwarf_error(NULL, error, DW_DLE_ATTR_DBG_NULL);
74 Dwarf_Half * return_form, Dwarf_Error * error)
76 int res = dwarf_whatform(attr, return_form, error);
88 Dwarf_Half * return_form, Dwarf_Error * error)
93 _dwarf_error(NULL, error, DW_DLE_ATTR_NULL);
99 _dwarf_error(NULL, error, DW_DLE_ATTR_NO_CU_CONTEXT);
104 _dwarf_error(NULL, error, DW_DLE_ATTR_DBG_NUL
43 dwarf_hasform(Dwarf_Attribute attr, Dwarf_Half form, Dwarf_Bool * return_bool, Dwarf_Error * error) argument
73 dwarf_whatform_direct(Dwarf_Attribute attr, Dwarf_Half * return_form, Dwarf_Error * error) argument
87 dwarf_whatform(Dwarf_Attribute attr, Dwarf_Half * return_form, Dwarf_Error * error) argument
119 dwarf_whatattr(Dwarf_Attribute attr, Dwarf_Half * return_attr, Dwarf_Error * error) argument
161 dwarf_formref(Dwarf_Attribute attr, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
243 dwarf_global_formref(Dwarf_Attribute attr, Dwarf_Off * ret_offset, Dwarf_Error * error) argument
373 dwarf_formaddr(Dwarf_Attribute attr, Dwarf_Addr * return_addr, Dwarf_Error * error) argument
421 dwarf_formflag(Dwarf_Attribute attr, Dwarf_Bool* ret_bool, Dwarf_Error * error) argument
463 dwarf_formudata(Dwarf_Attribute attr, Dwarf_Unsigned * return_uval, Dwarf_Error * error) argument
539 dwarf_formsdata(Dwarf_Attribute attr, Dwarf_Signed * return_sval, Dwarf_Error * error) argument
614 dwarf_formblock(Dwarf_Attribute attr, Dwarf_Block ** return_block, Dwarf_Error * error) argument
703 dwarf_formstring(Dwarf_Attribute attr, char **return_str, Dwarf_Error * error) argument
[all...]
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_rq_2.c71 int error; local
80 error = smb2_rq_init_internal(rqp, obj, cmd, rq_len, SMBR_ALLOCED, context);
81 if (!error) {
82 /* On error, smb2_rq_init_internal will free the rqp */
86 return error;
222 int error = 0; local
283 error = ERPCMISMATCH;
334 * replies. Just skip sending the Echo request and return an error.
456 return error;
617 int error; local
781 int error = 0; local
802 int error; local
875 int error = 0, rperror = 0; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecSignVerifyTransform.h45 @param error A pointer to a CFErrorRef. This pointer will be set
46 if an error occurred. This value may be NULL if you
47 do not want an error returned.
50 it. This function will return NULL if an error
59 CFErrorRef* error
70 @param error A pointer to a CFErrorRef. This pointer will be set
71 if an error occurred. This value may be NULL if you
72 do not want an error returned.
75 it. This function will return NULL if an error
85 CFErrorRef* error
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSEngine.h53 SOSEngineRef SOSEngineCreate(SOSDataSourceRef dataSource, CFErrorRef *error);
56 SOSManifestRef SOSEngineCopyManifest(SOSEngineRef engine, CFErrorRef *error);
59 bool SOSEngineUpdateLocalManifest(SOSEngineRef engine, SOSDataSourceTransactionSource source, struct SOSDigestVector *removals, struct SOSDigestVector *additions, CFErrorRef *error);
68 CFDataRef SOSEnginePatchRecordAndCopyDigest(SOSEngineRef engine, SOSManifestRef base, SOSManifestRef removals, SOSManifestRef additions, CFErrorRef *error);
71 bool SOSEngineSetCoderData(SOSEngineRef engine, CFStringRef peer_id, CFDataRef data, CFErrorRef *error);
82 CFDataRef message, CFErrorRef *error);
90 CFDataRef SOSEngineCreateMessageToSyncToPeer(SOSEngineRef engine, CFStringRef peerID, SOSEnginePeerMessageSentBlock *sentBlock, CFErrorRef *error);
93 bool SOSEnginePeerDidConnect(SOSEngineRef engine, CFStringRef peerID, CFErrorRef *error);
H A DSOSTransportCoder.h13 enum SOSCoderUnwrapStatus SOSTransportMessageHandleCoderMessage(SOSTransportMessageRef transport, CFStringRef peer_id, CFDataRef codedMessage, CFDataRef *decodedMessage, CFErrorRef *error);
15 bool SOSTransportMessageSavePeerCoderData(SOSTransportMessageRef transport, SOSCoderRef coder, CFStringRef peer_id, CFErrorRef *error);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecECKeyPriv.h38 bool SecECDoWithFullKey(SecKeyRef key, CFErrorRef* error,void (^action)(ccec_full_ctx_t full_key));
39 bool SecECDoWithPubKey(SecKeyRef key, CFErrorRef* error, void (^action)(ccec_pub_ctx_t pub_key));
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dder_data.c36 CFMutableDataRef* data, CFErrorRef *error,
46 SecCFDERCreateError(kSecDERErrorUnknownEncoding, CFSTR("Unknown data encoding"), NULL, error);
53 SecCFDERCreateError(kSecDERErrorAllocationFailure, CFSTR("Failed to create data"), NULL, error);
64 CFDataRef* data, CFErrorRef *error,
74 SecCFDERCreateError(kSecDERErrorUnknownEncoding, CFSTR("Unknown data encoding"), NULL, error);
81 SecCFDERCreateError(kSecDERErrorAllocationFailure, CFSTR("Failed to create data"), NULL, error);
89 size_t der_sizeof_data(CFDataRef data, CFErrorRef *error) argument
95 uint8_t* der_encode_data(CFDataRef data, CFErrorRef *error, argument
35 der_decode_data_mutable(CFAllocatorRef allocator, CFOptionFlags mutability, CFMutableDataRef* data, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
63 der_decode_data(CFAllocatorRef allocator, CFOptionFlags mutability, CFDataRef* data, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dder_data.c36 CFMutableDataRef* data, CFErrorRef *error,
46 SecCFDERCreateError(kSecDERErrorUnknownEncoding, CFSTR("Unknown data encoding"), NULL, error);
53 SecCFDERCreateError(kSecDERErrorAllocationFailure, CFSTR("Failed to create data"), NULL, error);
64 CFDataRef* data, CFErrorRef *error,
74 SecCFDERCreateError(kSecDERErrorUnknownEncoding, CFSTR("Unknown data encoding"), NULL, error);
81 SecCFDERCreateError(kSecDERErrorAllocationFailure, CFSTR("Failed to create data"), NULL, error);
89 size_t der_sizeof_data(CFDataRef data, CFErrorRef *error) argument
95 uint8_t* der_encode_data(CFDataRef data, CFErrorRef *error, argument
35 der_decode_data_mutable(CFAllocatorRef allocator, CFOptionFlags mutability, CFMutableDataRef* data, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
63 der_decode_data(CFAllocatorRef allocator, CFOptionFlags mutability, CFDataRef* data, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/emptySubject/
H A DemptySubject.scr19 error = CSSMERR_TP_VERIFY_ACTION_FAILED
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Derror.h1 /* Declaration for error-reporting function
49 extern void error (int status, int errnum, const char *format, ...)
56 /* If NULL, error will flush stdout, then print on stderr the program
57 name, a colon and a space. Otherwise, error will call this
62 void error ();
67 /* This variable is incremented each time `error' is called. */
70 /* Sometimes we want to have at most one error per line. This
78 #endif /* error.h */
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dcloseout.c1 /* Close standard output and standard error, exiting with a diagnostic on error.
32 #include "error.h"
38 /* Set the file name to be reported in the event an error is detected
46 /* Close standard output. On error, issue a diagnostic and _exit
49 Also close standard error. On error, _exit with status 'exit_failure'.
74 char const *write_error = _("write error");
76 error (0, errno, "%s: %s", quotearg_colon (file_name),
79 error (
[all...]
/macosx-10.10.1/gpatch-3/patch/
H A Derror.h1 /* Declaration for error-reporting function
49 extern void error (int status, int errnum, const char *format, ...)
56 /* If NULL, error will flush stdout, then print on stderr the program
57 name, a colon and a space. Otherwise, error will call this
62 void error ();
67 /* This variable is incremented each time `error' is called. */
70 /* Sometimes we want to have at most one error per line. This
78 #endif /* error.h */
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dfsync.c32 #include <error.h>
H A Dlink.c32 #include <error.h>
/macosx-10.10.1/libresolv-57/
H A Dres_debug.h24 # define Aerror(statp, file, string, error, address) /*empty*/
25 # define Perror(statp, file, string, error) /*empty*/
/macosx-10.10.1/swig-12/Lib/r/
H A Dexception.i6 %block(switch (code) {case SWIG_IndexError: return Rf_ScalarLogical(NA_LOGICAL); default: %error(code, msg); SWIG_fail;} ))
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dall23 error "ERROR: execute test suite in \"tests\" directory"
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_sysv_shm.c133 int error; local
141 return(error);
148 int error; local
156 return(error);
162 int error; local
169 return(error);
176 int error; local
184 return(error);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c145 * while (!done && !error) {
173 int error; local
211 error = lookup_handle_found_vnode(ndp, &ndp->ni_cnd, rdonly, vbusyflags,
213 if (error)
246 error = copyinstr(ndp->ni_dirp, cnp->cn_pnbuf,
249 error = copystr(CAST_DOWN(void *, ndp->ni_dirp), cnp->cn_pnbuf,
252 if (error == ENAMETOOLONG && !(cnp->cn_flags & HASBUF)) {
255 error = ENOMEM;
264 if (error)
297 * We only error ou
467 int error; local
533 int error; local
622 int error; local
805 int error = 0; local
916 int error = 0; local
1224 int error = 0; local
1314 int error = 0; local
1410 int error; local
1524 int error = 0; local
1745 int error; local
1788 int error; local
1842 lookup_compound_vnop_post_hook(int error, vnode_t dvp, vnode_t vp, struct nameidata *ndp, int did_create) argument
[all...]

Completed in 710 milliseconds

<<11121314151617181920>>