Searched defs:FLOPPY_MAJOR (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c64 # ifndef FLOPPY_MAJOR
65 # define FLOPPY_MAJOR 2 /* the major number for floppy */ macro
66 # endif /* ! FLOPPY_MAJOR */
457 && MAJOR (st.st_rdev) != FLOPPY_MAJOR
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c58 # ifndef FLOPPY_MAJOR
59 # define FLOPPY_MAJOR 2 /* the major number for floppy */ macro
60 # endif /* ! FLOPPY_MAJOR */
495 && MAJOR (st.st_rdev) != FLOPPY_MAJOR
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c81 # ifndef FLOPPY_MAJOR
82 # define FLOPPY_MAJOR 2 macro
83 # endif /* ! FLOPPY_MAJOR */
94 # define FLOPPY_MAJOR 2 macro
104 # define FLOPPY_MAJOR 2 macro
132 # ifndef FLOPPY_MAJOR
133 # define FLOPPY_MAJOR 2 macro
134 # endif /* ! FLOPPY_MAJOR */
1927 if (MAJOR (st.st_rdev) == FLOPPY_MAJOR)
2226 #if defined(FLOPPY_MAJOR)
[all...]

Completed in 30 milliseconds