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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h82 class _IOServiceNotifier : public IONotifier class in inherits:IONotifier
86 OSDeclareDefaultStructors(_IOServiceNotifier)
H A DIOService.cpp72 OSDefineMetaClassAndStructors(_IOServiceNotifier, IONotifier)
2468 const _IOServiceNotifier * obj1 = (const _IOServiceNotifier *) inObj1;
2469 const _IOServiceNotifier * obj2 = (const _IOServiceNotifier *) inObj2;
2489 _IOServiceNotifier * notify;
2495 else if( (notify = OSDynamicCast( _IOServiceNotifier, entry)))
2563 bool IOService::invokeNotifer( _IOServiceNotifier * notify )
2616 _IOServiceNotifier * notify;
2632 if( (notify = OSDynamicCast( _IOServiceNotifier, nextMatc
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1292 bool invokeNotifer( class _IOServiceNotifier * notify );

Completed in 53 milliseconds