Searched refs:IOFWIPBusInterface (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPUnit.h45 IOFWIPBusInterface *fFWBusInterface;
78 IOFWIPBusInterface *getIPTransmitInterface(IOFireWireIP *fIPLocalNode);
H A DIOFireWireIPCommand.h42 class IOFWIPBusInterface;
68 IOFWIPBusInterface *fIPBusIf;
90 bool initAll(IOFireWireIP *networkObject, IOFWIPBusInterface *fwIPBusIfObject,
209 IOFWIPBusInterface *fIPBusIf;
231 IOFWIPBusInterface *fwIPBusIfObject,
H A DIOFWIPBusInterface.h84 @class IOFWIPBusInterface
87 class IOFWIPBusInterface : public IOService class in inherits:IOService
89 OSDeclareDefaultStructors(IOFWIPBusInterface)
H A DIOFireWireIP.h96 #include "IOFWIPBusInterface.h"
129 friend class IOFWIPBusInterface;
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp1 #include "../../KernelHeaders/IOKit/IOFWIPBusInterface.h"
28 OSDefineMetaClassAndStructors(IOFWIPBusInterface, IOService)
37 bool IOFWIPBusInterface::init(IOFireWireIP *primaryInterface)
46 IOLog("IOFWIPBusInterface::init - Coudn't get Localnode\n");
54 IOLog("IOFWIPBusInterface::init - Coudn't get Controller\n");
60 IOLog("IOFWIPBusInterface::init - Couldn't init super\n");
82 IOLog("IOFWIPBusInterface::init - Coudn't attachIOFireWireIP\n");
103 bool IOFWIPBusInterface::finalize(IOOptionBits options)
171 void IOFWIPBusInterface::stop(IOService *provider)
219 void IOFWIPBusInterface
[all...]
H A DIOFireWireIPUnit.cpp89 serviceMatching("IOFWIPBusInterface"),
223 matchingTable = serviceMatching("IOFWIPBusInterface");
239 fFWBusInterface = new IOFWIPBusInterface;
258 IOFWIPBusInterface *IOFireWireIPUnit::getIPTransmitInterface(IOFireWireIP *fIPLocalNode)
268 if(strncmp(child->getName(gIOServicePlane), "IOFWIPBusInterface", strlen("IOFWIPBusInterface")) == 0)
275 IOFWIPBusInterface *fwBusInterface = NULL;
278 fwBusInterface = OSDynamicCast(IOFWIPBusInterface, child);
H A DIOFireWireIPCommand.cpp29 #include "IOFWIPBusInterface.h"
51 bool IOFWIPAsyncWriteCommand::initAll(IOFireWireIP *networkObject, IOFWIPBusInterface *fwIPBusIfObject, UInt32 cmdLen, FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset)
216 ((IOFWIPBusInterface*)refcon)->returnAsyncCommand(this);
246 ((IOFWIPBusInterface*)fRefCon)->moveMbufWithOffset(tempOffset, &srcm, &src, &srcLen);
450 ((IOFWIPBusInterface*)fRefCon)->moveMbufWithOffset(tempOffset, &srcm, &src, &srcLen);
718 IOFWIPBusInterface *fwIPBusIfObject,

Completed in 119 milliseconds