Searched refs:IOFireWireAVCCommand (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.h27 /*! @class IOFireWireAVCCommand
29 class IOFireWireAVCCommand : public IOFWCommand class in inherits:IOFWCommand
31 OSDeclareDefaultStructors(IOFireWireAVCCommand)
72 static IOFireWireAVCCommand *withNub(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen,
75 static IOFireWireAVCCommand *withNub(IOFireWireNub *device, UInt32 generation,
87 OSMetaClassDeclareReservedUsed(IOFireWireAVCCommand, 0);
88 OSMetaClassDeclareReservedUnused(IOFireWireAVCCommand, 1);
89 OSMetaClassDeclareReservedUnused(IOFireWireAVCCommand, 2);
90 OSMetaClassDeclareReservedUnused(IOFireWireAVCCommand, 3);
H A DIOFireWireAVCCommand.cpp22 #include <IOKit/avc/IOFireWireAVCCommand.h>
38 class IOFireWireAVCCommandInGen : public IOFireWireAVCCommand
61 OSDefineMetaClassAndStructors(IOFireWireAVCCommand, IOFWCommand)
62 //OSMetaClassDefineReservedUnused(IOFireWireAVCCommand, 0);
63 OSMetaClassDefineReservedUnused(IOFireWireAVCCommand, 1);
64 OSMetaClassDefineReservedUnused(IOFireWireAVCCommand, 2);
65 OSMetaClassDefineReservedUnused(IOFireWireAVCCommand, 3);
77 void IOFireWireAVCCommand::writeDone(void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd)
79 IOFireWireAVCCommand *me = (IOFireWireAVCCommand *)refco
[all...]
H A DIOFireWireAVCUnit.h35 class IOFireWireAVCCommand;
175 IOFireWireAVCCommand *fCommand;
H A DIOFireWireAVCUnit.cpp23 #include <IOKit/avc/IOFireWireAVCCommand.h>
1154 IOFireWireAVCCommand *cmd;
1163 cmd = IOFireWireAVCCommand::withNub(fDevice, in, len, out, size);
1202 IOFireWireAVCCommand *cmd;
1208 cmd = IOFireWireAVCCommand::withNub(fDevice, generation, in, len, out, size);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h454 friend class IOFireWireAVCCommand;

Completed in 101 milliseconds