Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h692 uint32_t getChildCount( const IORegistryPlane * plane ) const;
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1849 IORegistryEntry::getChildCount( const IORegistryPlane * plane ) const in getChildCount() function in IORegistryEntry
H A DIOService.cpp883 count = provider->getChildCount(gIOServicePlane); in attach()