Searched refs:IOUserNotification (Results 1 – 3 of 3) sorted by relevance
530 class IOUserNotification : public IOUserIterator532 OSDeclareDefaultStructors(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 IOUserNotification753 class IOServiceMessageUserNotification : public IOUserNotification797 OSDefineMetaClass( IOUserNotification, IOUserIterator );798 OSDefineAbstractStructors( IOUserNotification, IOUserIterator );803 IOUserNotification::free( void ) in free()818 IOUserNotification::setNotification( IONotifier * notify ) in setNotification()[all …]
840 class IOTestUserNotification : public IOUserNotification845 OSDefineMetaClassAndStructors(IOTestUserNotification, IOUserNotification)