Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h694 uint32_t getChildCount( const IORegistryPlane * plane ) const;
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp1871 IORegistryEntry::getChildCount( const IORegistryPlane * plane ) const in getChildCount() function in IORegistryEntry
H A DIOService.cpp903 count = provider->getChildCount(gIOServicePlane); in attach()