Lines Matching defs:disklabel64
90 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) */
102 u_int64_t d_pstop; /* last allocatable offset+1 (bytes) */
104 u_int64_t d_abase; /* location of backup copy if not 0 */
106 u_char d_packname[64];
107 u_char d_reserved[64];
142 #define DIOCGDINFO64 _IOR('d', 101, struct disklabel64) argument