Lines Matching refs:IODMACommand

37 #include <IOKit/IODMACommand.h>
85 /**************************** class IODMACommand ***************************/
89 OSDefineMetaClassAndStructors(IODMACommand, IOCommand);
91 OSMetaClassDefineReservedUsed(IODMACommand, 0);
92 OSMetaClassDefineReservedUsed(IODMACommand, 1);
93 OSMetaClassDefineReservedUsed(IODMACommand, 2);
94 OSMetaClassDefineReservedUnused(IODMACommand, 3);
95 OSMetaClassDefineReservedUnused(IODMACommand, 4);
96 OSMetaClassDefineReservedUnused(IODMACommand, 5);
97 OSMetaClassDefineReservedUnused(IODMACommand, 6);
98 OSMetaClassDefineReservedUnused(IODMACommand, 7);
99 OSMetaClassDefineReservedUnused(IODMACommand, 8);
100 OSMetaClassDefineReservedUnused(IODMACommand, 9);
101 OSMetaClassDefineReservedUnused(IODMACommand, 10);
102 OSMetaClassDefineReservedUnused(IODMACommand, 11);
103 OSMetaClassDefineReservedUnused(IODMACommand, 12);
104 OSMetaClassDefineReservedUnused(IODMACommand, 13);
105 OSMetaClassDefineReservedUnused(IODMACommand, 14);
106 OSMetaClassDefineReservedUnused(IODMACommand, 15);
108 IODMACommand *
109 IODMACommand::withSpecification(SegmentFunction outSegFunc,
118 IODMACommand * me = new IODMACommand;
132 IODMACommand *
133 IODMACommand::cloneCommand(void *refCon)
142 IODMACommand::initWithSpecification(SegmentFunction outSegFunc,
226 IODMACommand::free()
238 IODMACommand::setMemoryDescriptor(const IOMemoryDescriptor *mem, bool autoPrepare)
293 IODMACommand::clearMemoryDescriptor(bool autoComplete)
310 IODMACommand::getMemoryDescriptor() const
317 IODMACommand::segmentOp(
319 IODMACommand *target,
443 IODMACommand::walkAll(UInt8 op)
520 DEBG("IODMACommand !alloc IOBMD");
587 IODMACommand::getNumAddressBits(void)
593 IODMACommand::getAlignment(void)
599 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc,
682 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize)
750 DEBG("IODMACommand !iovmAlloc");
786 IODMACommand::complete(bool invalidateCache, bool synchronize)
831 IODMACommand::getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length)
846 IODMACommand::synchronize(IOOptionBits options)
897 IODMACommand::transferSegment(void *reference,
898 IODMACommand *target,
940 IODMACommand::transfer(IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length)
964 IODMACommand::readBytes(UInt64 offset, void *bytes, UInt64 length)
970 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length)
976 IODMACommand::genIOVMSegments(UInt64 *offsetP,
985 IODMACommand::genIOVMSegments(uint32_t op,
1212 IODMACommand::clientOutputSegment(
1213 void *reference, IODMACommand *target,
1237 IODMACommand::genIOVMSegments(SegmentFunction segmentFunction,
1247 IODMACommand::OutputHost32(IODMACommand *,
1257 IODMACommand::OutputBig32(IODMACommand *,
1268 IODMACommand::OutputLittle32(IODMACommand *,
1279 IODMACommand::OutputHost64(IODMACommand *,
1288 IODMACommand::OutputBig64(IODMACommand *,
1299 IODMACommand::OutputLittle64(IODMACommand *,