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

/darwin-on-arm/xnu/iokit/IOKit/platform/
H A DApplePlatformExpert.h73 virtual bool configure( IOService * provider );
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp75 bool ApplePlatformExpert::configure( IOService * provider ) function in class:ApplePlatformExpert
83 return(super::configure(provider));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOPlatformExpert.h130 virtual bool configure( IOService * provider );
211 virtual bool configure( IOService * provider );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp145 return( configure(provider) );
148 bool IOPlatformExpert::configure( IOService * provider ) function in class:IOPlatformExpert
1082 bool IODTPlatformExpert::configure( IOService * provider ) function in class:IODTPlatformExpert
1084 if( !super::configure( provider))

Completed in 26 milliseconds