Searched defs:entry_version (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot2.h219 multiboot_uint32_t entry_version; member in struct:multiboot_tag_mmap
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c826 grub_uint16_t entry_version; local
827 entry_version
833 entry_version, entry_block_number,
837 if (entry_version == 0) /* Version 1 stat item. */
990 grub_uint16_t entry_version, block_size, entry_location; local
1025 entry_version = grub_le_to_cpu16 (info.header.version);
1028 if (entry_version == 0) /* Version 1 stat item. */

Completed in 36 milliseconds