Searched refs:cerror (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A DSYS.h38 * SC PC + 4: Error (typically branch to cerror())
91 #define UNIX_SYSCALL_NONAME(name, nargs, cerror) \
95 BRANCH_EXTERN(tramp_##cerror) ;\
98 #define UNIX_SYSCALL_NONAME(name, nargs, cerror) \
102 BRANCH_EXTERN(tramp_##cerror) ;\
114 #define PSEUDO(pseudo, name, nargs, cerror) \
116 UNIX_SYSCALL_NONAME(name, nargs, cerror)
122 #define __SYSCALL2(pseudo, name, nargs, cerror) \
123 PSEUDO(pseudo, name, nargs, cerror) ;\
127 PSEUDO(pseudo, name, nargs, cerror) ;\
[all...]
H A D__ptrace.s39 UNIX_SYSCALL_NONAME(ptrace, 4, cerror)
50 UNIX_SYSCALL_NONAME(ptrace, 4, cerror)
H A Derrno.c35 * cerror takes the return value of the syscall, being non-zero, and
75 cerror(int err) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafePKCS1.cpp71 catch(const CssmError &cerror) {
72 CSSM_RETURN crtn = cerror.cssmError();
122 catch(const CssmError &cerror) {
123 CSSM_RETURN crtn = cerror.cssmError();
H A Dpkcs8.cpp94 catch(const CssmError &cerror) {
102 if((cerror.error == CSSMERR_CSP_INVALID_KEY) &&
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Tool/
H A Dkeychain_sync.c74 SOSCloudKeychainClearAll(processQueue, ^(CFDictionaryRef returnedValues, CFErrorRef cerror)
76 result = (cerror != NULL);
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_security.c676 int cerror; local
684 cerror = smbfs_tmpclose(share, np, fid, context);
685 if (cerror) {
687 cerror, fid, np->n_name);
H A Dsmbfs_smb.c2361 int error, cerror; local
2433 cerror = smbfs_tmpclose(share, np, fid, context);
2434 if (cerror) {
2435 SMBWARNING("error %d closing fid %llx\n", cerror, fid);
2462 int error, cerror; local
2638 cerror = smbfs_smb_markfordelete(share, fid, context);
2639 if (cerror) {
2650 cerror = smbfs_tmpclose(share, np, fid, context);
2651 if (cerror) {
2652 SMBWARNING("error %d closing fid %llx\n", cerror, fi
[all...]
H A Dsmbfs_node.c269 int error, cerror; local
304 cerror = smbfs_tmpclose(share, np, fid, context);
305 if (cerror) {
306 SMBWARNING_LOCK(np, "error %d closing fid %llx file %s\n", cerror, fid, np->n_name);
H A Dsmbfs_vnops.c2298 int error = 0, cerror, modified = 0; local
2771 cerror = smbfs_tmpclose(share, np, fid, context);
2772 if (cerror) {
2775 cerror, fid, np->n_name);
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSOSCloudCircleServer.c330 SOSCloudKeychainClearAll(processQueue, ^(CFDictionaryRef returnedValues, CFErrorRef cerror)
332 result = (cerror != NULL);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSSession.cpp1136 catch(const CssmError &cerror) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlisp.vim200 syn keyword lispFunc cerror lisp-implementation-type simple-bit-vector

Completed in 174 milliseconds