Searched refs:rtn (Results 1 - 25 of 224) sorted by path

123456789

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp406 IOReturn rtn; local
439 rtn = kIOReturnSuccess;
440 fCDCDriver = findCDCDriverAC(this, &rtn);
446 if (rtn == kIOReturnNotReady)
744 IOReturn rtn = kIOReturnSuccess; local
754 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
755 if (rtn == kIOReturnSuccess)
764 XTRACE(this, 0, rtn, "dataAcquired - Reading the interrupt pipe failed");
1027 IOReturn rtn = kIOReturnSuccess; local
1033 rtn
1200 IOReturn rtn = kIOReturnSuccess; local
1286 IOReturn rtn; local
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1086 IOReturn rtn; local
1144 rtn = kIOReturnSuccess;
1145 fCDCDriver = findCDCDriverAD(this, fPort.DataInterfaceNumber, &rtn);
1151 if (rtn == kIOReturnNotReady)
1927 IOReturn rtn = kIOReturnSuccess; local
1955 rtn = watchStateGated(&busyState, &mask);
1956 if ((rtn == kIOReturnIOError) || (rtn == kIOReturnSuccess))
1962 return rtn;
1976 rtn
3262 IOReturn rtn = kIOReturnSuccess; local
3401 IOReturn rtn = kIOReturnSuccess; local
3711 IOReturn rtn = kIOReturnSuccess; local
4308 IOReturn rtn; local
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1262 IOReturn rtn = kIOReturnSuccess; local
1287 rtn = watchStateGated(&busyState, &mask);
1288 if ((rtn == kIOReturnIOError) || (rtn == kIOReturnSuccess))
1294 return rtn;
2397 IOReturn rtn = kIOReturnSuccess; local
2428 rtn = watchStateGated(&state, &mask);
2429 if (rtn != kIOReturnSuccess)
2431 XTRACE(this, 0, rtn, "enqueueDataGated - interrupted");
2432 return rtn;
2536 IOReturn rtn = kIOReturnSuccess; local
2965 IOReturn rtn; local
3196 IOReturn rtn; local
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp490 IOReturn rtn; local
524 rtn = kIOReturnSuccess;
525 fCDCDriver = findCDCDriverEC(this, &rtn);
531 if (rtn == kIOReturnNotReady)
815 IOReturn rtn = kIOReturnSuccess; local
827 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
838 if (rtn == kIOReturnSuccess)
854 XTRACE(this, 0, rtn, "dataAcquired - Reading the interrupt pipe failed");
1204 IOReturn rtn = kIOReturnSuccess; local
1210 rtn
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1310 IOReturn rtn = kIOReturnSuccess; local
1327 rtn = super::getPacketFilters(group, filters);
1331 if (rtn != kIOReturnSuccess)
1333 XTRACE(this, 0, rtn, "getPacketFilters - failed");
1336 return rtn;
1355 IOReturn rtn = kIOReturnSuccess; local
1366 rtn = kIOReturnIOError; // If we don't have a control driver by now we're in trouble...
1370 return rtn;
1827 IOReturn rtn = kIOReturnSuccess; local
1865 rtn
2361 IOReturn rtn = kIOReturnSuccess; local
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1125 IOReturn rtn = kIOReturnSuccess; local
1142 rtn = super::getPacketFilters(group, filters);
1146 if (rtn != kIOReturnSuccess)
1148 XTRACE(this, 0, rtn, "getPacketFilters - failed");
1151 return rtn;
1471 IOReturn rtn = kIOReturnSuccess; local
1494 rtn = fInPipe->Read(fPipeInBuff[i].pipeInMDP, &fPipeInBuff[i].readCompletionInfo, NULL);
1495 if (rtn == kIOReturnSuccess)
1499 XTRACE(this, i, rtn, "wakeUp - Read failed");
2020 IOReturn rtn local
2099 IOReturn rtn = kIOReturnSuccess; local
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1761 IOReturn rtn;
1770 rtn = fpInterruptPipe->Read(fpinterruptPipeMDP, &finterruptCompletionInfo, NULL );
1773 rtn = fpInPipe->Read(fpPipeInMDP, 1000, 1000, &fReadCompletionInfo, NULL );
1775 require(rtn == kIOReturnSuccess, Fail);
2256 IOReturn rtn = kIOReturnSuccess;
2282 rtn = watchState( &busyState, PD_S_ACQUIRED, refCon );
2283 if ( (rtn == kIOReturnIOError) || (rtn == kIOReturnSuccess) )
2288 return rtn;
2310 return rtn;
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp266 IOReturn rtn = kIOReturnSuccess; local
270 rtn = fDriver->SetIrDAUserClientState(state);
271 return rtn;
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymRegression.c383 int rtn = 0;
451 return rtn;
485 int rtn = 0;
676 rtn = 1;
692 if(rtn) {
700 ok(rtn == 0, "ccSymTest");
707 if((rtn == 0) && !quiet) {
711 return rtn;
H A DCommonHMacClone.c100 int rtn = 1;
205 rtn = 0;
208 rtn = 1;
212 return rtn;
240 int rtn = 0;
323 if((rtn != 0) && verbose) {
326 return rtn;
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOKitLib.c1660 kern_return_t rtn; local
1693 rtn = io_connect_method_var_output(
1705 return (rtn);
1718 rtn = io_connect_method(connection, selector,
1733 return rtn;
1752 kern_return_t rtn; local
1791 rtn = io_connect_async_method(connection, wakePort,
1808 return rtn;
2932 kern_return_t rtn = io_connect_method_scalarI_scalarO(connection, selector, local
2934 inputCnt = (rtn
2992 kern_return_t rtn = io_async_method_scalarI_scalarO( local
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/adb.subproj/
H A DIOADBLib.c108 kern_return_t rtn = IOConnectCallMethod(fb, kADBReadDevice, local
114 return rtn;
/macosx-10.10.1/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLib.c83 uint64_t rtn = 0; local
86 inData, arrayCnt(inData), &rtn, &len);
91 return (IOReturn) rtn;
97 uint64_t rtn = 0; local
100 NULL, 0, &rtn, &len);
105 return (IOReturn) rtn;
111 uint64_t rtn = 0; local
136 &rtn, /* outputStruct */
144 return (IOReturn) rtn;
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1510 IOReturn rtn = me->sessionExecuteEvent(sp, PD_E_DATA_RATE, speed << 1);
1511 debug(CONTROL, "IOSSIOSPEED_32 session execute return: 0x%x", rtn);
1512 if (kIOReturnSuccess != rtn) {
1513 error = (kIOReturnBadArgument == rtn)? EINVAL : EDEVERR;
1547 IOReturn rtn;
1571 rtn = me->sessionSetState(sp, PD_S_TX_EVENT, PD_S_TX_EVENT);
1572 assert(!rtn || rtn == kIOReturnOffline || rtn == kIOReturnNotOpen);
1631 IOReturn rtn
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/
H A Dkerberos.c42 int rtn; local
64 rtn = LUTIL_PASSWD_ERR;
171 rtn = ret ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK;
204 return rtn;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_posix.c138 int rtn; local
163 rtn = pthread_create( thread, attr, start_routine, arg );
165 rtn = pthread_create( thread, &attr, start_routine, arg );
178 if ( rtn < 0 ) rtn = errno;
180 return rtn;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dad.c164 int rtn = LDAP_UNDEFINED_TYPE; local
182 return rtn;
188 return rtn;
206 return rtn;
211 return rtn;
228 return rtn;
236 return rtn;
242 return rtn;
258 return rtn;
300 return rtn;
[all...]
H A Dfilterentry.c874 int rtn = LDAP_COMPARE_TRUE; /* True if empty */ local
883 rtn = rc;
889 rtn = rc;
893 Debug( LDAP_DEBUG_FILTER, "<= test_filter_and %d\n", rtn, 0, 0 );
895 return rtn;
905 int rtn = LDAP_COMPARE_FALSE; /* False if empty */ local
914 rtn = rc;
920 rtn = rc;
924 Debug( LDAP_DEBUG_FILTER, "<= test_filter_or %d\n", rtn, 0, 0 );
925 return rtn;
[all...]
H A Dsasl.c1175 int rtn; local
1198 rtn = LUTIL_PASSWD_ERR;
1208 rtn = ( sc != SASL_OK ) ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK;
1211 return rtn;
H A Dslapindex.c90 int rtn; local
96 rtn = be->be_entry_reindex( be, id, adv );
98 if( rtn != LDAP_SUCCESS ) {
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A DSecNssCoder.cpp111 void *rtn = PORT_ArenaAlloc(mPool, len); local
112 if(rtn == NULL) {
115 return rtn;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuCdsaUtils.cpp614 uint32 rtn = 0; local
618 rtn |= DER_Data->Data[i];
622 rtn <<= 8;
624 return rtn;
H A DcuFileIo.c39 int rtn; local
46 rtn = (int)lseek(fd, 0, SEEK_SET);
47 if(rtn < 0) {
50 rtn = (int)write(fd, bytes, (size_t)numBytes);
51 if(rtn != (int)numBytes) {
52 if(rtn >= 0) {
55 rtn = EIO;
58 rtn = 0;
61 return rtn;
72 int rtn; local
[all...]
H A DcuOidParser.cpp57 int rtn; local
69 rtn = fstat(fd, &sb);
70 if(rtn) {
76 rtn = ENOMEM;
79 rtn = (int)lseek(fd, 0, SEEK_SET);
80 if(rtn < 0) {
83 rtn = (int)read(fd, buf, (size_t)size);
84 if(rtn != (int)size) {
85 if(rtn >= 0) {
88 rtn
108 int rtn; local
[all...]
H A DcuTimeStr.cpp239 char *rtn; local
245 rtn = (char *)malloc(CSSM_TIME_STRLEN + 1);
246 rtn[0] = '\0';
265 strcpy(rtn, "20");
268 free(rtn);
273 strcpy(rtn, "19");
275 memmove(rtn + 2, inStr, len - 1); // don't copy the Z
279 memmove(rtn, inStr, len); // trivial case
282 memmove(rtn, inStr, len - 1); // don't copy the Z
286 free(rtn);
[all...]

Completed in 379 milliseconds

123456789