| /src/sys/compat/linux/common/ |
| linux_hdio.h | 77 u_short cylinders; member in struct:linux_hd_geometry 84 u_int cylinders; member in struct:linux_hd_big_geometry
|
| /src/sys/compat/linux/arch/i386/ |
| linux_machdep.c | 794 u_int cylinders; local 911 * if possible (extending its # of cylinders if it's beyond 929 cylinders = bip->bi_cyl; 930 biostotal = heads * sectors * cylinders; 934 cylinders = realtotal / (heads * sectors); 937 cylinders = label.d_ncylinders; 944 hdg.cylinders = cylinders; 952 hdg_big.cylinders = cylinders; [all...] |
| /src/sbin/fdisk/ |
| fdisk.c | 183 static unsigned int cylinders, sectors, heads; variable 659 "%*s[-b cylinders/heads/sectors] \\\n" 1617 * We may get the number of cylinders slightly wrong (in 1646 /* BIOS may use 256 heads or 1024 cylinders */ 1695 /* Estimate the number of cylinders. */ 1702 * Be willing to shove cylinders up a little bit to make things work, 1717 * But cylinders cannot be > 1024. 2361 cylinders, heads, sectors, disksectors); 2371 printf("cylinders: %d, heads: %d, sectors/track: %d " 2373 "bytes/sector: %zd\n\n", cylinders, heads, sectors [all...] |
| /src/sys/arch/sparc/dev/ |
| fd.c | 243 int cylinders; /* total num of cylinders */ member in struct:fd_type 796 type->cylinders, type->heads, type->sectrac); 2025 form_parms->ncyl = fd->sc_type->cylinders; 2086 fd->sc_type->cylinders = form_parms->ncyl; 2104 form_cmd->cylinder >= fd->sc_type->cylinders) { 2256 lp->d_ncylinders = fd->sc_type->cylinders;
|
| /src/sys/arch/sparc64/dev/ |
| fdc.c | 275 int cylinders; /* total num of cylinders */ member in struct:fd_type 967 type->cylinders, type->heads, type->sectrac); 2208 form_parms->ncyl = fd->sc_type->cylinders; 2269 fd->sc_type->cylinders = form_parms->ncyl; 2287 form_cmd->cylinder >= fd->sc_type->cylinders) { 2439 lp->d_ncylinders = fd->sc_type->cylinders; 2611 dg->dg_ncylinders = fdt->cylinders;
|
| /src/sys/dev/ata/ |
| ata_raidreg.h | 97 uint16_t cylinders; member in struct:promise_raid_conf::__anon2504
|
| /src/sys/dev/i2o/ |
| dptivar.h | 198 u_int16_t cylinders; /* Upto 1024 */ member in struct:dpt_dparam
|