Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/mbh_patch/
H A Dmbh_patch.c160 mem2 <= MULTIBOOT_SEARCH - sizeof (multiboot2_header_t); in patch64()
169 if (ndx == 0 || mem2 + ndx > MULTIBOOT_SEARCH) { in patch64()
283 if (sb.st_size < MULTIBOOT_SEARCH) { in main()
293 image = mmap(NULL, MULTIBOOT_SEARCH, PROT_READ | PROT_WRITE, in main()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A 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()
H A Dmb_header.h57 #define MULTIBOOT_SEARCH 8192 macro
/titanic_44/usr/src/uts/common/sys/
H A Dmultiboot2.h47 #define MULTIBOOT_SEARCH 32768 macro
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog930 is less than or equal to MULTIBOOT_SEARCH, instead of if
931 DATA_LEN is less than or equal to MULTIBOOT_SEARCH.
1628 greater than MULTIBOOT_SEARCH. If that's true, read the rest