Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h41 kIONotifyOnce = 0x00000001, enumerator
H A DIOService.cpp6076 if ((kIONotifyOnce & options) && (ctx->done == ctx->count)) { in instanceMatch()
6115 if (options & kIONotifyOnce) { in copyExistingServices()
6141 if (((!(options & kIONotifyOnce) || !ctx.result)) in copyExistingServices()
6153 if (options & kIONotifyOnce) { in copyExistingServices()
6184 if (options & kIONotifyOnce) { in copyExistingServices()
6221 if (current && (0 == (options & (kIONotifyOnce | kIOServiceExistingSet)))) { in copyExistingServices()
6256 kIOServiceMatchedState, kIONotifyOnce ); in copyMatchingService()
6621 kIOServiceMatchedState, kIONotifyOnce ); in waitForMatchingServiceWithToken()