Lines Matching refs:IOServiceUserNotification
718 class IOServiceUserNotification : public IOUserNotification class
720 OSDeclareDefaultStructors(IOServiceUserNotification);
870 OSDefineMetaClassAndStructors(IOServiceUserNotification, IOUserNotification) in OSDefineMetaClassAndStructors() argument
875 IOServiceUserNotification::init( mach_port_t port, natural_t type, in OSDefineMetaClassAndStructors()
906 IOServiceUserNotification::invalidatePort(void) in invalidatePort()
912 IOServiceUserNotification::free( void ) in free()
924 IOServiceUserNotification::_handler( void * target, in _handler()
927 IOServiceUserNotification * targetObj = (IOServiceUserNotification *)target; in _handler()
937 IOServiceUserNotification::handler( void * ref, in handler()
999 IOServiceUserNotification::getNextObject() in getNextObject()
1006 IOServiceUserNotification::copyNextObject() in copyNextObject()
1230 IOTrackingQueueCollectUser(IOServiceUserNotification::gMetaClass.getTracking()); in initialize()
2779 IOServiceUserNotification * userNotify = NULL; in internal_io_service_add_notification()
2824 userNotify = new IOServiceUserNotification; in internal_io_service_add_notification()