Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h1099 virtual void enterEntry( void );
1106 virtual void enterEntry( const IORegistryPlane * plane );
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp2376 IORegistryIterator::enterEntry( const IORegistryPlane * enterPlane ) in enterEntry() function in IORegistryIterator
2393 IORegistryIterator::enterEntry( void ) in enterEntry() function in IORegistryIterator
2395 enterEntry( plane ); in enterEntry()
2504 enterEntry(); in getNextObjectRecursive()
H A DIOUserClient.cpp3241 iter->enterEntry(); in is_io_registry_iterator_enter_entry()