Lines Matching refs:geometry
492 reference to `geometry' structure to new `geom' one.
589 (struct geometry): Added a new member ``sector_size''.
2054 geometry explicitly. This shouldn't be harmful, as INT 13,
2056 even with LBA because of a geometry problem, you can never read
3333 geometry methods fail, such as when the drive is mapped to a
3599 Don't check for the geometry, since some BIOSes don't return the
6792 (Commands): Added descriptions about "geometry", "device" and
7290 (get_diskinfo): Use get_drive_geometry to set the geometry of
7449 modified geometry to GEOM and reset BUF_DRIVE. Reported by Pavel
7475 set the geometry of a drive specified to them.
7857 "geometry", print the device file name instead of CHS/LBA
7887 * stage2/cmdline.c (commands): Added geometry.
7888 (enter_cmdline): If CUR_HEAP has the string "geometry", print
8708 * shared_src/shared.h (struct geometry): Declare total_sectors as
8714 (get_diskinfo) [DEBUG]: Print the geometry of DRIVE.
8744 * shared_src/shared.h (struct geometry): Added new member,
8871 * shared_src/asm.S (biosdisk): Use a structure for geometry
8873 (get_diskinfo): Take a pointer to a geometry structure as the
8874 second argument, and fill a geometry in it. Return 1 if an error
8878 struct geometry.
8879 * shared_src/disk_io.c (buf_geom): Declare as struct geometry.
8884 (struct geometry): New structure.