Searched refs:boot_sector (Results 1 – 3 of 3) sorted by relevance
47 char boot_sector[SECTOR_SIZE]; member
665 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()
11605 unsigned int boot_sector = (boot_addr * 1024 ); in t4_load_boot() local11611 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()