Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h1101 virtual void enterEntry( void );
1108 virtual void enterEntry( const IORegistryPlane * plane );
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp2408 IORegistryIterator::enterEntry( const IORegistryPlane * enterPlane ) in enterEntry() function in IORegistryIterator
2425 IORegistryIterator::enterEntry( void ) in enterEntry() function in IORegistryIterator
2427 enterEntry( plane ); in enterEntry()
2536 enterEntry(); in getNextObjectRecursive()
H A DIOUserClient.cpp3337 iter->enterEntry(); in is_io_registry_iterator_enter_entry()