Home
last modified time | relevance | path

Searched refs:offLen (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/iokit/Kernel/
H A DIODMACommand.cpp1678 const UInt offLen = offAddr + sizeof(UInt32); in OutputBig32() local
1680 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputBig32()
1689 const UInt offLen = offAddr + sizeof(UInt32); in OutputLittle32() local
1691 OSWriteLittleInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputLittle32()
1709 const UInt offLen = offAddr + sizeof(UInt64); in OutputBig64() local
1711 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputBig64()
1720 const UInt offLen = offAddr + sizeof(UInt64); in OutputLittle64() local
1722 OSWriteLittleInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputLittle64()