Searched defs:partition64 (Results 1 – 1 of 1) sorted by relevance
87 struct partition64 { /* the partition table */ struct89 u_int64_t p_bsize; /* size of partition, in bytes */90 u_int8_t p_fstype;91 u_int8_t p_unused01; /* reserved, must be 0 */92 u_int8_t p_unused02; /* reserved, must be 0 */93 u_int8_t p_unused03; /* reserved, must be 0 */94 u_int32_t p_unused04; /* reserved, must be 0 */95 u_int32_t p_unused05; /* reserved, must be 0 */96 u_int32_t p_unused06; /* reserved, must be 0 */97 struct uuid p_type_uuid;/* mount type as UUID */[all …]