HomeSort by: relevance | last modified time | path
    Searched refs:cylinders (Results 1 - 21 of 21) sorted by relevancy

  /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
linux_hdio.c 119 hdg.cylinders = label.d_ncylinders;
138 hdg_big.cylinders = label.d_ncylinders;
  /src/distrib/utils/embedded/conf/
riscv.conf 37 local cylinders=$(( ${totalsize} / ${spc} ))
48 cylinders: ${cylinders} key
evbmips.conf 39 local cylinders=$(( ${totalsize} / ${spc} ))
50 cylinders: ${cylinders} key
x86.conf 27 local cylinders=$(( ${totalsize} / ${spc} ))
38 cylinders: ${cylinders} key
evbarm.conf 39 local cylinders=$(( ${totalsize} / ${spc} ))
50 cylinders: ${cylinders} key
evbppc.conf 39 local cylinders=$(( ${totalsize} / ${spc} ))
50 cylinders: ${cylinders} key
  /src/usr.sbin/sysinst/arch/playstation2/
msg.md.en 63 {BIOS # cylinders heads sectors
76 { BIOS # cylinders heads sectors
msg.md.fr 63 {BIOS # cylinders heads sectors
76 { BIOS # cylinders heads sectors
  /src/usr.sbin/sysinst/
msg.mbr.en 58 The number of cylinders will be calculated from the disk size.
64 The physical geometry is %d cylinders %d sectors %d heads\n}
68 geometry is %d cylinders %d sectors %d heads\n}
  /src/distrib/mac68k/miniroot/
install.md 72 mi_filter_dmesg | awk -F : '/^sd[0-9]*:.*cylinders/ { print $1; }' | sort -u
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 85 {BIOS # cylinders heads sectors total sectors GB
105 { BIOS # cylinders heads sectors total sectors GB
116 should not be changed (the values for cylinders, heads and sectors are
  /src/distrib/hp300/miniroot/
install.md 144 number of cylinders on the disk will be increased by 1 so that the initial
146 make absolutely certain you subtract 1 from the total number of cylinders,
149 size = (sectors per track) * (tracks per cyl) * (total cylinders)
177 echo -n "Number of cylinders? "
218 # of cylinders up 1 so that disklabel(8) doesn't complain about
224 # we can fix up the number of cylinders and make the size of
239 echo "must reset the 'cylinders' value to ${_cylinders}, and adjust"
259 (filesystem block size), and cpg (cylinders per group) values. If you
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 794 u_int cylinders; local in function:linux_machdepioctl
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/sys/dev/ata/
ata_raid_promise.c 180 aai->aai_cylinders = info->raid.cylinders + 1;
ata_raidreg.h 97 uint16_t cylinders; member in struct:promise_raid_conf::__anon736e3db70108
  /src/sys/dev/i2o/
dptivar.h 198 u_int16_t cylinders; /* Upto 1024 */ member in struct:dpt_dparam
  /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/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/distrib/alpha/instkernel/ramdisk/
install.sh 194 echo -n "Number of disk cylinders? "
212 echo "arranged as $cyls_per_disk cylinders which contain $cylindersize "
215 echo "You can specify partition sizes in cylinders ('c') or sectors ('s')."
217 echo -n "What units would you like to use? [cylinders] "
218 getresp cylinders
222 sizeunit="cylinders"
230 echo "Enter cylinders ('c') or sectors ('s')."
253 echo -n "Using $badspacesec sectors ($badspacecyl cylinders) for the "
  /src/sbin/fdisk/
fdisk.c 180 static unsigned int cylinders, sectors, heads; variable in typeref:typename:unsigned int
656 "%*s[-b cylinders/heads/sectors] \\\n"
1614 * We may get the number of cylinders slightly wrong (in
1643 /* BIOS may use 256 heads or 1024 cylinders */
1692 /* Estimate the number of cylinders. */
1699 * Be willing to shove cylinders up a little bit to make things work,
1714 * But cylinders cannot be > 1024.
2358 cylinders, heads, sectors, disksectors);
2368 printf("cylinders: %d, heads: %d, sectors/track: %d "
2370 "bytes/sector: %zd\n\n", cylinders, heads, sectors
    [all...]

Completed in 46 milliseconds