Searched refs:disklabel (Results 1 – 2 of 2) sorted by relevance
76 static __inline u_int16_t dkcksum(struct disklabel *lp);78 dkcksum(struct disklabel *lp) in dkcksum()161 int bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart);163 void bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d);167 struct disklabel *getdiskbyname(const char *);
57 struct disklabel { struct130 CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16); argument