Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIODMAController.cpp109 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous)); in registerDMAController()
H A DIOService.cpp1091 if (options & kIOServiceAsynchronous) { in startMatching()
1126 } else if (!sync || (kIOServiceAsynchronous & options)) { in startMatching()
1177 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in startDeferredMatches()
1237 service->startMatching(kIOServiceAsynchronous); in catalogNewDrivers()
4453 ((IOService *)obj)->startMatching(kIOServiceAsynchronous); in matchingEnd()
H A DIOUserServer.cpp363 registerService(kIOServiceAsynchronous); in RegisterService_Impl()
/xnu-8019.80.24/iokit/IOKit/
H A DIOService.h105 kIOServiceAsynchronous = 0x00000008 enumerator