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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dfibmap.c25 static const unsigned int sector_bytes = 512; // FIXME someday variable
158 unsigned int blksize = sectors_per_block * sector_bytes;
261 sectors_per_block = blksize / sector_bytes;
264 file_name, blksize, start_lba, sector_bytes);
H A Didentify.c654 unsigned int sector_bytes = 512; local
929 printf("\t%-31s %11u bytes\n","Logical/Physical Sector size:", sector_bytes);
936 sector_bytes = 2 * lsize;
937 printf("\t%-31s %11u bytes\n","Logical Sector size:", sector_bytes);
938 printf("\t%-31s %11u bytes\n","Physical Sector size:", sector_bytes * pfactor);
941 printf("\t%-31s %11u bytes\n", "Logical Sector-0 offset:", offset * sector_bytes);
946 bbbig *= (sector_bytes / 512);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhdreg.h404 unsigned short sector_bytes; /* unformatted bytes per sector */ member in struct:hd_driveid
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1125 id->sector_bytes, id->ecc_bytes,

Completed in 73 milliseconds