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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMAController.cpp86 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous));
H A DIOService.cpp549 if ( options & kIOServiceAsynchronous )
581 } else if( !sync || (kIOServiceAsynchronous & options)) {
653 service->startMatching(kIOServiceAsynchronous);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h84 kIOServiceAsynchronous = 0x00000008 enumerator in enum:__anon472

Completed in 36 milliseconds