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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h73 virtual bool configure( IOService * provider );
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp75 bool ApplePlatformExpert::configure( IOService * provider ) function in class:ApplePlatformExpert
83 return(super::configure(provider));
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.h82 virtual bool configure( IOService * provider );
106 virtual bool configure( IOService * provider );
134 virtual bool configure( IOService * provider );
179 virtual bool configure( IOService * provider );
266 virtual bool configure( IOService * provider );
H A DAppleMacRiscPCI.cpp204 bool AppleMacRiscPCI::configure( IOService * provider ) function in class:AppleMacRiscPCI
237 return( super::configure( provider));
262 bool AppleMacRiscVCI::configure( IOService * provider ) function in class:AppleMacRiscVCI
266 return( AppleMacRiscPCI::configure( provider));
532 bool AppleMacRiscHT::configure( IOService * provider ) function in class:AppleMacRiscHT
559 return( super::configure( provider));
801 bool AppleMacRiscPCIE::configure( IOService * provider ) function in class:AppleMacRiscPCIE
826 return( super::configure( provider));
1143 bool AppleMacRiscAGP::configure( IOService * provider ) function in class:AppleMacRiscAGP
1170 return( super::configure( provide
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h121 virtual bool configure( IOService * provider );
202 virtual bool configure( IOService * provider );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp147 return( configure(provider) );
150 bool IOPlatformExpert::configure( IOService * provider ) function in class:IOPlatformExpert
975 bool IODTPlatformExpert::configure( IOService * provider ) function in class:IODTPlatformExpert
977 if( !super::configure( provider))

Completed in 37 milliseconds