Searched refs:geometry (Results 1 – 23 of 23) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | README.aha152x | 111 The number of cylinders/heads/sectors is called geometry and is required 116 geometry just to be able to support that addressing scheme. The geometry 118 do with the real/physical geometry of the disk (which is usually 124 the right geometry to be able to interpret it. 130 The AHA-1522 BIOS calculates the geometry by fixing the number of heads 148 geometry right in most cases: 153 - take current geometry from the partition table
|
D | megaraid.h | 940 u8 geometry:4; /* member
|
D | megaraid2.h | 755 u8 geometry:4; /* member
|
D | ChangeLog | 1129 read the partition table. Attempt to deduce the geometry from 1132 of identifying the geometry. 1773 data. Use kernel_scsi_ioctl to request mode page with geometry.
|
D | README.ibmmca | 319 The ibmmca_biosparams() function should return the same disk geometry 320 as the bios. This is needed for fdisk, etc. The returned geometry is
|
/linux-2.4.37.9/scripts/ |
D | header.tk | 110 wm geometry $w +$winx+$winy 138 wm geometry $w +$winx+$winy 164 wm geometry $w +$winx+$winy 192 wm geometry $w +$winx+$winy 520 wm geometry $w +$winx+$winy 573 wm geometry $w +$winx+$winy
|
D | README.Menuconfig | 139 set to display more than the standard 25 row by 80 column geometry. 141 display the screen's current row and column geometry. I STRONGLY
|
/linux-2.4.37.9/drivers/block/ |
D | ps2esdi.c | 1095 struct ps2esdi_geometry *geometry = (struct ps2esdi_geometry *) arg; in ps2esdi_ioctl() local 1102 if ((err = verify_area(VERIFY_WRITE, geometry, sizeof(*geometry)))) in ps2esdi_ioctl() 1104 put_user(ps2esdi_info[dev].head, (char *) &geometry->heads); in ps2esdi_ioctl() 1105 put_user(ps2esdi_info[dev].sect, (char *) &geometry->sectors); in ps2esdi_ioctl() 1106 put_user(ps2esdi_info[dev].cyl, (short *) &geometry->cylinders); in ps2esdi_ioctl() 1108 (long *) &geometry->start); in ps2esdi_ioctl()
|
D | xd.c | 332 struct hd_geometry *geometry = (struct hd_geometry *) arg; in xd_ioctl() local 337 return copy_to_user(geometry, &g, sizeof g) ? -EFAULT : 0; in xd_ioctl()
|
/linux-2.4.37.9/Documentation/ |
D | ide.txt | 148 For really weird situations, the apparent (fdisk) geometry can also be specified 160 override the physical geometry/irq specified, though the "original" geometry 161 may be retained as the "logical" geometry for partitioning purposes (fdisk). 268 "hdx=cyl,head,sect" : disk drive is present, with specified geometry 370 geometry with more than 1024 cylinders. 376 the real (hidden) geometry, which is always limited to 16 or fewer heads). 383 2. The physical geometry fields of the disk partition table only 386 instead of the physical Cyl/Head/Sect (CHS) geometry fields. 390 fields of the partition table instead of the physical CHS geometry fields. 413 a translated logical geometry into the BIOS/CMOS setup for the drive. [all …]
|
D | kernel-parameters.txt | 245 hd= [EIDE] (E)IDE hard drive subsystem geometry
|
D | README.DAC960 | 244 will cause the logical drive geometry to have more than 65535 cylinders which
|
D | Configure.help | 14218 Specific CFI Flash geometry selection 26385 Autodetect hard drive geometry
|
/linux-2.4.37.9/drivers/acorn/block/ |
D | Config.in | 11 bool ' Autodetect hard drive geometry' CONFIG_BLK_DEV_MFM_AUTODETECT
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | meye.txt | 74 xawtv -c /dev/video0 -geometry 640x480 76 xawtv -c /dev/video0 -geometry 320x240
|
D | Zoran | 449 standard is "more constant" for current country than geometry
|
/linux-2.4.37.9/drivers/ide/ |
D | Makefile | 32 ide-default.o ide-probe.o ide-geometry.o
|
/linux-2.4.37.9/drivers/mtd/chips/ |
D | Config.in | 28 bool ' Specific CFI Flash geometry selection' CONFIG_MTD_CFI_GEOMETRY
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | bootsect.S | 154 # We should know the drive geometry to do it, as setup may exceed first
|
/linux-2.4.37.9/arch/i386/boot/ |
D | bootsect.S | 154 # We should know the drive geometry to do it, as setup may exceed first
|
/linux-2.4.37.9/Documentation/fb/ |
D | framebuffer.txt | 87 visible and virtual geometry, depth, color map format, timing, and so on.
|
/linux-2.4.37.9/Documentation/m68k/ |
D | kernel-options.txt | 249 This option sets the disk geometry of an IDE disk. The first hd= 252 to use this option, since the kernel can obtain the geometry data
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | proc.txt | 370 geometry physical and logical geometry
|