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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h70 kIOServiceNotifyEnable = 0x00000001, enumerator in enum:__anon797
H A DIOService.cpp1519 willNotify = (0 != (kIOServiceNotifyEnable & notify->state));
1682 notify->state = kIOServiceNotifyEnable;
1786 state &= ~kIOServiceNotifyEnable;
1801 ret = (0 != (kIOServiceNotifyEnable & state));
1802 state &= ~kIOServiceNotifyEnable;
1815 state |= kIOServiceNotifyEnable;
1817 state &= ~kIOServiceNotifyEnable;
2873 willNotify = (0 != (kIOServiceNotifyEnable & notify->state));
3434 && (kIOServiceNotifyEnable & notify->state))
4093 notify->state = kIOServiceNotifyEnable;
[all...]

Completed in 32 milliseconds