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

12

/openbsd-current/sys/arch/amd64/include/
H A Ddisklabel.h37 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/arm/include/
H A Ddisklabel.h42 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/arm64/include/
H A Ddisklabel.h22 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/i386/include/
H A Ddisklabel.h37 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/loongson/include/
H A Ddisklabel.h13 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/luna88k/include/
H A Ddisklabel.h37 #define LABELOFFSET 64 /* offset of label in sector */ macro
/openbsd-current/sys/arch/octeon/include/
H A Ddisklabel.h13 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/sh/include/
H A Ddisklabel.h42 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/sparc64/include/
H A Ddisklabel.h37 #define LABELOFFSET 128 /* offset of label in sector */ macro
/openbsd-current/sys/arch/alpha/include/
H A Ddisklabel.h37 #define LABELOFFSET 64 /* offset of label in sector */ macro
/openbsd-current/sys/arch/powerpc64/include/
H A Ddisklabel.h23 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/riscv64/include/
H A Ddisklabel.h23 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h37 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/sys/arch/alpha/alpha/
H A Ddisksubr.c70 error = checkdisklabel(bp->b_dev, bp->b_data + LABELOFFSET, lp, 0,
120 dlp = (struct disklabel *)(bp->b_data + LABELOFFSET);
/openbsd-current/sys/arch/alpha/stand/boot/
H A Ddisk.c139 } else if (((struct disklabel *)(buf + LABELOFFSET))->d_magic !=
147 msg = getdisklabel(buf + LABELOFFSET, lp);
/openbsd-current/sys/arch/alpha/stand/nboot/
H A Ddisk.c131 } else if (((struct disklabel *)(buf + LABELOFFSET))->d_magic !=
139 msg = getdisklabel(buf + LABELOFFSET, lp);
/openbsd-current/sys/arch/hppa/include/
H A Ddisklabel.h37 #define LABELOFFSET 0 /* offset of label in sector */ macro
/openbsd-current/usr.sbin/installboot/
H A Dbootstrap.c114 LABELOFFSET);
H A Dlandisk_installboot.c210 LABELOFFSET);
/openbsd-current/sys/arch/loongson/stand/boot/
H A Ddev.c224 if ((msg = getdisklabel(buf + LABELOFFSET, lp))) {
/openbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c175 error = checkdisklabel(bp->b_dev, bp->b_data + LABELOFFSET, lp,
/openbsd-current/sys/arch/hppa/hppa/
H A Ddisksubr.c240 offset = LABELOFFSET;
/openbsd-current/sys/arch/luna88k/luna88k/
H A Ddisksubr.c131 error = checkdisklabel(bp->b_dev, bp->b_data + LABELOFFSET, lp, 0,
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddisksubr.c107 error = checkdisklabel(bp->b_dev, bp->b_data + LABELOFFSET, lp, 0,
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c449 dlp = (struct disklabel *) (buf + LABELOFFSET);

Completed in 280 milliseconds

12