Searched refs:first_sector (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | vstafs.h | 49 struct first_sector struct
|
H A D | fsys_vstafs.c | 32 #define FIRST_SECTOR ((struct first_sector *) FSYS_BUF)
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.h | 59 uint32_t first_sector; member
|
H A D | installgrub.c | 1032 stage2->first_sector); in write_stage2() 1200 = install->stage2.first_sector; in prepare_stage1() 1402 stage2->first_sector = device->start_sector + blocklist[0]; in prepare_stage2() 1404 BOOT_DEBUG("stage2 first sector: %d\n", stage2->first_sector); in prepare_stage2() 1438 stage2->first_sector = device->start_sector + in prepare_stage2() 1440 BOOT_DEBUG("stage2 first sector: %d\n", stage2->first_sector); in prepare_stage2() 1446 stage2->first_sector + 1; in prepare_stage2()
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 513 u_longlong_t first_sector, u_longlong_t sector_count, in print_table_row() argument 517 partition, tag, flag, first_sector, sector_count, last_sector); in print_table_row()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | startup.c | 1760 char *first_sector; in add_device_to_disklist() local 1762 first_sector = zalloc(cur_blksz); in add_device_to_disklist() 1764 1, first_sector, F_SILENT, NULL); in add_device_to_disklist() 1775 free(first_sector); in add_device_to_disklist()
|