Lines Matching refs:IOServiceMessageUserNotification
759 class IOServiceMessageUserNotification : public IOUserNotification class
761 OSDeclareDefaultStructors(IOServiceMessageUserNotification);
1044 OSDefineMetaClassAndStructors(IOServiceMessageUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
1049 IOServiceMessageUserNotification::init( mach_port_t port, natural_t type, in OSDefineMetaClassAndStructors()
1078 IOServiceMessageUserNotification::invalidatePort(void) in invalidatePort()
1084 IOServiceMessageUserNotification::free( void ) in free()
1095 IOServiceMessageUserNotification::_handler( void * target, void * ref, in _handler()
1099 IOServiceMessageUserNotification * targetObj = (IOServiceMessageUserNotification *)target; in _handler()
1110 IOServiceMessageUserNotification::handler( void * ref, in handler()
1221 IOServiceMessageUserNotification::getNextObject() in getNextObject()
1227 IOServiceMessageUserNotification::copyNextObject() in copyNextObject()
1250 IOTrackingQueueCollectUser(IOServiceMessageUserNotification::gMetaClass.getTracking()); in initialize()
3082 IOServiceMessageUserNotification * userNotify = NULL; in internal_io_service_add_interest_notification()
3092 userNotify = new IOServiceMessageUserNotification; in internal_io_service_add_interest_notification()