disklabel
struct disklabel *dl;
if (table->sectorsize < sizeof (struct disklabel)) {
dl = (struct disklabel *)buf;
CTASSERT(sizeof(struct disklabel) == 148 + MAXPARTITIONS * 16);
static __inline u_int16_t dkcksum(struct disklabel *lp);
dkcksum(struct disklabel *lp)
int bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart);
void bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d);
struct disklabel *getdiskbyname(const char *);
struct disklabel hdg;