Searched refs:disklabel64 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd64.c54 /* XXX: move this to sys/disklabel64.h */
59 struct disklabel64 { struct
321 ressize = offsetof(struct disklabel64, d_partitions[RESPARTITIONS64]);
363 if (pp->sectorsize > offsetof(struct disklabel64, d_magic))
482 v = rounddown2(pp->sectorsize + offsetof(struct disklabel64, d_magic),
487 v = le32dec(buf + offsetof(struct disklabel64, d_magic));
499 struct disklabel64 *dlp;
507 v32 = roundup2(sizeof(struct disklabel64), pp->sectorsize);
512 dlp = (struct disklabel64 *)buf;
519 if (crc32(&dlp->d_magic, offsetof(struct disklabel64,
[all...]

Completed in 75 milliseconds