Searched refs:getController (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDGlobals.h41 AppleRAID * getController(void);
H A DAppleRAIDGlobals.cpp61 AppleRAID * AppleRAIDGlobals::getController(void) function in class:AppleRAIDGlobals
67 IOLog1("AppleRAIDGlobals::getController - creating AppleRAID\n");
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCLocalNode.cpp54 fAVCTargetSpace = IOFireWireAVCTargetSpace::getAVCTargetSpace(fDevice->getController());
H A DIOFireWireAVCCommand.cpp311 IOFWCommand::initWithController(device->getController());
482 control = device->getController();
H A DIOFireWireAVCProtocolUserClient.cpp383 fAVCTargetSpace = IOFireWireAVCTargetSpace::getAVCTargetSpace(fDevice->getController());
489 if(!cmd->initAll(fDevice->getController(), generation,
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMAController.cpp45 IODMAController *IODMAController::getController(IOService *provider, UInt32 dmaIndex) function in class:IODMAController
H A DIODMAEventSource.cpp55 dmaController = IODMAController::getController(dmaProvider, inDMAIndex);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODMAController.h65 static IODMAController *getController(IOService *provider, UInt32 dmaIndex);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireROMCache.cpp345 FWKLOGASSERT( fOwner->getController()->inGate() == false );
395 FWKLOGASSERT( fOwner->getController()->inGate() == false );
495 FWKLOGASSERT( fOwner->getController()->inGate() == false );
H A DIOFireWireUserClient.cpp408 FWTrace( kFWTUserClient, kTPUserClientStart, (uintptr_t)(fOwner->getController()->getLink()), 0, 0, 0 );
471 FWTrace( kFWTUserClient, kTPUserClientFree, (uintptr_t)(fOwner->getController()->getLink()), (uintptr_t)this, 0, 0 );
500 FWTrace( kFWTUserClient, kTPUserClientClientClose, (uintptr_t)(fOwner->getController()->getLink()), 0, 0, 0 );
527 FWTrace( kFWTUserClient, kTPUserClientClientDied, (uintptr_t)(fOwner->getController()->getLink()), 1, 0, 0 );
534 FWTrace( kFWTUserClient, kTPUserClientClientDied, (uintptr_t)(fOwner->getController()->getLink()), 2, 0, 0 );
1681 IOFWUserObjectExporter * exporter = fOwner->getController()->getSessionRefExporter();
1705 IOFWUserObjectExporter * exporter = fOwner->getController()->getSessionRefExporter();
1763 IOFWUserObjectExporter * exporter = fOwner->getController()->getSessionRefExporter();
2001 FWTrace( kFWTUserClient, kTPUserClientBusReset, (uintptr_t)(getOwner()->getController()->getLink()), fUnsafeResets , 0, 0);
2004 return getOwner ()->getController()
[all...]
H A DIOFWUserPseudoAddressSpace.cpp541 if ( !IOFWPseudoAddressSpace::initAll( userclient->getOwner()->getController(), & fAddress, params->size, NULL, NULL, this ))
557 IOFWAddressSpace* addrSpace = userclient->getOwner()->getController()->getAddressSpace( FWAddress( kCSRRegisterSpaceBaseAddressHi, params->addressLo ) ) ;
564 if ( !IOFWPseudoAddressSpace::initFixed( userclient->getOwner()->getController(), fAddress, params->size, NULL, NULL, this ))
643 controller = owner->getController();
861 fUserClient->getOwner()->getController()->asyncLockResponse( oldHeader->IncomingPacket.generation,
881 fUserClient->getOwner()->getController()->asyncReadResponse( oldHeader->ReadPacket.generation,
H A DIOFireWireLink.cpp119 IOFireWireController * IOFireWireLink::getController() const function in class:IOFireWireLink
H A DIOFWUserAsyncStreamListener.cpp159 ((IOFireWireUserClient*)exporter->getOwner())->getOwner()->getController()->removeAsyncStreamListener(me);
270 if ( !IOFWUserAsyncStreamListener::initAll( userclient->getOwner()->getController(),
H A DIOFWUserVectorCommand.cpp66 fControl = fUserClient->getOwner()->getController();
H A DIOFireWireLink.h179 virtual IOFireWireController * getController() const;
H A DIOFireWireNub.h242 IOFireWireController * getController() const;
H A DIOFireWireUnit.cpp180 fControl = fDevice->getController();
H A DIOFWAsyncCommand.cpp83 success = IOFWCommand::initWithController(device->getController());
H A DIOFWUserPHYPacketListener.cpp65 IOFireWireController * control = inUserClient->getOwner()->getController();
H A DIOFireWireNub.cpp553 // getController
557 IOFireWireController * IOFireWireNub::getController() const function in class:IOFireWireNub
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/BSD/
H A Dif_firewire.cpp111 IOFireWireIP *fwIpObj = (IOFireWireIP*)fwIf->getController();
244 IOFireWireIP *fwIpObj = (IOFireWireIP*)fwIf->getController();
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp53 IOFireWireController *control = fDevice->getController();
297 if(localNode->getController() == control)
H A DIOFireWireIP.cpp71 fControl = fDevice->getController();
478 workLoop = fDevice->getController()->getWorkLoop();
879 if(fwIPObject->fControl != fDevice->getController())
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOEthernetInterface.cpp1186 if (_ctrEnabled && (getController() == provider))
1189 getController()->doDisable( this );
1316 IONetworkController * ctr = getController();
1368 ctr = me->getController();
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIP.h317 IOFireWireController *getController() const function in class:IOFireWireIP

Completed in 190 milliseconds

12