Searched refs:mboot_scan (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/boot/installboot/ |
H A D | installboot.c | 67 char mboot_scan[MBOOT_SCAN_SIZE]; variable 196 if (read_in(dev_fd, mboot_scan, sizeof (mboot_scan), in read_bootblock_from_disk() 204 if (find_multiboot(mboot_scan, sizeof (mboot_scan), &mboot_off) in read_bootblock_from_disk() 209 mboot = (multiboot_header_t *)(mboot_scan + mboot_off); in read_bootblock_from_disk()
|
/titanic_44/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 89 char mboot_scan[MBOOT_SCAN_SIZE]; variable 1227 if (read_in(dev_fd, mboot_scan, sizeof (mboot_scan), in read_stage2_from_disk() 1234 if (find_multiboot(mboot_scan, sizeof (mboot_scan), &mboot_off) in read_stage2_from_disk() 1239 mboot = (multiboot_header_t *)(mboot_scan + mboot_off); in read_stage2_from_disk()
|