Searched refs:_IOServiceInterestNotifier (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h107 class _IOServiceInterestNotifier : public IONotifier class in inherits:IONotifier
111 OSDeclareDefaultStructors(_IOServiceInterestNotifier)
H A DIOServicePM.cpp5275 if (OSDynamicCast(_IOServiceInterestNotifier, object))
5508 if (!OSDynamicCast(_IOServiceInterestNotifier, object))
5589 _IOServiceInterestNotifier * notifier;
5597 (OSDynamicCast(_IOServiceInterestNotifier, object)))
5599 _IOServiceInterestNotifier *n = (_IOServiceInterestNotifier *) object;
5608 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);
5692 if (!OSDynamicCast(_IOServiceInterestNotifier, object))
5773 _IOServiceInterestNotifier * notifier;
5782 (OSDynamicCast(_IOServiceInterestNotifier, objec
[all...]
H A DIOService.cpp74 OSDefineMetaClassAndStructors(_IOServiceInterestNotifier, IONotifier)
1368 _IOServiceInterestNotifier * notify;
1373 else if( (notify = OSDynamicCast( _IOServiceInterestNotifier, client))) {
1430 _IOServiceInterestNotifier * notify;
1432 queue_element(entry, notify, _IOServiceInterestNotifier *, chain);
1503 _IOServiceInterestNotifier * notify = 0;
1515 notify = new _IOServiceInterestNotifier;
1566 _IOServiceInterestNotifier * notify;
1568 queue_element(entry, notify, _IOServiceInterestNotifier *, chain);
1584 * _IOServiceInterestNotifier
[all...]
H A DIOPMrootDomain.cpp54 #include "IOServicePrivate.h" // _IOServiceInterestNotifier
4151 _IOServiceInterestNotifier * notifier;
4152 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);

Completed in 55 milliseconds