Searched refs:kIOServiceAsynchronous (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIODMAController.cpp93 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous));
H A DIOService.cpp718 if ( options & kIOServiceAsynchronous )
751 } else if( !sync || (kIOServiceAsynchronous & options)) {
825 service->startMatching(kIOServiceAsynchronous);
/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h90 kIOServiceAsynchronous = 0x00000008 enumerator in enum:__anon644

Completed in 81 milliseconds