Searched refs:get_diskinfo (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | common.c | 286 if (get_diskinfo (drive, &geom)) in init_bios_info() 349 if (get_diskinfo (boot_drive, &geom) in init_bios_info()
|
H A D | bios.c | 211 get_diskinfo (int drive, struct geometry *geometry) in get_diskinfo() function
|
H A D | disk_io.c | 182 if (get_diskinfo (drive, &buf_geom)) in rawread() 954 if (get_diskinfo (current_drive, &buf_geom)) in real_open_partition() 1558 && ! get_diskinfo (disk_no, &geom)) in print_completions()
|
H A D | shared.h | 893 int get_diskinfo (int drive, struct geometry *geometry);
|
H A D | boot.c | 959 get_diskinfo (i + 0x80, &geom); in bsd_boot()
|
H A D | builtins.c | 1819 if (get_diskinfo (current_drive, &geom)) in geometry_func()
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 762 get_diskinfo (int drive, struct geometry *geometry) in get_diskinfo() function
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 623 (get_diskinfo): Call get_cdinfo if the drive is greater than or 697 * grub/asmstub.c (get_diskinfo): Check if ERRNO is EPERM as 971 * stage2/bios.c (get_diskinfo): PhoenixBIOS 4.0 Revision 6.0 2064 * stage2/bios.c (get_diskinfo): Clear out the structure DRP 2249 (get_diskinfo): Don't call get_diskinfo_floppy any longer. 2857 * stage2/bios.c (get_diskinfo): Append 16 bytes dummy data to 2953 * stage2/bios.c (get_diskinfo): If BIOS supports LBA but doesn't 4523 * stage2/bios.c (get_diskinfo): Get rid of the wrong check for 5015 * stage2/bios.c (get_diskinfo): Don't use #ifdef for 5596 * stage2/bios.c (get_diskinfo): Check if LBA read/write [all …]
|