Searched refs:disklabel (Results 1 - 7 of 7) 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 *);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Ddevicename.c33 #include <sys/disklabel.h>
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboot2.c22 #include <sys/disklabel.h>
251 struct disklabel *d;
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dboot2.c21 #include <sys/disklabel.h>
298 struct disklabel *d;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c33 #include <sys/disklabel.h>
465 struct disklabel *dl;
472 if (table->sectorsize < sizeof(struct disklabel)) {
485 dl = (struct disklabel *)buf;
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c116 # include <sys/disklabel.h>
217 struct disklabel hdg;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dufs.c78 #include <sys/disklabel.h>

Completed in 67 milliseconds