Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pdisk/dist/
H A Dlayout_dump.c157 int lineLength; in DumpRawBuffer() local
161 for (lineStart = 0; lineStart < length; lineStart += lineLength) { in DumpRawBuffer()
162 lineLength = kLineSize; in DumpRawBuffer()
163 if (lineStart + lineLength > length) in DumpRawBuffer()
164 lineLength = length - lineStart; in DumpRawBuffer()
166 for (i = 0; i < lineLength; i++) in DumpRawBuffer()
171 for (i = 0; i < lineLength; i++) { in DumpRawBuffer()