Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserClient.h613 class IOUserNotification : public IOUserIterator
615 OSDeclareDefaultStructors(IOUserNotification);
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp540 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 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()
[all …]
/xnu-11215/iokit/Tests/
H A DTests.cpp1553 class IOTestUserNotification : public IOUserNotification
1558 OSDefineMetaClassAndStructors(IOTestUserNotification, IOUserNotification)