Searched defs:disklabel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h29 * @(#)disklabel.h 8.2 (Berkeley) 7/10/94
72 struct disklabel { struct
148 CTASSERT(sizeof(struct disklabel) == 148 + MAXPARTITIONS * 16);
151 static __inline u_int16_t dkcksum(struct disklabel *lp);
153 dkcksum(struct disklabel *lp)
291 * Functions for proper encoding/decoding of struct disklabel into/from
295 int bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart);
297 void bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d);
301 struct disklabel *getdiskbyname(const char *);

Completed in 58 milliseconds