Searched refs:IOServiceUserNotification (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp446 class IOServiceUserNotification : public IOUserNotification class in inherits:IOUserNotification
448 OSDeclareDefaultStructors(IOServiceUserNotification)
575 OSDefineMetaClassAndStructors(IOServiceUserNotification, IOUserNotification)
579 bool IOServiceUserNotification::init( mach_port_t port, natural_t type,
614 void IOServiceUserNotification::free( void )
642 bool IOServiceUserNotification::_handler( void * target,
645 return( ((IOServiceUserNotification *) target)->handler( ref, newService ));
648 bool IOServiceUserNotification::handler( void * ref,
689 OSObject * IOServiceUserNotification::getNextObject()
1699 IOServiceUserNotification * userNotif
[all...]

Completed in 15 milliseconds