Searched refs:_IOServiceInterestNotifier (Results 1 – 4 of 4) sorted by relevance
120 class _IOServiceInterestNotifier : public IONotifier124 OSDeclareDefaultStructors(_IOServiceInterestNotifier);
2098 _IOServiceInterestNotifier * notify; in messageClient()2158 _IOServiceInterestNotifier * notify; in applyToInterestNotifiers()2241 _IOServiceInterestNotifier * notify = NULL; in registerInterest()2244 notify = new _IOServiceInterestNotifier; in registerInterest()2298 _IOServiceInterestNotifier *notify = NULL; in registerInterestForNotifier()2369 _IOServiceInterestNotifier * notify; in cleanInterestList()2411 _IOServiceInterestNotifier::wait() in wait()2433 _IOServiceInterestNotifier::free() in free()2445 _IOServiceInterestNotifier::remove() in remove()2465 _IOServiceInterestNotifier::disable() in disable()[all …]
6072 if (OSDynamicCast(_IOServiceInterestNotifier, object)) { in logAppTimeouts()6126 _IOServiceInterestNotifier * notifier; in logClientTimeouts()6128 if ((notifier = OSDynamicCast(_IOServiceInterestNotifier, object))) { in logClientTimeouts()6376 if (!OSDynamicCast(_IOServiceInterestNotifier, object)) { in pmTellAppWithResponse()6463 _IOServiceInterestNotifier * notifier; in pmTellClientWithResponse()6480 notifier = OSDynamicCast(_IOServiceInterestNotifier, object); in pmTellClientWithResponse()6587 if (!OSDynamicCast(_IOServiceInterestNotifier, object)) { in pmTellCapabilityAppWithResponse()6697 _IOServiceInterestNotifier * notifier; in pmTellCapabilityClientWithResponse()6716 notifier = OSDynamicCast(_IOServiceInterestNotifier, object); in pmTellCapabilityClientWithResponse()
5745 _IOServiceInterestNotifier * notifier;5746 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);6994 class IOPMServiceInterestNotifier : public _IOServiceInterestNotifier7013 OSDefineMetaClassAndStructors(IOPMServiceInterestNotifier, _IOServiceInterestNotifier) argument