Searched refs:inOwner (Results 1 - 16 of 16) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp35 OSObject * inOwner, Action inAction )
39 if (me && !me->init(inOwner, inAction))
48 bool IOPMPowerStateQueue::init( OSObject * inOwner, Action inAction ) argument
50 if (!inAction || !(super::init(inOwner, inAction)))
34 PMPowerStateQueue( OSObject * inOwner, Action inAction ) argument
H A DIOFilterInterruptEventSource.cpp71 bool IOFilterInterruptEventSource::init(OSObject *inOwner, argument
80 IOFilterInterruptEventSource::interruptEventSource(OSObject *inOwner, argument
89 IOFilterInterruptEventSource::init(OSObject *inOwner, argument
95 if ( !super::init(inOwner, inAction, inProvider, inIntIndex) )
109 ::filterInterruptEventSource(OSObject *inOwner, argument
118 && !me->init(inOwner, inAction, inFilterAction, inProvider, inIntIndex)) {
H A DIOEventSource.cpp61 reserved->counter = IOStatistics::registerEventSource(inOwner); \
136 bool IOEventSource::init(OSObject *inOwner, argument
139 if (!inOwner)
142 owner = inOwner;
H A DIOCommandGate.cpp71 bool IOCommandGate::init(OSObject *inOwner, Action inAction) argument
73 bool res = super::init(inOwner, (IOEventSource::Action) inAction);
82 IOCommandGate::commandGate(OSObject *inOwner, Action inAction) argument
86 if (me && !me->init(inOwner, inAction)) {
H A DIOCommandQueue.cpp67 owner: (id) inOwner
81 bool IOCommandQueue::init(OSObject *inOwner, argument
85 if ( !super::init(inOwner, (IOEventSourceAction) inAction) )
110 IOCommandQueue::commandQueue(OSObject *inOwner, argument
116 if (me && !me->init(inOwner, inAction, inSize)) {
H A DIODMAEventSource.cpp38 bool IODMAEventSource::init(OSObject *inOwner, argument
46 if (!super::init(inOwner)) return false;
74 IODMAEventSource *IODMAEventSource::dmaEventSource(OSObject *inOwner, argument
82 if (dmaES && !dmaES->init(inOwner, inProvider, inCompletion, inNotification, inDMAIndex)) {
H A DIOCommandPool.cpp97 commandPool(IOService * inOwner, IOWorkLoop *inWorkLoop, UInt32 inSize) argument
101 if (me && !me->init(inOwner, inWorkLoop, inSize)) {
110 init(IOService */* inOwner */, IOWorkLoop *inWorkLoop, UInt32 /* inSize */)
H A DIOInterruptEventSource.cpp75 bool IOInterruptEventSource::init(OSObject *inOwner, argument
82 if ( !super::init(inOwner, (IOEventSourceAction) inAction) )
98 // Assumes inOwner holds a reference(retain) on the provider
208 IOInterruptEventSource::interruptEventSource(OSObject *inOwner, argument
215 if (me && !me->init(inOwner, inAction, inProvider, inIntIndex)) {
H A DIOTimerEventSource.cpp191 bool IOTimerEventSource::init(OSObject *inOwner, Action inAction) argument
193 if (!super::init(inOwner, (IOEventSource::Action) inAction) )
206 IOTimerEventSource::timerEventSource(OSObject *inOwner, Action inAction) argument
210 if (me && !me->init(inOwner, inAction)) {
H A DIOServicePMPrivate.h664 virtual bool init( IOService * inOwner, Action inAction );
667 static IOPMRequestQueue * create( IOService * inOwner, Action inAction );
701 virtual bool init( IOService * inOwner, Action work, Action retire );
705 static IOPMWorkQueue * create( IOService * inOwner, Action work, Action retire );
726 virtual bool init( IOService * inOwner, Action inAction );
729 static IOPMCompletionQueue * create( IOService * inOwner, Action inAction );
H A DIOStatistics.cpp418 IOEventSourceCounter *IOStatistics::registerEventSource(OSObject *inOwner) argument
424 assert(inOwner);
439 /* Workaround for <rdar://problem/7158117> - create a dummy counter when inOwner is bad.
442 if (inOwner->retainCount > 0xFFFFFF) {
443 kprintf("IOStatistics::registerEventSource - bad metaclass %p\n", inOwner);
447 sought.metaClass = inOwner->getMetaClass();
458 panic("IOStatistics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->getClassName());
H A DIOServicePM.cpp7979 IOPMRequestQueue * IOPMRequestQueue::create( IOService * inOwner, Action inAction ) argument
7982 if (me && !me->init(inOwner, inAction))
7990 bool IOPMRequestQueue::init( IOService * inOwner, Action inAction ) argument
7992 if (!inAction || !IOEventSource::init(inOwner, (IOEventSourceAction)inAction))
8071 IOPMWorkQueue::create( IOService * inOwner, Action work, Action retire ) argument
8074 if (me && !me->init(inOwner, work, retire))
8082 bool IOPMWorkQueue::init( IOService * inOwner, Action work, Action retire ) argument
8085 !IOEventSource::init(inOwner, (IOEventSourceAction)0))
8256 IOPMCompletionQueue::create( IOService * inOwner, Action inAction ) argument
8259 if (me && !me->init(inOwner, inActio
8267 init( IOService * inOwner, Action inAction ) argument
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOCommandQueue.h67 static IOCommandQueue *commandQueue(OSObject *inOwner,
71 virtual bool init(OSObject *inOwner,
H A DIOCommandPool.h146 virtual bool init(IOService *inOwner,
154 static IOCommandPool *commandPool(IOService *inOwner,
H A DIOFilterInterruptEventSource.h71 virtual bool init(OSObject *inOwner,
77 interruptEventSource(OSObject *inOwner,
H A DIOStatisticsPrivate.h247 static IOEventSourceCounter *registerEventSource(OSObject *inOwner);

Completed in 58 milliseconds