Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp6173 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()
[all …]