Home
last modified time | relevance | path

Searched refs:geometry (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dbios.c49 biosdisk (int read, int drive, struct geometry *geometry, in biosdisk() argument
55 if (geometry->flags & BIOSDISK_FLAG_LBA_EXTENSION) in biosdisk()
70 if (sector >= geometry->total_sectors) in biosdisk()
95 if (geometry->flags & BIOSDISK_FLAG_CDROM) in biosdisk()
98 geometry->flags &= ~BIOSDISK_FLAG_LBA_EXTENSION; in biosdisk()
99 geometry->total_sectors = ((unsigned long long)geometry->cylinders in biosdisk()
100 * geometry->heads in biosdisk()
101 * geometry->sectors); in biosdisk()
102 return biosdisk (read, drive, geometry, sector, nsec, segment); in biosdisk()
113 sector_offset = sector % geometry->sectors + 1; in biosdisk()
[all …]
H A Dshared.h629 extern struct geometry *disks;
695 struct geometry struct
719 extern struct geometry buf_geom; argument
890 int get_diskinfo (int drive, struct geometry *geometry);
891 int biosdisk (int subfunc, int drive, struct geometry *geometry,
H A Dcommon.c281 struct geometry geom; in init_bios_info()
346 struct geometry geom; in init_bios_info()
H A Ddisk_io.c141 struct geometry buf_geom;
1535 struct geometry geom; in print_completions()
H A Dboot.c956 struct geometry geom; in bsd_boot()
H A Dbuiltins.c1803 struct geometry geom; in geometry_func()
2224 struct geometry dest_geom, src_geom; in install_func()
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dmedia.c373 struct dk_geom geometry; local
417 if (ioctl(fd, DKIOCG_PHYGEOM, &geometry) >= 0) {
420 if (ioctl(fd, DKIOCGGEOM, &geometry) >= 0) {
428 geometry.dkg_ncyl * geometry.dkg_nhead * geometry.dkg_nsect)
432 if (nvlist_add_uint32(attrs, DM_NCYLINDERS, geometry.dkg_ncyl)
437 geometry.dkg_pcyl) != 0) {
441 geometry.dkg_acyl) != 0) {
445 geometry.dkg_nhead) != 0) {
448 if (nvlist_add_uint32(attrs, DM_NSECTORS, geometry.dkg_nsect)
453 geometry.dkg_ncyl) != 0) {
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt33 I had to come up with some sort of synthetic device geometry in the
34 case that a drive supports LBA access and therefore the BIOS's geometry
68 implement this algorithm in deriving the capacity and geometry
107 the capacity that the current CHS geometry can address and [57:58] must be
124 - Yes, you know that current CHS geometry of the drive, you are done.
125 If you don't like this geometry then issue an Init Drv Params with
146 drive capacity. Issue an Init Drv Params to set the default geometry
161 All we did here was find a CHS geometry and a drive capacity that should
162 work. If the drive has a Master Boot Record then this geometry may not
/titanic_50/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c84 struct geometry *disks = 0;
759 get_diskinfo (int drive, struct geometry *geometry) in get_diskinfo() argument
824 *geometry = disks[drive]; in get_diskinfo()
930 biosdisk (int subfunc, int drive, struct geometry *geometry, in biosdisk() argument
934 int fd = geometry->flags; in biosdisk()
/titanic_50/usr/src/grub/grub-0.97/lib/
H A Ddevice.h36 extern void get_drive_geometry (struct geometry *geom, char **map, int drive);
H A Ddevice.c140 get_drive_geometry (struct geometry *geom, char **map, int drive) in get_drive_geometry()
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-466 2. Detect the geometry and the accessing mode of the "loading drive".
80 Note that Stage 2 (or Stage 1.5) does not probe the geometry or the
199 * geometry: geometry.
H A Dgrub.info-21185 * geometry:: Manipulate the geometry of a drive
1358 File: grub.info, Node: fstest, Next: geometry, Prev: find, Up: Command-line and menu entry comm…
1374 File: grub.info, Node: geometry, Next: halt, Prev: fstest, Up: Command-line and menu entry comm…
1376 geometry
1379 - Command: geometry drive [cylinder head sector [total_sector]]
1381 can set the geometry of the drive arbitrarily. The number of
1388 File: grub.info, Node: halt, Next: help, Prev: geometry, Up: Command-line and menu entry comman…
H A Dinternals.texi328 Detect the geometry and the accessing mode of the @dfn{loading drive}.
349 Note that Stage 2 (or Stage 1.5) does not probe the geometry
H A Dgrub.info255 Be independent of drive geometry translations
269 In traditional disk calls (called "CHS mode"), there is a geometry
2489 * geometry:: Manipulate the geometry of a drive
2662 File: grub.info, Node: fstest, Next: geometry, Prev: find, Up: Command-line and menu entry comm…
2678 File: grub.info, Node: geometry, Next: halt, Prev: fstest, Up: Command-line and menu entry comm…
2680 13.3.13 geometry
2683 -- Command: geometry drive [cylinder head sector [total_sector]]
2685 can set the geometry of the drive arbitrarily. The number of
2692 File: grub.info, Node: halt, Next: help, Prev: geometry, Up: Command-line and menu entry comman…
3140 attempt to determine the size and geometry of the hard disk failed.
[all …]
H A Dgrub.texi306 @item Be independent of drive geometry translations
321 In traditional disk calls (called @dfn{CHS mode}), there is a geometry
2676 * geometry:: Manipulate the geometry of a drive
2854 @node geometry
2855 @subsection geometry
2857 @deffn Command geometry drive [cylinder head sector [total_sector]]
2859 can set the geometry of the drive arbitrarily. The number of
3288 to determine the size and geometry of the hard disk failed.
3292 to determine the size and geometry of the floppy disk failed. It's listed
3302 BIOS translated geometry has been changed by the user or the disk is
H A Dgrub.info-3431 attempt to determine the size and geometry of the hard disk failed.
435 attempt to determine the size and geometry of the floppy disk
446 occur because the BIOS translated geometry has been changed by the
H A Dgrub.info-1254 Be independent of drive geometry translations
268 In traditional disk calls (called "CHS mode"), there is a geometry
H A Dmultiboot.texi876 @samp{drive_sectors}, indicate the geometry of the drive detected by the
H A Dmultiboot.info811 `drive_sectors', indicate the geometry of the drive detected by the
/titanic_50/usr/src/grub/grub-0.97/util/
H A Dmkbimage387 geometry $device $cylinders $heads $sectors
390 geometry $geo_option -w $type_option $device $cylinders $heads $sectors
/titanic_50/usr/src/grub/grub-0.97/
H A DNEWS285 check if GRUB accesses a drive in LBA mode by the command "geometry".
304 * The command "geometry" displays the information of a drive specified
305 and set the geometry to arbitrary C/H/S values if the optional
324 uses the Linux HDIO_GETGEO ioctl to determine hard disk geometry.
H A DChangeLog492 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.
[all …]
/titanic_50/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h1113 cistpl_geometry_t geometry; member