Home
last modified time | relevance | path

Searched refs:boot_sector (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h47 char boot_sector[SECTOR_SIZE]; member
H A Dinstallgrub.c660 if (read(device->disk_fd, device->boot_sector, SECTOR_SIZE) in init_device()
746 mboot = (struct mboot *)device->boot_sector; in get_start_sector()
1187 bcopy(device->boot_sector + BOOTSZ, install->stage1_buf + BOOTSZ, in prepare_stage1()
1473 mboot = (struct mboot *)device->boot_sector; in get_raw_partition_path()