Lines Matching defs:nsect
237 int nsect;313 nsect = (boot_image_len + SECTOR_SIZE - 1) >> SECTOR_SHIFT;314 nsect += 2; /* Two sectors for the ADV */315 sectp = alloca(sizeof(sector_t) * nsect);318 if (sectmap(fd, sectp, nsect)) {326 for (i = 0; i < nsect - 2; i++)333 rv = syslinux_patch(sectp, nsect, opt.stupid_mode,