Searched refs:myResult (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/bsddev/
H A DDINetBootHook.cpp147 OSNumber * myResult = 0; local
176 myResult = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageResultKey));
178 if (myResult)
179 res = myResult->unsigned32BitValue();
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecTransform.cpp331 __block CFTypeRef myResult = NULL; local
344 if (NULL != myResult)
346 CFRelease(myResult);
347 myResult = NULL;
353 myResult = message;
354 CFRetain(myResult);
375 return myResult;
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c1391 OSErr myResult; local
1424 myResult = AECreateDesc(typeApplicationBundleID,
1429 if (myResult == noErr) {
1430 myResult = AECreateDesc(typeFileURL,
1435 if (myResult == noErr) {
1436 myResult = AECreateList(NULL, 0, false, &myParmList);
1438 if (myResult == noErr) {
1441 if (myResult == noErr) {
1442 myResult = AECreateAppleEvent(kAEMiscStandards,
1449 if (myResult
2110 Boolean myResult = false; local
[all...]
H A Dkextcache_main.c1035 int myResult; local
1071 myResult = gettimeofday(&currenttime, NULL);
1072 if (myResult < 0) {
1093 myResult = select(systemLoadAdvisoryFileDescriptor + 1,
1095 if (myResult < 0) {
1101 myResult = gettimeofday(&currenttime, NULL);
1102 if (myResult < 0) {
1115 myResult = (int)read(systemLoadAdvisoryFileDescriptor,
1117 if (myResult < 0) {
2198 Boolean myResult local
2244 static Boolean myResult = true; local
[all...]
H A Dkextd_request.c515 OSReturn myResult = kOSReturnSuccess; local
525 myResult = kOSKextReturnNotLoadable; // see 13024670
544 else if (myResult == kOSKextReturnNotLoadable) {
564 if (myResult != kOSReturnSuccess) {
H A Dsecurity.c1397 Boolean myResult = false; local
1403 myResult = true;
1407 return(myResult);
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c570 int myResult; local
576 myResult = 0; /* default to "no access" */
579 myResult = 1; /* allow access */
608 myResult = 0;
616 myResult = 0;
623 myResult = 0;
654 myResult = 1; /* allow access */
661 return ( myResult );
H A Dhfs_readwrite.c1110 int myResult; local
1122 myResult = 0; /* default to "no access" */
1140 myResult = (myErr == 0) ? 1 : 0;
1175 myResult = 1;
1186 myResult = 0;
1202 myResult = 0;
1216 myResult = 0;
1227 myResult = 1;
1235 myResult = 0;
1248 return (myResult);
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp9916 bool myResult = false; local
9921 return myResult;
9932 return myResult;
9942 myResult = true;
9955 return myResult;
9963 myResult = true;
10008 myResult = true;
10017 myResult = true;
10050 myResult = true;
10059 myResult
[all...]

Completed in 267 milliseconds