Searched refs:needChild (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1688 bool needChild; local
1698 needChild = (false == arrayMember( links, this ));
1700 needChild = true;
1704 if( needChild)
1741 bool needChild; local
1750 needChild = arrayMember( links, this );
1752 needChild = false;
1756 if( needChild)

Completed in 25 milliseconds