Home
last modified time | relevance | path

Searched refs:pcfs_first_sectors (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c995 stage2->pcfs_first_sectors[0] * SECTOR_SIZE) in write_stage2()
998 SECTOR_SIZE, stage2->pcfs_first_sectors[1] * SECTOR_SIZE) in write_stage2()
1403 stage2->pcfs_first_sectors[0] = blocklist[0]; in prepare_stage2()
1414 stage2->pcfs_first_sectors[1] = blocklist[i]; in prepare_stage2()
H A Dinstallgrub.h60 uint32_t pcfs_first_sectors[2]; member