Home
last modified time | relevance | path

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

/freebsd/sys/geom/part/
H A Dg_part_bsd64.c85 struct partition64 { /* the partition table */ struct
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 */
95 struct uuid p_type_uuid;/* mount type as UUID */
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Defi_partition.h345 struct partition64 { struct
346 struct uuid p_type;
347 uint_t p_partno;
348 uint_t p_resv1;
349 diskaddr_t p_start;
350 diskaddr_t p_size;