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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp1699 IOServiceUserNotification * userNotify = 0; local
1733 userNotify = new IOServiceUserNotification;
1735 if( userNotify && !userNotify->init( port, userMsgType,
1738 userNotify->release();
1739 userNotify = 0;
1741 if( !userNotify)
1745 &userNotify->_handler, userNotify );
1747 *notification = userNotify;
1883 IOServiceMessageUserNotification * userNotify = 0; local
[all...]

Completed in 17 milliseconds