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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h41 kIONotifyOnce = 0x00000001, enumerator in enum:__anon770
H A DIOService.cpp3545 if ((kIONotifyOnce & options) && (ctx->done == ctx->count))
3589 if( options & kIONotifyOnce)
3632 if( options & kIONotifyOnce)
3668 if( options & kIONotifyOnce) {
3703 if( current && (0 == (options & (kIONotifyOnce | kIOServiceExistingSet)))) {
3736 kIOServiceMatchedState, kIONotifyOnce );
3976 kIOServiceMatchedState, kIONotifyOnce );

Completed in 30 milliseconds