Lines Matching refs:IOServiceMessageUserNotification
753 class IOServiceMessageUserNotification : public IOUserNotification class
755 OSDeclareDefaultStructors(IOServiceMessageUserNotification);
1030 OSDefineMetaClassAndStructors(IOServiceMessageUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
1035 IOServiceMessageUserNotification::init( mach_port_t port, natural_t type, in OSDefineMetaClassAndStructors()
1064 IOServiceMessageUserNotification::invalidatePort(void) in invalidatePort()
1070 IOServiceMessageUserNotification::free( void ) in free()
1081 IOServiceMessageUserNotification::_handler( void * target, void * ref, in _handler()
1085 IOServiceMessageUserNotification * targetObj = (IOServiceMessageUserNotification *)target; in _handler()
1096 IOServiceMessageUserNotification::handler( void * ref, in handler()
1200 IOServiceMessageUserNotification::getNextObject() in getNextObject()
1206 IOServiceMessageUserNotification::copyNextObject() in copyNextObject()
1229 IOTrackingQueueCollectUser(IOServiceMessageUserNotification::gMetaClass.getTracking()); in initialize()
3054 IOServiceMessageUserNotification * userNotify = NULL; in internal_io_service_add_interest_notification()
3064 userNotify = new IOServiceMessageUserNotification; in internal_io_service_add_interest_notification()