Lines Matching refs:kIOServiceNotifyEnable
2109 willNotify = (0 != (kIOServiceNotifyEnable & notify->state)); in messageClient()
2319 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()
3789 willNotify = (0 != (kIOServiceNotifyEnable & notify->state)); in invokeNotifier()
5391 && (kIOServiceNotifyEnable & notify->state)) { in doServiceMatch()
6309 notify->state = kIOServiceNotifyEnable; in setNotification()
6723 && (kIOServiceNotifyEnable & notify->state)) { in copyNotifiers()
7067 state &= ~kIOServiceNotifyEnable; in remove()
7083 ret = (0 != (kIOServiceNotifyEnable & state)); in disable()
7084 state &= ~kIOServiceNotifyEnable; in disable()
7099 state |= kIOServiceNotifyEnable; in enable()
7101 state &= ~kIOServiceNotifyEnable; in enable()