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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1693 bool needChild; local
1703 needChild = (false == arrayMember( links, this ));
1705 needChild = true;
1709 if( needChild)
1746 bool needChild; local
1755 needChild = arrayMember( links, this );
1757 needChild = false;
1761 if( needChild)

Completed in 63 milliseconds