Searched refs:IOServiceMessageUserNotification (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp477 class IOServiceMessageUserNotification : public IOUserNotification class in inherits:IOUserNotification
479 OSDeclareDefaultStructors(IOServiceMessageUserNotification)
717 OSDefineMetaClassAndStructors(IOServiceMessageUserNotification, IOUserNotification)
721 bool IOServiceMessageUserNotification::init( mach_port_t port, natural_t type,
764 void IOServiceMessageUserNotification::free( void )
782 IOReturn IOServiceMessageUserNotification::_handler( void * target, void * ref,
786 return( ((IOServiceMessageUserNotification *) target)->handler(
790 IOReturn IOServiceMessageUserNotification::handler( void * ref,
847 OSObject * IOServiceMessageUserNotification::getNextObject()
1883 IOServiceMessageUserNotification * userNotif
[all...]

Completed in 21 milliseconds