Home
last modified time | relevance | path

Searched refs:boot_sector (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c665 if (read(device->disk_fd, device->boot_sector, SECTOR_SIZE) in init_device()
751 mboot = (struct mboot *)device->boot_sector; in get_start_sector()
1195 bcopy(device->boot_sector + BOOTSZ, install->stage1_buf + BOOTSZ, in prepare_stage1()
1488 mboot = (struct mboot *)device->boot_sector; in get_raw_partition_path()
H A Dinstallgrub.h47 char boot_sector[SECTOR_SIZE]; member
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c11605 unsigned int boot_sector = (boot_addr * 1024 ); in t4_load_boot() local
11611 if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) { in t4_load_boot()
11623 ret = t4_flash_erase_sectors(adap, boot_sector >> 16, in t4_load_boot()
11624 (boot_sector >> 16) + i - 1); in t4_load_boot()
11699 addr = boot_sector; in t4_load_boot()
11708 ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE, in t4_load_boot()