Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h84 kIOServiceNotifyEnable = 0x00000001, enumerator
H A DIOService.cpp2319 notify->state = kIOServiceNotifyEnable; in registerInterestForNotifier()
2455 state &= ~kIOServiceNotifyEnable; in remove()
2471 ret = (0 != (kIOServiceNotifyEnable & state)); in disable()
2472 state &= ~kIOServiceNotifyEnable; in disable()
2487 state |= kIOServiceNotifyEnable; in enable()
2489 state &= ~kIOServiceNotifyEnable; in enable()
6309 notify->state = kIOServiceNotifyEnable; in setNotification()
7067 state &= ~kIOServiceNotifyEnable; in remove()
7084 state &= ~kIOServiceNotifyEnable; in disable()
7099 state |= kIOServiceNotifyEnable; in enable()
[all …]