Lines Matching refs:IOUserNotification
542 IOUserNotification * __unused noti; in iokit_port_object_description()
550 } else if ((noti = OSDynamicCast(IOUserNotification, obj))) { in iokit_port_object_description()
682 IOUserNotification * notify; in iokit_client_died()
701 } else if ((notify = OSDynamicCast( IOUserNotification, obj ))) { in iokit_client_died()
718 class IOServiceUserNotification : public IOUserNotification
753 class IOServiceMessageUserNotification : public IOUserNotification
797 OSDefineMetaClass( IOUserNotification, IOUserIterator );
798 OSDefineAbstractStructors( IOUserNotification, IOUserIterator );
803 IOUserNotification::free( void ) in free()
818 IOUserNotification::setNotification( IONotifier * notify ) in setNotification()
855 IOUserNotification::reset() in reset()
861 IOUserNotification::isValid() in isValid()
869 #define super IOUserNotification
870 OSDefineMetaClassAndStructors(IOServiceUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
1030 OSDefineMetaClassAndStructors(IOServiceMessageUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument