Searched refs:IOFWIPAsyncWriteCommand (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h44 /*! @class IOFWIPAsyncWriteCommand
46 class IOFWIPAsyncWriteCommand : public IOFWWriteCommand class in inherits:IOFWWriteCommand
48 OSDeclareDefaultStructors(IOFWIPAsyncWriteCommand)
188 OSMetaClassDeclareReservedUnused(IOFWIPAsyncWriteCommand, 0);
189 OSMetaClassDeclareReservedUnused(IOFWIPAsyncWriteCommand, 1);
190 OSMetaClassDeclareReservedUnused(IOFWIPAsyncWriteCommand, 2);
191 OSMetaClassDeclareReservedUnused(IOFWIPAsyncWriteCommand, 3);
H A DIOFWIPBusInterface.h39 class IOFWIPAsyncWriteCommand;
197 IOFWIPAsyncWriteCommand *getAsyncCommand(bool block, bool *deferNotify);
199 void returnAsyncCommand(IOFWIPAsyncWriteCommand *cmd);
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp34 #pragma mark ��� IOFWIPAsyncWriteCommand methods ���
37 IOFWIPAsyncWriteCommand - Asynchronous write command class
40 OSDefineMetaClassAndStructors(IOFWIPAsyncWriteCommand, IOFWWriteCommand);
41 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 0);
42 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 1);
43 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 2);
44 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 3);
51 bool IOFWIPAsyncWriteCommand::initAll(IOFireWireIP *networkObject, IOFWIPBusInterface *fwIPBusIfObject, UInt32 cmdLen, FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset)
112 void IOFWIPAsyncWriteCommand::free()
136 void IOFWIPAsyncWriteCommand
[all...]
H A DIOFWIPBusInterface.cpp137 IOFWIPAsyncWriteCommand *cmd1 = NULL;
141 while( NULL != (cmd1 = OSDynamicCast(IOFWIPAsyncWriteCommand, iterator->getNextObject())) )
742 IOFWIPAsyncWriteCommand *IOFWIPBusInterface::getAsyncCommand(bool block, bool *deferNotify)
744 IOFWIPAsyncWriteCommand * cmd = (IOFWIPAsyncWriteCommand *)fAsyncCmdPool->getCommand(block);
750 cmd = new IOFWIPAsyncWriteCommand;
786 void IOFWIPBusInterface::returnAsyncCommand(IOFWIPAsyncWriteCommand *cmd)
851 IOFWIPAsyncWriteCommand *cmd1 = NULL;
860 cmd1 = (IOFWIPAsyncWriteCommand*)fAsyncCmdPool->getCommand(false);
1039 IOFWIPAsyncWriteCommand *cm
[all...]

Completed in 182 milliseconds