Searched refs:kIOServiceAsynchronous (Results 1 – 4 of 4) sorted by relevance
109 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous)); in registerDMAController()
1120 if (options & kIOServiceAsynchronous) { in startMatching()1155 } else if (!sync || (kIOServiceAsynchronous & options)) { in startMatching()1212 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in startDeferredMatches()1280 service->startMatching(kIOServiceAsynchronous); in catalogNewDrivers()4591 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in matchingEnd()
397 registerService(kIOServiceAsynchronous); in RegisterService_Impl()5651 service->registerService(kIOServiceAsynchronous | kIOServiceDextRequirePowerForMatching); in serviceStarted()
105 kIOServiceAsynchronous = 0x00000008, enumerator