Lines Matching defs:sectors
550 unsigned int idx, sectors, tblsz, size;
566 sectors = howmany(tblsz, pp->sectorsize);
567 buf = g_malloc(sectors * pp->sectorsize, M_WAITOK | M_ZERO);
568 for (idx = 0; idx < sectors; idx += maxphys / pp->sectorsize) {
569 size = (sectors - idx > maxphys / pp->sectorsize) ? maxphys:
570 (sectors - idx) * pp->sectorsize;
739 * Wipe the first 2 sectors and last one to clear the partitioning.
740 * Wipe sectors only if they have valid metadata.
877 * number of sectors needed by GPT is 6, any medium that has less
878 * than 6 sectors is never going to be able to hold a GPT. The
881 * 2 sectors for the GPT headers (each 1 sector)
882 * 2 sectors for the GPT tables (each 1 sector)
1052 * (for 512 byte sectors) or 6 (4k sectors) or larger. This is different