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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h73 kIOServiceNotifyWaiter = 0x00000002 enumerator in enum:__anon773
H A DIOService.cpp1397 if( kIOServiceNotifyWaiter & notify->state) {
1398 notify->state &= ~kIOServiceNotifyWaiter;
1605 state |= kIOServiceNotifyWaiter;
2587 if( kIOServiceNotifyWaiter & notify->state) {
2588 notify->state &= ~kIOServiceNotifyWaiter;
4232 state |= kIOServiceNotifyWaiter;

Completed in 32 milliseconds