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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h105 class _IOServiceInterestNotifier : public IONotifier class in inherits:IONotifier
109 OSDeclareDefaultStructors(_IOServiceInterestNotifier)
H A DIOServicePM.cpp5494 if (OSDynamicCast(_IOServiceInterestNotifier, object))
5731 if (!OSDynamicCast(_IOServiceInterestNotifier, object))
5823 _IOServiceInterestNotifier * notifier;
5831 (OSDynamicCast(_IOServiceInterestNotifier, object)))
5833 _IOServiceInterestNotifier *n = (_IOServiceInterestNotifier *) object;
5842 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);
5926 if (!OSDynamicCast(_IOServiceInterestNotifier, object))
6007 _IOServiceInterestNotifier * notifier;
6016 (OSDynamicCast(_IOServiceInterestNotifier, objec
[all...]
H A DIOService.cpp77 OSDefineMetaClassAndStructors(_IOServiceInterestNotifier, IONotifier)
1506 _IOServiceInterestNotifier * notify;
1511 else if( (notify = OSDynamicCast( _IOServiceInterestNotifier, client))) {
1568 _IOServiceInterestNotifier * notify;
1570 queue_element(entry, notify, _IOServiceInterestNotifier *, chain);
1641 _IOServiceInterestNotifier * notify = 0;
1644 notify = new _IOServiceInterestNotifier;
1664 _IOServiceInterestNotifier *notify = 0;
1673 if (!svcNotify || !(notify = OSDynamicCast(_IOServiceInterestNotifier, svcNotify)))
1724 _IOServiceInterestNotifier * notif
[all...]
H A DIOPMrootDomain.cpp61 #include "IOServicePrivate.h" // _IOServiceInterestNotifier
4094 _IOServiceInterestNotifier * notifier;
4095 notifier = OSDynamicCast(_IOServiceInterestNotifier, object);
5097 class IOPMServiceInterestNotifier: public _IOServiceInterestNotifier
5108 OSDefineMetaClassAndStructors(IOPMServiceInterestNotifier, _IOServiceInterestNotifier)

Completed in 76 milliseconds