Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h793 virtual void detachAbove( const IORegistryPlane * plane );
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp2222 IORegistryEntry::detachAbove( const IORegistryPlane * plane ) in detachAbove() function in IORegistryEntry
2248 detachAbove( plane ); in detachAll()
2254 next->detachAbove( plane ); in detachAll()
H A DIOServicePM.cpp730 detachAbove( gIOPowerPlane ); in handlePMstop()