Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp2104 bool willNotify; in messageClient() local
2109 willNotify = (0 != (kIOServiceNotifyEnable & notify->state)); in messageClient()
2111 if (willNotify) { in messageClient()
2117 if (willNotify) { in messageClient()
3776 bool willNotify; in invokeNotifier() local
3789 willNotify = (0 != (kIOServiceNotifyEnable & notify->state)); in invokeNotifier()
3791 if (willNotify) { in invokeNotifier()
3797 if (willNotify) { in invokeNotifier()