Home
last modified time | relevance | path

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

/freebsd/sys/geom/part/
H A Dg_part_bsd64.c56 struct disklabel64 { struct
57 char d_reserved0[512]; /* reserved or unused */
58 uint32_t d_magic; /* the magic number */
59 uint32_t d_crc; /* crc32() d_magic through last part */
60 uint32_t d_align; /* partition alignment requirement */
61 uint32_t d_npartitions; /* number of partitions */
62 struct uuid d_stor_uuid; /* unique uuid for label */
64 uint64_t d_total_size; /* total size incl everything (bytes) */
65 uint64_t d_bbase; /* boot area base offset (bytes) */
67 uint64_t d_pbase; /* first allocatable offset (bytes) */
[all …]