Lines Matching refs:IOServiceMessageUserNotification
807 class IOServiceMessageUserNotification : public IOUserNotification class
809 OSDeclareDefaultStructors(IOServiceMessageUserNotification);
1094 OSDefineMetaClassAndStructors(IOServiceMessageUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
1099 IOServiceMessageUserNotification::init( mach_port_t port, natural_t type, in OSDefineMetaClassAndStructors()
1128 IOServiceMessageUserNotification::invalidatePort(void) in invalidatePort()
1134 IOServiceMessageUserNotification::free( void ) in free()
1145 IOServiceMessageUserNotification::_handler( void * target, void * ref, in _handler()
1149 IOServiceMessageUserNotification * targetObj = (IOServiceMessageUserNotification *)target; in _handler()
1160 IOServiceMessageUserNotification::handler( void * ref, in handler()
1271 IOServiceMessageUserNotification::getNextObject() in getNextObject()
1277 IOServiceMessageUserNotification::copyNextObject() in copyNextObject()
1304 IOTrackingQueueCollectUser(IOServiceMessageUserNotification::gMetaClass.getTracking()); in initialize()
3151 IOServiceMessageUserNotification * userNotify = NULL; in internal_io_service_add_interest_notification()
3161 userNotify = new IOServiceMessageUserNotification; in internal_io_service_add_interest_notification()