Lines Matching refs:IOServiceMessageUserNotification
836 class IOServiceMessageUserNotification : public IOUserNotification class
838 OSDeclareDefaultStructors(IOServiceMessageUserNotification);
1123 OSDefineMetaClassAndStructors(IOServiceMessageUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
1128 IOServiceMessageUserNotification::init( mach_port_t port, natural_t type, in OSDefineMetaClassAndStructors()
1157 IOServiceMessageUserNotification::invalidatePort(void) in invalidatePort()
1163 IOServiceMessageUserNotification::free( void ) in free()
1174 IOServiceMessageUserNotification::_handler( void * target, void * ref, in _handler()
1178 IOServiceMessageUserNotification * targetObj = (IOServiceMessageUserNotification *)target; in _handler()
1189 IOServiceMessageUserNotification::handler( void * ref, in handler()
1298 IOServiceMessageUserNotification::getNextObject() in getNextObject()
1304 IOServiceMessageUserNotification::copyNextObject() in copyNextObject()
1333 IOTrackingQueueCollectUser(IOServiceMessageUserNotification::gMetaClass.getTracking()); in initialize()
3182 IOServiceMessageUserNotification * userNotify = NULL; in internal_io_service_add_interest_notification()
3207 userNotify = new IOServiceMessageUserNotification; in internal_io_service_add_interest_notification()