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

/freebsd-10.2-release/usr.sbin/diskinfo/
H A Ddiskinfo.c241 off_t b0, b1, sectorcount, step; local
243 sectorcount = mediasize / sectorsize;
244 step = 1ULL << (flsll(sectorcount / (4 * 200)) - 1);
254 b1 = sectorcount - step;
265 b0 = sectorcount / 4;
266 b1 = b0 + sectorcount / 2;
276 b0 = sectorcount / 4;
277 b1 = b0 + sectorcount / 4;
288 b0 = sectorcount / 2;
297 b0 = sectorcount /
[all...]
/freebsd-10.2-release/sys/dev/flash/
H A Dmx25l.c65 unsigned int sectorcount; member in struct:mx25l_flash_ident
390 sc->sc_disk->d_mediasize = ident->sectorsize * ident->sectorcount;
405 ident->name, ident->sectorsize, ident->sectorcount);
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c6056 bit32 sectorcount = 0; local
6307 sectorcount = (0x0FFFFFFF - 1) - lba;
6311 sectorcount = tl;
6314 if (sectorcount <= 0)
6328 TI_DBG1(("satWriteSame10CB: incorrect sectorcount 0x%x\n", sectorcount));
6332 if (sectorcount == satDevData->satSectorDone)
/freebsd-10.2-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmsatcb.c3975 bit32 sectorcount = 0; local
4227 sectorcount = (0x0FFFFFFF - 1) - lba;
4231 sectorcount = tl;
4234 if (sectorcount <= 0)
4248 SM_DBG1(("smsatWriteSame10CB: incorrect sectorcount 0x%x!!!\n", sectorcount));
4252 if (sectorcount == oneDeviceData->satSectorDone)

Completed in 132 milliseconds