Searched refs:total_offsets (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.c645 uint32_t i, total_offsets, offsets_read, blk; local
747 total_offsets = sc->nblocks + 1;
749 total_offsets * sizeof(uint64_t) > pp->mediasize) {
754 sc->toc = malloc(total_offsets * sizeof(struct g_uzip_blk),
756 offsets_read = MIN(total_offsets,
764 for (blk = 1; offsets_read < total_offsets; blk++) {
772 nread = MIN(total_offsets - offsets_read,

Completed in 67 milliseconds