Searched refs:super (Results 1 - 25 of 74) sorted by relevance

123

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommand.cpp41 #define super OSObject macro
51 if (super::init()) {
H A DIOPMinformee.cpp30 #define super OSObject macro
71 super::free();
H A DIOSubMemoryDescriptor.cpp33 #define super IOMemoryDescriptor macro
40 super::redirect( safeTask, doRedirect );
74 if( !super::init())
108 super::free();
194 if (!super::getKernelReserved())
202 super::setPreparationID();
205 return (super::getPreparationID());
H A DIOMemoryCursor.cpp38 #undef super macro
39 #define super OSObject macro
82 if (!super::init())
193 #undef super macro
194 #define super IOMemoryCursor macro
227 return super::initWithSpecification(&IONaturalMemoryCursor::outputSegment,
235 #undef super macro
236 #define super IOMemoryCursor macro
274 return super::initWithSpecification(&IOBigMemoryCursor::outputSegment,
282 #undef super macro
283 #define super macro
[all...]
H A DIOCommandGate.cpp36 #define super IOEventSource macro
73 bool res = super::init(inOwner, (IOEventSource::Action) inAction);
99 super::disable();
106 super::enable();
115 super::free();
133 super::setWorkLoop(inWorkLoop);
H A DIOConditionLock.cpp42 #define super OSObject macro
47 if (!super::init())
78 super::free();
H A DIODMAController.cpp32 #define super IOService macro
66 if (!super::start(provider)) return false;
H A DIOPMPowerSourceList.cpp32 #define super OSObject macro
158 super::free();
H A DIOPMPowerStateQueue.cpp31 #define super IOEventSource macro
50 if (!inAction || !(super::init(inOwner, inAction)))
/darwin-on-arm/xnu/libkern/kmod/libkmodtest/
H A Dlibkmodtest.cpp31 #define super IOService macro
32 OSDefineMetaClassAndStructors(testlibkmod, super);
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleS5L8930XIO.cpp12 #define super IOService macro
20 if (!super::init(propTable)) {
21 panic("failed to initialize super IOService\n");
33 if (!super::start(provider)) {
34 panic("failed to start super provider");
H A DAppleARMSoftIICController.cpp10 #define super IOService macro
17 if (!super::start(provider)) {
18 panic("Failed to start super IOService provider");
H A DAppleARMCHRPNVRAM.cpp33 #define super IONVRAMController macro
46 return super::start(provider);
H A DAppleARMCPU.cpp11 #define super IOCPU macro
16 if (!super::init(propTable)) {
33 if (!super::start(provider)) {
34 panic("Failed to start super IOCPU provider");
102 #undef super macro
103 #define super IOCPUInterruptController macro
109 return super::handleInterrupt(refCon, nub, source);
H A DAppleARMNMI.cpp47 #define super IOService macro
59 if (!super::start(provider))
H A DAppleARMPE.cpp14 #define super IOPlatformExpert macro
20 if (!super::init(propTable)) {
41 if (!super::start(provider)) {
H A DAppleARMIO.cpp16 #define super IOService macro
30 if (!super::start(provider))
121 #undef super macro
122 #define super IOService macro
/darwin-on-arm/xnu/tools/tests/testkext/
H A Dtestvmx.cpp17 #define super IOService macro
18 OSDefineMetaClassAndStructors(testvmx, super);
27 if (!super::start(provider)) {
43 super::stop(provider);
H A Dtestthreadcall.cpp13 #define super IOService macro
14 OSDefineMetaClassAndStructors(testthreadcall, super);
31 if (!super::start(provider)) {
/darwin-on-arm/xnu/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp32 #define super IOService macro
43 if(!super::start(provider)) return false;
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DAppleCPU.cpp39 #undef super macro
40 #define super IOCPU macro
51 if (!super::start(provider)) return false;
H A DApplePlatformExpert.cpp44 #define super IODTPlatformExpert macro
72 return super::start(provider);
83 return(super::configure(provider));
101 super::registerNVRAMController(nvram);
/darwin-on-arm/xnu/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp40 #undef super macro
41 #define super IOInterruptController macro
55 if (!super::start(provider))
/darwin-on-arm/xnu/libkern/c++/
H A DOSCollectionIterator.cpp35 #define super OSIterator macro
50 if ( !super::init() || !inColl)
89 super::free();
H A DOSCollection.cpp37 #define super OSObject macro
53 if (!super::init())

Completed in 111 milliseconds

123