Home
last modified time | relevance | path

Searched refs:LABELOFFSET (Results 1 – 24 of 24) sorted by relevance

/original-bsd/sys/i386/stand/
H A Ddlbl.c20 char bufr[LABELOFFSET];
33 xx.bufr[LABELOFFSET-1] = 125; in main()
H A Dwd.c344 ((struct disklabel *) (buf + LABELOFFSET))->d_magic, i, buf);
346 if (((struct disklabel *) (buf + LABELOFFSET))->d_magic == DISKMAGIC) {
347 *dd = * (struct disklabel *) (buf + LABELOFFSET);
H A Ddisklabel.c50 char pad[LABELOFFSET];
/original-bsd/sys/sys/
H A Ddisklabel.h26 #define LABELOFFSET 0 /* offset of label in sector */ macro
33 #ifndef LABELOFFSET
34 #define LABELOFFSET 64 /* offset of label in sector */ macro
/original-bsd/sys/vax/mdec/
H A Draboot.c45 .space LABELOFFSET - (pad - init)
H A Dhkboot.c58 .space LABELOFFSET - (pad - init)
H A Drlboot.c60 .space LABELOFFSET - (pad - init)
H A Dhpboot.c77 .space LABELOFFSET - (pad - init)
H A Dupboot.c66 .space LABELOFFSET - (pad - init)
/original-bsd/sys/hp300/include/
H A Dparam.h95 #define LABELOFFSET 0 macro
/original-bsd/sys/vax/stand/
H A Drk.c62 *lp = *(struct disklabel *)(lbuf + LABELOFFSET);
H A Dkdb.c105 *lp = *(struct disklabel *)(lbuf + LABELOFFSET);
H A Duda.c115 *lp = *(struct disklabel *)(lbuf + LABELOFFSET);
H A Dup.c104 dlp = (struct disklabel *)(lbuf + LABELOFFSET);
H A Dhp.c133 dlp = (struct disklabel *)(lbuf + LABELOFFSET);
/original-bsd/sys/tahoe/stand/vdformat/
H A Ddisklabel.c245 lp = (struct disklabel *)(labelsector + LABELOFFSET); in writelabel()
/original-bsd/sys/tahoe/stand/
H A Dhd.c113 dlp = (struct disklabel *)(dlbuf + (LABELOFFSET / sizeof(long)));
H A Dvd.c80 dlp = (struct disklabel *)(lbuf + LABELOFFSET);
/original-bsd/sbin/newlfs/
H A Dnewfs.c379 *(struct disklabel *)(blk + LABELOFFSET) = *lp;
/original-bsd/sbin/newfs/
H A Dnewfs.c569 *(struct disklabel *)(blk + LABELOFFSET) = *lp;
/original-bsd/sys/i386/isa/
H A Dwd.c810 (bp->b_un.b_addr + LABELOFFSET))->d_magic == DISKMAGIC) {
812 * (struct disklabel *) (bp->b_un.b_addr + LABELOFFSET);
/original-bsd/usr.sbin/bad144/
H A Dbad144.c125 for (dp = (struct disklabel *)(label + LABELOFFSET);
/original-bsd/sbin/disklabel/
H A Ddisklabel.c501 (boot + (LABELSECTOR * dp->d_secsize) + LABELOFFSET);
/original-bsd/sys/news3400/iodev/
H A Dsd.c1520 dlp = (struct disklabel *)(sdtmp + LABELOFFSET);
3141 *(struct disklabel *)(sdtmp + LABELOFFSET) = sdlabel[unit];