Searched refs:kIOServiceAsynchronous (Results 1 – 4 of 4) sorted by relevance
109 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous)); in registerDMAController()
1094 if (options & kIOServiceAsynchronous) { in startMatching()1129 } else if (!sync || (kIOServiceAsynchronous & options)) { in startMatching()1186 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in startDeferredMatches()1254 service->startMatching(kIOServiceAsynchronous); in catalogNewDrivers()4510 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in matchingEnd()
389 registerService(kIOServiceAsynchronous); in RegisterService_Impl()5494 service->registerService(kIOServiceAsynchronous | kIOServiceDextRequirePowerForMatching); in serviceStarted()
105 kIOServiceAsynchronous = 0x00000008, enumerator