Searched refs:_IOServiceNotifier (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h80 class _IOServiceNotifier : public IONotifier class in inherits:IONotifier
84 OSDeclareDefaultStructors(_IOServiceNotifier)
H A DIOService.cpp75 OSDefineMetaClassAndStructors(_IOServiceNotifier, IONotifier)
2769 const _IOServiceNotifier * obj1 = (const _IOServiceNotifier *) inObj1;
2770 const _IOServiceNotifier * obj2 = (const _IOServiceNotifier *) inObj2;
2790 _IOServiceNotifier * notify;
2796 else if( (notify = OSDynamicCast( _IOServiceNotifier, entry)))
2864 bool IOService::invokeNotifer( _IOServiceNotifier * notify )
2917 _IOServiceNotifier * notify;
2933 if( (notify = OSDynamicCast( _IOServiceNotifier, nextMatc
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1365 bool invokeNotifer( class _IOServiceNotifier * notify );

Completed in 48 milliseconds