Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIOUserClient.cpp718 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()
[all …]