Lines Matching refs:IOServiceUserNotification
771 class IOServiceUserNotification : public IOUserNotification class
773 OSDeclareDefaultStructors(IOServiceUserNotification);
927 OSDefineMetaClassAndStructors(IOServiceUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
932 IOServiceUserNotification::init( mach_port_t port, natural_t type, in OSDefineMetaClassAndStructors()
963 IOServiceUserNotification::invalidatePort(void) in invalidatePort()
969 IOServiceUserNotification::free( void ) in free()
981 IOServiceUserNotification::_handler( void * target, in _handler()
984 IOServiceUserNotification * targetObj = (IOServiceUserNotification *)target; in _handler()
994 IOServiceUserNotification::handler( void * ref, in handler()
1063 IOServiceUserNotification::getNextObject() in getNextObject()
1070 IOServiceUserNotification::copyNextObject() in copyNextObject()
1304 IOTrackingQueueCollectUser(IOServiceUserNotification::gMetaClass.getTracking()); in initialize()
2875 IOServiceUserNotification * userNotify = NULL; in internal_io_service_add_notification()
2920 userNotify = new IOServiceUserNotification; in internal_io_service_add_notification()