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

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DIrDATimerEventSource.h18 static IrDATimerEventSource *timerEventSource(OSObject *inOwner, Action inAction);
H A DIrDATimerEventSource.cpp53 IrDATimerEventSource::timerEventSource(OSObject *inOwner, Action inAction) argument
59 if (me && !me->init(inOwner, (super::Action)inAction)) {
/macosx-10.9.5/xnu-2422.115.4/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;
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.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 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.h699 virtual bool init( IOService * inOwner, Action inAction );
702 static IOPMRequestQueue * create( IOService * inOwner, Action inAction );
736 virtual bool init( IOService * inOwner, Action work, Action retire );
740 static IOPMWorkQueue * create( IOService * inOwner, Action work, Action retire );
761 virtual bool init( IOService * inOwner, Action inAction );
764 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.cpp8077 IOPMRequestQueue * IOPMRequestQueue::create( IOService * inOwner, Action inAction ) argument
8080 if (me && !me->init(inOwner, inAction))
8088 bool IOPMRequestQueue::init( IOService * inOwner, Action inAction ) argument
8090 if (!inAction || !IOEventSource::init(inOwner, (IOEventSourceAction)inAction))
8169 IOPMWorkQueue::create( IOService * inOwner, Action work, Action retire ) argument
8172 if (me && !me->init(inOwner, work, retire))
8180 bool IOPMWorkQueue::init( IOService * inOwner, Action work, Action retire ) argument
8183 !IOEventSource::init(inOwner, (IOEventSourceAction)0))
8354 IOPMCompletionQueue::create( IOService * inOwner, Action inAction ) argument
8357 if (me && !me->init(inOwner, inActio
8365 init( IOService * inOwner, Action inAction ) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/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);
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DATATimerEventSource.cpp94 bool ATATimerEventSource::init(OSObject *inOwner, Action inAction) argument
96 if ( !super::init( (OSObject *)inOwner, (Action) inAction) )
106 ATATimerEventSource::ataTimerEventSource(OSObject *inOwner, Action inAction) argument
110 if (me && !me->init(inOwner, inAction)) {
H A DIOATACommand.cpp743 IOExtendedLBA::createIOExtendedLBA(IOATACommand* inOwner) argument
752 me->owner = inOwner;
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h252 void SetOwner( ExplorerBar *inOwner ) { mOwner = inOwner; }
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDDevice.cpp75 static IOHIDAsyncReportQueue *withOwner(IOHIDDevice *inOwner);
92 IOHIDAsyncReportQueue *IOHIDAsyncReportQueue::withOwner(IOHIDDevice *inOwner) argument
99 result = es->init( inOwner/*, inAction*/ );

Completed in 280 milliseconds