Lines Matching refs:_current
6173 OSObject * _current = 0; in copyExistingServices() local
6186 _current = service; in copyExistingServices()
6189 if (_current) { in copyExistingServices()
6190 ((OSSet *)_current)->setObject( service ); in copyExistingServices()
6192 _current = OSSet::withObjects( in copyExistingServices()
6201 if (((current != 0) != (_current != 0)) in copyExistingServices()
6202 || (current && _current && !current->isEqualTo(_current))) { in copyExistingServices()
6206 _current->serialize(s2); in copyExistingServices()
6208 IOSERVICE_OBFUSCATE(_current), s->text(), s1->text(), s2->text()); in copyExistingServices()
6213 if (_current) { in copyExistingServices()
6214 _current->release(); in copyExistingServices()