Searched refs:kIOServiceAsynchronous (Results 1 – 4 of 4) sorted by relevance
109 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous)); in registerDMAController()
1102 if (options & kIOServiceAsynchronous) { in startMatching()1137 } else if (!sync || (kIOServiceAsynchronous & options)) { in startMatching()1194 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in startDeferredMatches()1262 service->startMatching(kIOServiceAsynchronous); in catalogNewDrivers()4555 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in matchingEnd()
390 registerService(kIOServiceAsynchronous); in RegisterService_Impl()5535 service->registerService(kIOServiceAsynchronous | kIOServiceDextRequirePowerForMatching); in serviceStarted()
105 kIOServiceAsynchronous = 0x00000008, enumerator