Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp1241 unsigned commandRemaining = commandBlocks - commandOffset; in getBlocks() local
1242 if (readCount > commandRemaining) in getBlocks()
1244 readCount = commandRemaining; in getBlocks()