Searched refs:kIOServiceSynchronous (Results 1 - 5 of 5) 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 DIOCatalogue.cpp1307 if ( !service->terminate(kIOServiceRequired|kIOServiceSynchronous) ) {
H A DIOService.cpp545 sync = (options & kIOServiceSynchronous)
1738 if( (options & kIOServiceSynchronous)
1766 TLOG("%s::terminate(kIOServiceSynchronous) timeout", getName());
1775 // ! kIOServiceSynchronous
H A DIOUserClient.cpp3809 | kIOServiceSynchronous) ) {
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h82 kIOServiceSynchronous = 0x00000002, enumerator in enum:__anon472
449 @param options The default zero options mask is recommended and should be used in most cases. The registration process is usually asynchronous, with possible driver probing and notification occurring some time later. <code>kIOServiceSynchronous</code> may be passed to carry out the matching and notification process for currently registered clients before returning to the caller. */
540 @param options In most cases no options are needed. <code>kIOServiceSynchronous</code> may be passed to cause <code>terminate</code> to not return until the service is finalized. */

Completed in 47 milliseconds