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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h72 kIOServiceNotifyEnable = 0x00000001, enumerator in enum:__anon773
H A DIOService.cpp1381 willNotify = (0 != (kIOServiceNotifyEnable & notify->state));
1525 notify->state = kIOServiceNotifyEnable;
1628 state &= ~kIOServiceNotifyEnable;
1643 ret = (0 != (kIOServiceNotifyEnable & state));
1644 state &= ~kIOServiceNotifyEnable;
1657 state |= kIOServiceNotifyEnable;
1659 state &= ~kIOServiceNotifyEnable;
2572 willNotify = (0 != (kIOServiceNotifyEnable & notify->state));
3131 && (kIOServiceNotifyEnable & notify->state))
3787 notify->state = kIOServiceNotifyEnable;
[all...]

Completed in 44 milliseconds