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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp355 class IOUserNotification : public OSIterator class in inherits:OSIterator
357 OSDeclareDefaultStructors(IOUserNotification)
419 IOUserNotification * notify;
435 else if( (notify = OSDynamicCast( IOUserNotification, obj )))
446 class IOServiceUserNotification : public IOUserNotification
477 class IOServiceMessageUserNotification : public IOUserNotification
516 OSDefineMetaClass( IOUserNotification, OSIterator )
517 OSDefineAbstractStructors( IOUserNotification, OSIterator )
521 bool IOUserNotification::init( void )
533 void IOUserNotification
[all...]

Completed in 18 milliseconds