/src/sys/arch/landisk/include/ |
bootinfo.h | 48 int labelsector; /* label valid if != -1 */ member in struct:btinfo_bootdisk
|
/src/sys/arch/zaurus/include/ |
bootinfo.h | 51 int labelsector; /* label valid if != -1 */ member in struct:btinfo_bootdisk
|
/src/sys/kern/ |
subr_disk.c | 171 diskp->dk_labelsector = LABELSECTOR; 355 uint64_t p_size, p_offset, labelsector; local in function:bounds_check_with_label 373 labelsector = lp->d_partitions[2].p_offset; 375 labelsector = lp->d_partitions[RAW_PART].p_offset; 377 labelsector = (labelsector + dk->dk_labelsector) << dk->dk_blkshift; 403 if (bp->b_blkno + p_offset <= labelsector && 404 bp->b_blkno + p_offset + sz > labelsector &&
|
/src/sys/arch/landisk/landisk/ |
autoconf.c | 93 if (bid->labelsector == -1)
|
/src/sys/arch/landisk/stand/boot/ |
biosdisk.c | 114 if (readsects(d->dev, sector + LABELSECTOR, d->buf, 1)) { 289 bi_disk.labelsector = -1; 310 bi_disk.labelsector = d->boff + LABELSECTOR;
|
/src/sbin/disklabel/ |
main.c | 190 static u_int labelsector; variable in typeref:typename:u_int 204 u_char labelsector : 7; member in struct:disklabel_params 353 #define labelsector LABELSECTOR macro 356 #define LABEL_OFFSET (LABELSECTOR * DEV_BSIZE + LABELOFFSET) 404 labelsector = dp->labelsector; 437 return labelsector; 491 labelsector = native_params.labelsector = getlabelsector() [all...] |
/src/sys/arch/zaurus/stand/zboot/ |
unixdev.c | 123 bi_disk.labelsector = 124 dip->disklabel.d_partitions[partition].p_offset + LABELSECTOR;
|
/src/sys/arch/x86/include/ |
bootinfo.h | 71 int labelsector; /* label valid if != -1 */ member in struct:btinfo_bootdisk
|
/src/sys/arch/zaurus/zaurus/ |
autoconf.c | 105 if (bid->labelsector == -1)
|
/src/sys/arch/hppa/stand/xxboot/ |
main.c | 92 } labelsector; variable in typeref:union:__anon4bac5cb2010a 93 #define dklabel (*(struct disklabel *)(labelsector.dklsec + LABELOFFSET))
|
start.S | 80 tmpdiskbuf_labelsec: .equ 0x0200 ; dbtob(LABELSECTOR) 151 .import labelsector,data 152 addil L%labelsector-$global$,%r27;%r1 153 ldo R%labelsector-$global$(%r1),%r20
|
/src/sys/arch/x86/x86/ |
x86_autoconf.c | 291 if (bid->labelsector == -1) {
|
multiboot2.c | 517 bid.labelsector = -1;
|
/src/sys/arch/i386/stand/lib/ |
biosdisk.c | 553 if (readsects(&d->ll, sector + LABELSECTOR, 1, d->buf, 0)) { 569 bi_disk.labelsector = sector + LABELSECTOR; 574 bi_wedge.matchblk = sector + LABELSECTOR; 1276 bi_disk.labelsector = -1; 1649 bi_disk.labelsector = -1;
|
/src/usr.sbin/sysinst/ |
partman.c | 146 int labelsector; member in struct:pv_t
|