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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMPE.h24 const char *deleteList(void);
H A DAppleARMIO.cpp61 const char *AppleARMIOBus::deleteList(void) function in class:AppleARMIOBus
78 kids = IODTFindMatchingEntries(root, kIODTRecursive, deleteList());
H A DAppleARMIO.h59 virtual const char *deleteList(void);
H A DAppleARMPE.cpp72 const char *AppleARMPE::deleteList(void) function in class:AppleARMPE
/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DAppleMacIO.h65 virtual const char * deleteList( void );
H A DApplePlatformExpert.h74 virtual const char * deleteList( void );
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp86 const char * ApplePlatformExpert::deleteList ( void ) function in class:ApplePlatformExpert
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp108 const char * AppleMacIO::deleteList ( void ) function in class:AppleMacIO
125 kids = IODTFindMatchingEntries( root, kIODTRecursive, deleteList() );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h214 virtual const char * deleteList( void ) = 0;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp1135 kids = IODTFindMatchingEntries( rootEntry, 0, deleteList() );

Completed in 78 milliseconds