Lines Matching defs:disklabel64
56 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) */
68 uint64_t d_pstop; /* last allocatable offset+1 (bytes) */
69 uint64_t d_abase; /* location of backup copy if not 0 */
71 u_char d_packname[64];
72 u_char d_reserved[64];
85 struct partition64 { /* the partition table */
97 } d_partitions[MAXPARTITIONS64];/* actually may be more */