Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Ddisklabel64.h90 struct disklabel64 { struct
91 char d_reserved0[512]; /* reserved or unused */
92 u_int32_t d_magic; /* the magic number */
93 u_int32_t d_crc; /* crc32() d_magic thru last part */
94 u_int32_t d_align; /* partition alignment requirement */
95 u_int32_t d_npartitions; /* number of partitions */
96 struct uuid d_stor_uuid; /* unique uuid for label */
98 u_int64_t d_total_size; /* total size incl everything (bytes) */
99 u_int64_t d_bbase; /* boot area base offset (bytes) */
101 u_int64_t d_pbase; /* first allocatable offset (bytes) */
[all …]