HomeSort by: relevance | last modified time | path
    Searched defs:linecount (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/raidctl/
rf_configure.c 568 int i, j, numFound, linecount, tableNum, tupleNum, local in function:rf_ReadSpareTable
615 linecount = req->TablesPerSpareRegion * req->TableDepthInPUs;
616 for (i = 0; i < linecount; i++) {
621 "of %d lines", i, linecount);
629 i + 1, linecount);

Completed in 13 milliseconds