Home
last modified time | relevance | path

Searched refs:MULTIBOOT_SEARCH (Results 1 – 3 of 3) sorted by relevance

/external/grub/stage2/
Dboot.c58 unsigned char buffer[MULTIBOOT_SEARCH]; in load_image()
67 if (!(len = grub_read (buffer, MULTIBOOT_SEARCH)) || len < 32) in load_image()
378 if (data_len + SECTOR_SIZE <= MULTIBOOT_SEARCH) in load_image()
383 grub_memmove (linux_data_tmp_addr, buffer, MULTIBOOT_SEARCH); in load_image()
384 grub_read (linux_data_tmp_addr + MULTIBOOT_SEARCH, in load_image()
385 data_len + SECTOR_SIZE - MULTIBOOT_SEARCH); in load_image()
Dmb_header.h57 #define MULTIBOOT_SEARCH 8192 macro
/external/grub/
DChangeLog771 is less than or equal to MULTIBOOT_SEARCH, instead of if
772 DATA_LEN is less than or equal to MULTIBOOT_SEARCH.
1469 greater than MULTIBOOT_SEARCH. If that's true, read the rest