Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOUserClient.h530 class IOUserNotification : public IOUserIterator
532 OSDeclareDefaultStructors(IOUserNotification);
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp542 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()
[all …]
/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp840 class IOTestUserNotification : public IOUserNotification
845 OSDefineMetaClassAndStructors(IOTestUserNotification, IOUserNotification)