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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1641 bool needChild; local
1651 needChild = (false == arrayMember( links, this ));
1653 needChild = true;
1657 if( needChild)
1694 bool needChild; local
1703 needChild = arrayMember( links, this );
1705 needChild = false;
1709 if( needChild)

Completed in 9 milliseconds