Searched refs:kSuccess (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMDataUser.h30 #define kSuccess 0 macro
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c162 if (DTGetProperty(child, "name", (void **)&str, &dummy) != kSuccess) {
226 return(kSuccess);
234 if (find_entry(propName, propValue, entryH) == kSuccess)
235 return(kSuccess);
260 return kSuccess;
270 return kSuccess;
304 return kSuccess;
318 return kSuccess;
341 return kSuccess;
362 return kSuccess;
[all...]
H A Dbootargs.c316 if (kSuccess == DTLookupEntry(NULL, "/defaults", &dte)) {
321 if (kSuccess != DTGetProperty(dte, property_name, (void **)&property_data, &property_size))
H A Dpe_gen.c75 if ((DTLookupEntry(NULL, "/chosen", &entryP) == kSuccess)
77 (void **)&dt_random_seed, &size) == kSuccess)) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h52 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_init.c130 if( kSuccess == DTLookupEntry(NULL, "/chosen/memory-map", &entry)) {
131 if( kSuccess == DTGetProperty(entry, "BootCLUT", (void **) &map, &size)) {
138 if( kSuccess == DTGetProperty(entry, "Pict-FailedBoot", (void **) &map, &size)) {
148 if( kSuccess == DTGetProperty(entry, "FailedCLUT", (void **) &map, &size)) {
152 if( kSuccess == DTGetProperty(entry, "FailedImage", (void **) &map, &size)) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-test-part.cc61 << (result.type() == TestPartResult::kSuccess ? "Success" :
H A Dgtest.cc2473 case TestPartResult::kSuccess:
2754 if (result.type() == TestPartResult::kSuccess)
3750 if (result_type != TestPartResult::kSuccess) {
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/
H A Ddevice_tree.h81 kSuccess = 1 enumerator in enum:__anon15325
135 Returns: kSuccess = entry was found. Entry is in entryH.
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dtsc.c107 if (DTLookupEntry(0, "/efi/platform", &entry) != kSuccess) {
111 if (DTGetProperty(entry,FSB_Frequency_prop,&value,&size) != kSuccess) {
131 if (DTGetProperty(entry,TSC_at_boot_prop,&value,&size) == kSuccess) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp145 freeDT = (kSuccess == DTLookupEntry( 0, "/chosen/memory-map", &mapEntry ))
146 && (kSuccess == DTGetProperty( mapEntry,
160 while( kSuccess == DTIterateEntries( iter, &dtChild) ) {
167 if( kSuccess == DTEnterEntry( iter, dtChild)) {
176 && (kSuccess == DTExitEntry( iter, &dtChild)));
345 (kSuccess == DTCreatePropertyIterator( dtEntry, &dtIter))) {
349 while( kSuccess == DTIterateProperties( dtIter, &name)) {
351 if( kSuccess != DTGetProperty( dtEntry, name, &prop, &propSize ))
H A DIOHibernateIO.cpp2029 if (kSuccess != DTGetProperty(child, "name", (void **) &nameProp, &propLen))
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1125 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp4754 output->status = kSuccess;
4766 output->status = kSuccess;

Completed in 125 milliseconds