Lines Matching refs:IOUserNotification
540 IOUserNotification * __unused noti; in iokit_port_object_description()
548 } else if ((noti = OSDynamicCast(IOUserNotification, obj))) { in iokit_port_object_description()
735 IOUserNotification * notify; in iokit_client_died()
754 } else if ((notify = OSDynamicCast( IOUserNotification, obj ))) { in iokit_client_died()
771 class IOServiceUserNotification : public IOUserNotification
808 class IOServiceMessageUserNotification : public IOUserNotification
854 OSDefineMetaClass( IOUserNotification, IOUserIterator );
855 OSDefineAbstractStructors( IOUserNotification, IOUserIterator );
860 IOUserNotification::free( void ) in free()
875 IOUserNotification::setNotification( IONotifier * notify ) in setNotification()
912 IOUserNotification::reset() in reset()
918 IOUserNotification::isValid() in isValid()
926 #define super IOUserNotification
927 OSDefineMetaClassAndStructors(IOServiceUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
1094 OSDefineMetaClassAndStructors(IOServiceMessageUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument