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

/darwin-on-arm/xnu/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.cpp70 bool IOFilterInterruptEventSource::init(OSObject *inOwner, argument
79 IOFilterInterruptEventSource::interruptEventSource(OSObject *inOwner, argument
88 IOFilterInterruptEventSource::init(OSObject *inOwner, argument
94 if ( !super::init(inOwner, inAction, inProvider, inIntIndex) )
108 ::filterInterruptEventSource(OSObject *inOwner, argument
117 && !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;
68 IODMAEventSource *IODMAEventSource::dmaEventSource(OSObject *inOwner, argument
76 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.cpp74 bool IOInterruptEventSource::init(OSObject *inOwner, argument
81 if ( !super::init(inOwner, (IOEventSourceAction) inAction) )
89 // Assumes inOwner holds a reference(retain) on the provider
127 IOInterruptEventSource::interruptEventSource(OSObject *inOwner, argument
134 if (me && !me->init(inOwner, inAction, inProvider, inIntIndex)) {
H A DIOServicePMPrivate.h627 virtual bool init( IOService * inOwner, Action inAction );
630 static IOPMRequestQueue * create( IOService * inOwner, Action inAction );
664 virtual bool init( IOService * inOwner, Action work, Action retire );
668 static IOPMWorkQueue * create( IOService * inOwner, Action work, Action retire );
689 virtual bool init( IOService * inOwner, Action inAction );
692 static IOPMCompletionQueue * create( IOService * inOwner, Action inAction );
H A DIOTimerEventSource.cpp192 bool IOTimerEventSource::init(OSObject *inOwner, Action inAction) argument
194 if (!super::init(inOwner, (IOEventSource::Action) inAction) )
207 IOTimerEventSource::timerEventSource(OSObject *inOwner, Action inAction) argument
211 if (me && !me->init(inOwner, inAction)) {
H A DIOStatistics.cpp417 IOEventSourceCounter *IOStatistics::registerEventSource(OSObject *inOwner) argument
423 assert(inOwner);
438 /* Workaround for <rdar://problem/7158117> - create a dummy counter when inOwner is bad.
441 if (inOwner->retainCount > 0xFFFFFF) {
442 kprintf("IOStatistics::registerEventSource - bad metaclass %p\n", inOwner);
446 sought.metaClass = inOwner->getMetaClass();
457 panic("IOStatistics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->getClassName());
H A DIOServicePM.cpp7539 IOPMRequestQueue * IOPMRequestQueue::create( IOService * inOwner, Action inAction ) argument
7542 if (me && !me->init(inOwner, inAction))
7550 bool IOPMRequestQueue::init( IOService * inOwner, Action inAction ) argument
7552 if (!inAction || !IOEventSource::init(inOwner, (IOEventSourceAction)inAction))
7631 IOPMWorkQueue::create( IOService * inOwner, Action work, Action retire ) argument
7634 if (me && !me->init(inOwner, work, retire))
7642 bool IOPMWorkQueue::init( IOService * inOwner, Action work, Action retire ) argument
7645 !IOEventSource::init(inOwner, (IOEventSourceAction)0))
7816 IOPMCompletionQueue::create( IOService * inOwner, Action inAction ) argument
7819 if (me && !me->init(inOwner, inActio
7827 init( IOService * inOwner, Action inAction ) argument
[all...]
/darwin-on-arm/xnu/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 108 milliseconds