Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp1221 unsigned readCount = maxCount; in getBlocks() local
1242 if (readCount > commandRemaining) in getBlocks()
1244 readCount = commandRemaining; in getBlocks()
1246 return command->getBlocks(commandOffset, readCount, data); in getBlocks()