Searched refs:IOUserNotification (Results 1 – 3 of 3) sorted by relevance
613 class IOUserNotification : public IOUserIterator615 OSDeclareDefaultStructors(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()771 class IOServiceUserNotification : public IOUserNotification854 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()[all …]
1553 class IOTestUserNotification : public IOUserNotification1558 OSDefineMetaClassAndStructors(IOTestUserNotification, IOUserNotification)