Home
last modified time | relevance | path

Searched defs:first_sector (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h49 struct first_sector struct
51 unsigned long fs_magic;
52 unsigned long fs_size;
53 unsigned long fs_extsize;
54 unsigned long fs_free;
55 struct alloc fs_freesecs[0];
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h59 uint32_t first_sector; member
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c513 u_longlong_t first_sector, u_longlong_t sector_count, in print_table_row()
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c1760 char *first_sector; in add_device_to_disklist() local