Searched refs:kIONotifyOnce (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h41 kIONotifyOnce = 0x00000001, enumerator in enum:__anon795
H A DIOService.cpp3850 if ((kIONotifyOnce & options) && (ctx->done == ctx->count))
3894 if( options & kIONotifyOnce)
3937 if( options & kIONotifyOnce)
3973 if( options & kIONotifyOnce) {
4009 if( current && (0 == (options & (kIONotifyOnce | kIOServiceExistingSet)))) {
4042 kIOServiceMatchedState, kIONotifyOnce );
4282 kIOServiceMatchedState, kIONotifyOnce );

Completed in 31 milliseconds