Searched refs:LABELOFFSET (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Ddisklabel.h57 #define LABELOFFSET 0 /* offset of label in sector */ macro
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c126 #ifndef LABELOFFSET
127 #define LABELOFFSET -1 macro
130 static int labeloffset = LABELOFFSET;
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c590 d = (void *)(sec + LABELOFFSET);
/freebsd-11-stable/stand/common/
H A Dpart.c1099 DEBUG("copy %d bytes of label from %p to %p", sizeof(struct disklabel), buf + LABELOFFSET, &od->od_disklabel);
1100 bcopy(buf + LABELOFFSET, &od->od_disklabel, sizeof(struct disklabel));
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c642 d = (void *)(sec + LABELOFFSET);
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c509 d = (void *)(sec + LABELOFFSET);

Completed in 124 milliseconds