Home
last modified time | relevance | path

Searched refs:disklabel (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Ddisklabel.h76 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 *);
/f-stack/freebsd/sys/disk/
H A Dbsd.h57 struct disklabel { struct
130 CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16); argument