Symbol: LABELOFFSET
sbin/disklabel/main.c
352
#define labeloffset LABELOFFSET
sbin/disklabel/main.c
356
#define LABEL_OFFSET (LABELSECTOR * DEV_BSIZE + LABELOFFSET)
sbin/gpt/migrate.c
188
dl = (void*)(buf + LABELOFFSET);
sbin/gpt/migrate.c
70
#ifndef LABELOFFSET
sys/arch/alpha/alpha/disksubr.c
125
dlp = (struct disklabel *)((char *)bp->b_data + LABELOFFSET);
sys/arch/alpha/alpha/disksubr.c
89
dlp = (struct disklabel *)((char *)bp->b_data + LABELOFFSET);
sys/arch/amiga/amiga/disksubr.c
207
dlp = (struct disklabel *)((char*)bp->b_data + LABELOFFSET);
sys/arch/amiga/amiga/disksubr.c
528
dlp = (struct disklabel *)((char*)bp->b_data + LABELOFFSET);
sys/arch/amiga/dev/fd.c
810
dlp = (struct disklabel *)((char*)bp->b_data + LABELOFFSET);
sys/arch/amiga/dev/fd.c
919
dlp = (struct disklabel *)((char*)bp->b_data + LABELOFFSET);
sys/arch/atari/atari/disksubr.c
167
if (clp->cd_label != LABELOFFSET) {
sys/arch/atari/atari/disksubr.c
168
clp->cd_label = LABELOFFSET;
sys/arch/atari/include/disklabel.h
63
u_int8_t bb_xxboot[LABELOFFSET - sizeof(u_int32_t)];
sys/arch/atari/include/disklabel.h
69
u_int8_t bb_bootxx[BBMINSIZE - LABELOFFSET - LABELMAXSIZE];
sys/arch/atari/stand/tostools/aptck/ahdilbl.h
53
u_int8_t bb_xxboot[LABELOFFSET - sizeof(u_int32_t)];
sys/arch/atari/stand/tostools/aptck/ahdilbl.h
59
u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];
sys/arch/atari/stand/tostools/libtos/ahdilbl.h
53
u_int8_t bb_xxboot[LABELOFFSET - sizeof(u_int32_t)];
sys/arch/atari/stand/tostools/libtos/ahdilbl.h
59
u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];
sys/arch/bebox/stand/boot/sd.c
540
msg = getdisklabel((const char *)buf + LABELOFFSET, &sd->sc_label);
sys/arch/bebox/stand/boot/wd.c
202
msg = getdisklabel((const char *)buf + LABELOFFSET, &wd->sc_label);
sys/arch/cobalt/stand/boot/wd.c
192
if ((msg = getdisklabel(buf + LABELOFFSET, &wd->sc_label)))
sys/arch/evbarm/stand/boot2440/dev_sdmmc.c
330
msg = getdisklabel((char *)buf + LABELOFFSET, &sc->sc_label);
sys/arch/evbmips/evbmips/disksubr.c
131
dlp = (struct disklabel *)((char *)bp->b_data + LABELOFFSET);
sys/arch/hp300/stand/inst/inst.c
193
lp = (struct disklabel *)((void *)(&block[LABELOFFSET]));
sys/arch/hpc/stand/libsa/winblk.c
262
memcpy(&ctx->dl, &ctx->buf[LABELOFFSET], sizeof(ctx->dl));
sys/arch/hpcmips/stand/libsa/winblk.c
262
memcpy(&ctx->dl, &ctx->buf[LABELOFFSET], sizeof(ctx->dl));
sys/arch/hppa/hppa/disksubr.c
267
return readbsdlabel(bp, strat, 0, fsoff + LABELSECTOR, LABELOFFSET,
sys/arch/hppa/hppa/disksubr.c
296
labeloffset = LABELOFFSET;
sys/arch/hppa/hppa/disksubr.c
303
labeloffset = LABELOFFSET;
sys/arch/hppa/stand/xxboot/main.c
93
#define dklabel (*(struct disklabel *)(labelsector.dklsec + LABELOFFSET))
sys/arch/i386/stand/lib/biosdisk.c
559
lp = (struct disklabel *) (d->buf + LABELOFFSET);
sys/arch/landisk/stand/boot/biosdisk.c
121
lp = (struct disklabel *)(d->buf + LABELOFFSET);
sys/arch/landisk/stand/boot/biosdisk.c
255
lp = (struct disklabel *)(d->buf + LABELOFFSET);
sys/arch/landisk/stand/boot/biosdisk.c
301
lp = (struct disklabel *)(d->buf + LABELOFFSET);
sys/arch/luna68k/luna68k/disksubr.c
219
dlp = (struct disklabel *)(clp->cd_block + LABELOFFSET);
sys/arch/luna68k/luna68k/disksubr.c
250
dlp = (struct disklabel *)(clp->cd_block + LABELOFFSET);
sys/arch/luna68k/stand/boot/disklabel.c
115
struct disklabel *bp = (struct disklabel *)&lbl_buff[LABELOFFSET];
sys/arch/macppc/macppc/disksubr.c
653
osdep->cd_labeloffset = LABELOFFSET;
sys/arch/mipsco/mipsco/disksubr.c
99
dlp = (struct disklabel *)((char *)bp->b_data + LABELOFFSET);
sys/arch/mmeye/stand/boot/wd.c
168
if ((msg = getdisklabel(buf + LABELOFFSET, &wd->sc_label)))
sys/arch/next68k/next68k/disksubr.c
351
((char *)bp->b_data + LABELSECTOR * lp->d_secsize + LABELOFFSET);
sys/arch/next68k/next68k/disksubr.c
437
((char *)bp->b_data + LABELSECTOR * lp->d_secsize + LABELOFFSET);
sys/arch/ofppc/ofppc/disksubr.c
194
osdep->cd_labeloffset = LABELOFFSET;
sys/arch/ofppc/ofppc/disksubr.c
744
osdep->cd_labeloffset = LABELOFFSET;
sys/arch/ofppc/stand/ofwboot/rdb.c
144
dlp = (struct disklabel *)(buf + LABELOFFSET);
sys/arch/prep/stand/boot/sd.c
540
msg = getdisklabel((const char *)buf + LABELOFFSET, &sd->sc_label);
sys/arch/sgimips/sgimips/disksubr.c
103
dlp = (struct disklabel *)((char *)bp->b_data + LABELOFFSET);
sys/arch/sparc/stand/common/promdev.c
163
dlp = (struct disklabel *) (buf + LABELOFFSET);
sys/arch/sparc/stand/ofwboot/ofdev.c
345
dlp = (struct disklabel *) (buf + LABELOFFSET);
sys/arch/vax/boot/boot/hp.c
101
msg = getdisklabel(io_buf + LABELOFFSET, &hplabel);
sys/arch/vax/boot/boot/mfm.c
379
msg = getdisklabel(io_buf + LABELOFFSET, lp);
sys/arch/vax/boot/boot/ra.c
210
msg = getdisklabel(io_buf+LABELOFFSET, &ralabel);
sys/arch/vax/boot/boot/rom.c
74
msg = getdisklabel(io_buf+LABELOFFSET, lp);
sys/arch/vax/boot/xxboot/bootxx.c
333
dp = (struct disklabel *)(LABELOFFSET + &start);
sys/arch/vax/vax/disksubr.c
220
dlp = (struct disklabel *)((char *)bp->b_data + LABELOFFSET);
sys/arch/vax/vax/disksubr.c
96
dlp = (struct disklabel *)((char *)bp->b_data + LABELOFFSET);
sys/arch/x68k/stand/installboot/installboot.c
46
#define LABELBYTEOFFSET (LABELSECTOR*512+LABELOFFSET)
sys/arch/x68k/stand/libsa/sdcd.c
184
label = (void *)(buffer + LABELOFFSET);
sys/arch/x68k/x68k/disksubr.c
239
howmany(LABELOFFSET + sizeof(struct disklabel), lp->d_secsize)
sys/arch/x68k/x68k/disksubr.c
96
howmany(LABELOFFSET + sizeof(struct disklabel), lp->d_secsize)
sys/dev/sun/disksubr.c
131
dlp = (struct disklabel *) (clp->cd_block + LABELOFFSET);
sys/kern/init_sysctl.c
418
NULL, LABELOFFSET, NULL, 0,
sys/kern/subr_disk_mbr.c
583
dlp_byte = (char *)a->bp->b_data + LABELOFFSET;
sys/kern/subr_disk_mbr.c
91
#if LABELSECTOR*DEV_BSIZE + LABELOFFSET > SCANBLOCKS*DEV_BSIZE - DISKLABEL_SIZE