Lines Matching refs:_IOServiceInterestNotifier
97 OSDefineMetaClassAndStructors(_IOServiceInterestNotifier, IONotifier)
2098 _IOServiceInterestNotifier * notify; in messageClient()
2102 } else if ((notify = OSDynamicCast( _IOServiceInterestNotifier, client))) { in messageClient()
2158 _IOServiceInterestNotifier * notify; in applyToInterestNotifiers()
2160 queue_element(entry, notify, _IOServiceInterestNotifier *, chain); in applyToInterestNotifiers()
2241 _IOServiceInterestNotifier * notify = NULL; in registerInterest()
2244 notify = new _IOServiceInterestNotifier; in registerInterest()
2298 _IOServiceInterestNotifier *notify = NULL; in registerInterestForNotifier()
2301 if (!svcNotify || !(notify = OSDynamicCast(_IOServiceInterestNotifier, svcNotify)) || !handler) { in registerInterestForNotifier()
2369 _IOServiceInterestNotifier * notify; in cleanInterestList()
2371 queue_element(entry, notify, _IOServiceInterestNotifier *, chain); in cleanInterestList()
2411 _IOServiceInterestNotifier::wait() in wait()
2433 _IOServiceInterestNotifier::free() in free()
2445 _IOServiceInterestNotifier::remove() in remove()
2465 _IOServiceInterestNotifier::disable() in disable()
2483 _IOServiceInterestNotifier::enable( bool was ) in enable()
2495 _IOServiceInterestNotifier::init() in init()