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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMPE.h25 const char *excludeList(void);
H A DAppleARMIO.cpp66 const char *AppleARMIOBus::excludeList(void) function in class:AppleARMIOBus
85 // publish everything below, minus excludeList
86 kids = IODTFindMatchingEntries(root, kIODTRecursive | kIODTExclusive, excludeList());
H A DAppleARMIO.h60 virtual const char *excludeList(void);
H A DAppleARMPE.cpp77 const char *AppleARMPE::excludeList(void) function in class:AppleARMPE
/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DAppleMacIO.h66 virtual const char * excludeList( void );
H A DApplePlatformExpert.h75 virtual const char * excludeList( void );
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp91 const char * ApplePlatformExpert::excludeList( void ) function in class:ApplePlatformExpert
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp113 const char * AppleMacIO::excludeList( void ) function in class:AppleMacIO
133 // publish everything below, minus excludeList
135 excludeList());
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h215 virtual const char * excludeList( void ) = 0;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp1163 // publish top level, minus excludeList
1164 createNubs( this, IODTFindMatchingEntries( rootEntry, kIODTExclusive, excludeList()));

Completed in 96 milliseconds