Searched refs:disklabel64 (Results 1 – 2 of 2) sorted by relevance
58 struct disklabel64 { struct319 ressize = offsetof(struct disklabel64, d_partitions[RESPARTITIONS64]); in g_part_bsd64_create()361 if (pp->sectorsize > offsetof(struct disklabel64, d_magic)) in g_part_bsd64_destroy()481 offsetof(struct disklabel64, d_magic)) & ~(pp->sectorsize - 1); in g_part_bsd64_probe()485 v = le32dec(buf + offsetof(struct disklabel64, d_magic)); in g_part_bsd64_probe()497 struct disklabel64 *dlp; in g_part_bsd64_read()506 sizeof(struct disklabel64) - 1) & ~(pp->sectorsize - 1); in g_part_bsd64_read()511 dlp = (struct disklabel64 *)buf; in g_part_bsd64_read()517 if (crc32(&dlp->d_magic, offsetof(struct disklabel64, in g_part_bsd64_read()519 offsetof(struct disklabel64, d_magic)) != v32) in g_part_bsd64_read()[all …]
166 options GEOM_PART_BSD64 # BSD disklabel64