Home
last modified time | relevance | path

Searched refs:kIOServiceAsynchronous (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIODMAController.cpp109 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous)); in registerDMAController()
H A DIOService.cpp1094 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()
H A DIOUserServer.cpp389 registerService(kIOServiceAsynchronous); in RegisterService_Impl()
5494 service->registerService(kIOServiceAsynchronous | kIOServiceDextRequirePowerForMatching); in serviceStarted()
/xnu-8796.121.2/iokit/IOKit/
H A DIOService.h105 kIOServiceAsynchronous = 0x00000008, enumerator