Searched refs:theErr (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DKCExceptions.h67 inline void KCThrowIf_(OSStatus theErr) argument
70 if (theErr!=errSecSuccess)
71 MacOSError::throwMe(theErr);
74 inline void KCThrowIf_(bool test,OSStatus theErr) argument
78 MacOSError::throwMe(theErr);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKCExceptions.h67 inline void KCThrowIf_(OSStatus theErr) argument
70 if (theErr!=errSecSuccess)
71 MacOSError::throwMe(theErr);
74 inline void KCThrowIf_(bool test,OSStatus theErr) argument
78 MacOSError::throwMe(theErr);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKCExceptions.h67 inline void KCThrowIf_(OSStatus theErr) argument
70 if (theErr!=errSecSuccess)
71 MacOSError::throwMe(theErr);
74 inline void KCThrowIf_(bool test,OSStatus theErr) argument
78 MacOSError::throwMe(theErr);
/macosx-10.10.1/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp910 IOReturn theErr = cmd->setPacketCommand ( atapiCommandLength, ( UInt8 * ) cdb ); local
911 if ( theErr != kATANoErr )
914 STATUS_LOG ( ( "IOATAPIProtocolTransport::SendSCSICommand setPacketCommand returned error = %ld\n", theErr ) );
1356 IOReturn theErr = kIOReturnSuccess; local
1381 theErr = IdentifyAndConfigureATAPIDevice ( );
1383 if ( theErr != kIOReturnSuccess )
1386 STATUS_LOG ( ( "IOATAPIProtocolTransport::IdentifyAndConfigureATAPIDevice theErr = %ld\n", ( UInt32 ) theErr ) );
1712 IOReturn theErr = kIOReturnSuccess; local
1722 theErr
1869 IOReturn theErr = kIOReturnSuccess; local
1983 IOReturn theErr = kIOReturnSuccess; local
2045 IOReturn theErr = kIOReturnSuccess; local
2122 IOReturn theErr = kIOReturnSuccess; local
2272 IOReturn theErr = kIOReturnSuccess; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.c260 int theErr = errno; local
262 if(theErr == EADDRINUSE) {
384 int theErr = errno; local
385 switch(theErr) {
409 (unsigned)bytesToGo, theErr, (int)rrtn));
483 int theErr = errno; local
484 switch(theErr) {
491 (unsigned)(dataLen - bytesSent), theErr));
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DioSock.c233 int theErr = errno; local
235 if(theErr == EADDRINUSE) {
357 int theErr = errno; local
358 switch(theErr) {
382 (unsigned)bytesToGo, theErr, (int)rrtn));
456 int theErr = errno; local
457 switch(theErr) {
469 (unsigned)(dataLen - bytesSent), theErr));
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXHLEvents.c516 OSStatus theErr;
528 theErr = AEGetParamDesc(event, keyDirectObject, typeWildCard,
530 if (theErr != noErr) {
532 (int)theErr);
533 theErr = AEPutParamPtr(reply, keyErrorString, typeChar, errString,
543 theErr = -1771;
552 theErr = AEGetParamPtr(event, keyDirectObject, typeFSRef, NULL, &file,
554 if (theErr == noErr) {
557 theErr = FSRefToDString(&file, &scriptName);
558 if (theErr
507 OSStatus theErr; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXHLEvents.c490 OSStatus theErr;
501 theErr = AEGetParamDesc(event, keyDirectObject, typeWildCard,
503 if (theErr != noErr) {
505 (int)theErr);
506 theErr = AEPutParamPtr(reply, keyErrorString, typeChar, errString,
512 theErr = -1771;
521 theErr = AEGetParamPtr(event, keyDirectObject, typeFSRef, NULL,
523 if (theErr == noErr) {
526 theErr = FSRefToDString(&file, &scriptName);
527 if (theErr
481 OSStatus theErr; local
[all...]
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DioSock.c240 int theErr = errno; local
242 if(theErr == EADDRINUSE) {
363 int theErr = errno; local
364 switch(theErr) {
388 (unsigned)bytesToGo, theErr, (int)rrtn));
462 int theErr = errno; local
463 switch(theErr) {
470 (unsigned)(dataLen - bytesSent), theErr));
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVFamily.c343 OSStatus theErr = noErr; local
352 return( theErr );
368 theErr = (*dev->fDevice->fAVCInterface)->AVCCommand(dev->fDevice->fAVCInterface,
371 if(theErr) {
372 //syslog(LOG_INFO, "DVGetDeviceStandard(), err 0x%x\n", theErr);
373 if(theErr == kIOReturnTimeout) {
377 return theErr;
392 return( theErr );
401 return( theErr );
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/dtlsEcho/
H A DdtlsEchoClient.c95 int theErr = errno; local
96 switch(theErr) {
152 int theErr = errno; local
153 switch(theErr) {
H A DdtlsEchoServer.c89 int theErr = errno; local
90 switch(theErr) {
148 int theErr = errno; local
149 switch(theErr) {
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageUFISubclass.cpp1883 IOReturn theErr; local
1890 theErr = IssueRead( buffer, startBlock, blockCount );
1894 theErr = IssueWrite( buffer, startBlock, blockCount );
1900 theErr = kIOReturnBadArgument;
1904 return theErr;
1925 IOReturn theErr; local
1933 theErr = kIOReturnSuccess;
1940 theErr = kIOReturnSuccess;
1947 theErr = kIOReturnBadArgument;
1951 return theErr;
1994 IOReturn theErr = kIOReturnSuccess; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsmthred.cpp1027 UnicodeString theErr; local
1082 if(tests[i].getError(theErr)) {
1083 dataerrln(UnicodeString("#") + i + ": " + theErr); local
1353 UnicodeString theErr; local
1354 if(tests[i].getError(theErr))
1357 errln(UnicodeString("#") + i + ": " + theErr); local
1482 UnicodeString theErr; local
1483 if(tests[i]->getError(theErr))
1486 errln(UnicodeString("#") + i + ": " + theErr); local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-47-falsestart.c171 int theErr = errno; local
172 switch(theErr) {
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c929 OSErr theErr = noErr; local
945 theErr = DVCDoAVCTransaction( (DVDriverID) connID, &transactionParams );
957 return( theErr );
963 return( theErr );
H A DDVIsochComponent.MacOS92289 OSErr theErr = noErr;
2310 theErr = setupAVCTransaction( clientID, &transactionParams );
2311 FailWithVal( theErr != noErr, Exit, theErr);
2337 if (theErr != noErr)
2340 theErr = noErr;
2343 return theErr;
/macosx-10.10.1/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dst_test.c268 int theErr = errno; local
269 switch(theErr) {
329 int theErr = errno; local
330 switch(theErr) {
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dcurl_darwinssl.c133 int theErr; local
142 theErr = errno;
148 switch(theErr) {
194 int theErr; local
206 theErr = errno;
207 if(theErr == EAGAIN) {
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEAddress.c360 OSErr theErr = noErr;
362 theErr = SetFrontProcess(thePSNp);
364 if (theErr == noErr) {
370 Tcl_MacOSError(interp, theErr),
359 OSErr theErr = noErr; local

Completed in 509 milliseconds