Searched refs:cylinders (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_hdio.h77 u_short cylinders; member in struct:linux_hd_geometry
84 u_int cylinders; member in struct:linux_hd_big_geometry
H A Dlinux_hdio.c119 hdg.cylinders = labp->d_ncylinders;
137 hdg_big.cylinders = labp->d_ncylinders;
/netbsd-6-1-5-RELEASE/distrib/mac68k/miniroot/
H A Dinstall.md72 dmesg | awk -F : '/^sd[0-9]*:.*cylinders/ { print $1; }' | sort -u
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/i386/
H A Dmsg.md.en85 {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
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mbr.en89 The number of cylinders will be calculated from the disk size.
95 The physical geometry is %d cylinders %d sectors %d heads\n}
99 geometry is %d cylinders %d sectors %d heads\n}
H A Dmsg.mi.en208 {Change input units (sectors/cylinders/MB)}
270 MB cylinders sectors
H A Dmsg.mi.pl269 MB cylinders sectors
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c827 u_int cylinders; local
943 * if possible (extending its # of cylinders if it's beyond
962 cylinders = bip->bi_cyl;
963 biostotal = heads * sectors * cylinders;
967 cylinders = realtotal / (heads * sectors);
970 cylinders = labp->d_ncylinders;
976 hdg.cylinders = cylinders;
983 hdg_big.cylinders = cylinders;
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_raid_promise.c179 aai->aai_cylinders = info->raid.cylinders + 1;
H A Data_raidreg.h97 uint16_t cylinders; member in struct:promise_raid_conf::__anon7096
/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Ddptivar.h198 u_int16_t cylinders; /* Upto 1024 */ member in struct:dpt_dparam
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dfdc.c275 int cylinders; /* total num of cylinders */ member in struct:fd_type
947 type->cylinders, type->heads, type->sectrac);
2187 form_parms->ncyl = fd->sc_type->cylinders;
2248 fd->sc_type->cylinders = form_parms->ncyl;
2266 form_cmd->cylinder >= fd->sc_type->cylinders) {
2422 lp->d_ncylinders = fd->sc_type->cylinders;
2602 prop_dictionary_set_uint64(geom, "cylinders-per-unit",
2603 fdt->cylinders);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dfd.c243 int cylinders; /* total num of cylinders */ member in struct:fd_type
776 type->cylinders, type->heads, type->sectrac);
2001 form_parms->ncyl = fd->sc_type->cylinders;
2062 fd->sc_type->cylinders = form_parms->ncyl;
2080 form_cmd->cylinder >= fd->sc_type->cylinders) {
2236 lp->d_ncylinders = fd->sc_type->cylinders;
/netbsd-6-1-5-RELEASE/distrib/alpha/instkernel/ramdisk/
H A Dinstall.sh194 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 "
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c189 static unsigned int cylinders, sectors, heads; variable
604 "%*s[-b cylinders/heads/sectors] \\\n"
1566 * We may get the number of cylinders slightly wrong (in
1595 /* BIOS may use 256 heads or 1024 cylinders */
1642 /* Estimate the number of cylinders. */
1649 * Be willing to shove cylinders up a little bit to make things work,
1664 * But cylinders cannot be > 1024.
2296 cylinders, heads, sectors, disksectors);
2306 printf("cylinders: %d, heads: %d, sectors/track: %d "
2308 cylinders, head
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-iface.c1109 int dm_task_set_geometry(struct dm_task *dmt, const char *cylinders, const char *heads, const char *sectors, const char *start) argument
1111 size_t len = strlen(cylinders) + 1 + strlen(heads) + 1 + strlen(sectors) + 1 + strlen(start) + 1;
1118 if (sprintf(dmt->geometry, "%s %s %s %s", cylinders, heads, sectors, start) < 0) {
H A Dlibdm-nbsd-iface.c584 int dm_task_set_geometry(struct dm_task *dmt, const char *cylinders, argument
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dlibdevmapper.h171 int dm_task_set_geometry(struct dm_task *dmt, const char *cylinders, const char *heads, const char *sectors, const char *start);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A Dlibdevmapper.h171 int dm_task_set_geometry(struct dm_task *dmt, const char *cylinders, const char *heads, const char *sectors, const char *start);
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dpartition_map.c881 printf("HDIO_GETGEO: heads=%d, sectors=%d, cylinders=%d, start=%d, total=%d\n",
883 geometry.cylinders, geometry.start,
884 geometry.heads*geometry.sectors*geometry.cylinders);

Completed in 207 milliseconds