Searched defs:partition64 (Results 1 – 2 of 2) sorted by relevance
85 struct partition64 { /* the partition table */ struct86 uint64_t p_boffset; /* slice relative offset, in bytes */87 uint64_t p_bsize; /* size of partition, in bytes */88 uint8_t p_fstype;89 uint8_t p_unused01; /* reserved, must be 0 */90 uint8_t p_unused02; /* reserved, must be 0 */91 uint8_t p_unused03; /* reserved, must be 0 */92 uint32_t p_unused04; /* reserved, must be 0 */93 uint32_t p_unused05; /* reserved, must be 0 */94 uint32_t p_unused06; /* reserved, must be 0 */[all …]
345 struct partition64 { struct346 struct uuid p_type;347 uint_t p_partno;348 uint_t p_resv1;349 diskaddr_t p_start;350 diskaddr_t p_size;