Lines Matching defs:numsecs
2911 const char *cname, RF_SectorCount_t size, uint64_t numsecs,
2922 if (rf_reasonable_label(clabel, numsecs) &&
2963 uint64_t numsecs;
3042 error = getdisksize(vp, &numsecs, &secsize);
3077 device_xname(dv), dkw.dkw_size, numsecs, secsize);
3137 label.d_partitions[i].p_size, numsecs, secsize);
3167 label.d_partitions[RAW_PART].p_size, numsecs, secsize);
3176 rf_reasonable_label(RF_ComponentLabel_t *clabel, uint64_t numsecs)
3201 if (numsecs)
3202 rf_fix_old_label_size(clabel, numsecs);
3212 * disks will also have numsecs set to less than 32 bits of sectors,
3219 rf_fix_old_label_size(RF_ComponentLabel_t *clabel, uint64_t numsecs)
3222 if (numsecs < ((uint64_t)1 << 32)) {
3772 uint64_t numsecs;
3776 error = getdisksize(vp, &numsecs, &secsize);
3779 diskPtr->numBlocks = numsecs - rf_protectedSectors;
3780 diskPtr->partitionSize = numsecs;