Lines Matching full:__linux__
518 * lib/device.c (get_ataraid_disk_name) [__linux__]: New
520 (init_device_map) [__linux__]: Probe ATARAID disks.
602 * lib/device.c [__linux__] (MAJOR): Support 32 bit and 64 bit
1448 [__linux__] (HDIO_GETGEO): Defined.
1449 [__linux__] (hd_geometry): Likewise.
1450 [__linux__] (FLOPPY_MAJOR): Likewise.
1451 [__linux__] (MINORBITS): Likewise.
1452 [__linux__] (MAJOR): Likewise.
2113 (init_device_map) [__linux__]: Add support for DAC960.
2716 * lib/device.c [__linux__] (write_to_partition): Use strcpy
3070 [__linux__] (have_devfs): New function.
3071 (get_floppy_disk_name) [__linux__]: If devfs is supported, use
3073 (init_device_map) [__linux__]: If devfs is supported, use
3075 [__linux__] (write_to_partition): Change the size of DEV to
3150 * lib/device.c [__linux__] (write_to_partition): Open DEV with
3214 * lib/device.c [__linux__]: Don't include <linux/cdrom.h>.
3215 [__linux__ && !CDROM_GET_CAPABILITY] (CDROM_GET_CAPABILITY):
3599 * lib/device.c [__linux__]: Don't include linux/fs.h.
3601 * grub/asmstub.c [__linux__]: Don't include linux/fs.h.
3872 (embed_func) [GRUB_UTIL && __linux__]: When embedding a Stage
3884 (install_func) [GRUB_UTIL && __linux__]: If STAGE2_OS_FILE is
3897 [__linux__] (write_to_partition): New function.
3898 * lib/device.h [__linux__] (write_to_partition): Declared.
3932 * grub/asmstub.c (biosdisk) [__linux__]: The first argument for
4006 (biosdisk) [__linux__]: Likewise.
4144 * grub/asmstub.c [__linux__]: Don't include linux/hdreg.h,
4980 * grub/asmstub.c [__linux__]: Include <linux/cdrom.h> for
4984 (check_device) [__linux__] [CDROM_GET_CAPABILITY]: If ioctl for
5126 * grub/asmstub.c [__linux__]: Include <linux/kdev_t.h> for the
5161 * grub/asmstub.c [__linux__]: Include <linux/major.h> for the
5163 (check_device) [__linux__]: Skip the HDIO_GETGEO ioctl if the
5428 * grub/asmstub.c (biosdisk) [__linux__]: Use _llseek when
5736 * grub/asmstub.c (check_device) [__linux__]: Check if DEVICE is
5888 * grub/asmstub.c (get_diskinfo) [__linux__
7122 * grub/asmstub.c [__linux__]: On GLibc 2.0 and newer use lseek,
7339 (biosdisk) [!__linux__]: Pass the offset argument as off_t
7342 (grub_stage2) [!__linux__ && !__GNU__]: Print a warning message.
8202 * grub/asmstub.c [__linux__]: Include linux/fs.h for BLKFLSBUF.
8204 (gurb_stage2) [__linux__]: Invalidate buffer caches by BLKFLSBUF
8390 * grub/asmstub.c (grub_stage2) [__linux__]: Don't use /dev/fd1.
8392 (biosdisk) [__linux__]: Add a prototype for _llseek.
8644 (biosdisk) [__linux__]: Use _llseek instead of lseek.