Searched refs:MULTIBOOT_SEARCH (Results 1 – 3 of 3) sorted by relevance
58 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()
57 #define MULTIBOOT_SEARCH 8192 macro
771 is less than or equal to MULTIBOOT_SEARCH, instead of if772 DATA_LEN is less than or equal to MULTIBOOT_SEARCH.1469 greater than MULTIBOOT_SEARCH. If that's true, read the rest