Lines Matching refs:IOServiceMessageUserNotification
808 class IOServiceMessageUserNotification : public IOUserNotification class
810 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()
1270 IOServiceMessageUserNotification::getNextObject() in getNextObject()
1276 IOServiceMessageUserNotification::copyNextObject() in copyNextObject()
1303 IOTrackingQueueCollectUser(IOServiceMessageUserNotification::gMetaClass.getTracking()); in initialize()
3150 IOServiceMessageUserNotification * userNotify = NULL; in internal_io_service_add_interest_notification()
3160 userNotify = new IOServiceMessageUserNotification; in internal_io_service_add_interest_notification()