| /netbsd-src/sys/kern/ |
| H A D | subr_disk.c | 355 uint64_t p_size, p_offset, labelsector; in bounds_check_with_label() local 373 labelsector = lp->d_partitions[2].p_offset; in bounds_check_with_label() 375 labelsector = lp->d_partitions[RAW_PART].p_offset; in bounds_check_with_label() 377 labelsector = (labelsector + dk->dk_labelsector) << dk->dk_blkshift; in bounds_check_with_label() 403 if (bp->b_blkno + p_offset <= labelsector && in bounds_check_with_label() 404 bp->b_blkno + p_offset + sz > labelsector && in bounds_check_with_label()
|
| /netbsd-src/sbin/disklabel/ |
| H A D | main.c | 190 static u_int labelsector; variable 204 u_char labelsector : 7; member 353 #define labelsector LABELSECTOR 404 labelsector = dp->labelsector; in getmachineparams() 437 return labelsector; in dklabel_getlabelsector() 491 labelsector = native_params.labelsector = getlabelsector(); 565 labelsector = val; 639 printf("labelusesmbr=%d labelsector 352 #define labelsector global() macro [all...] |
| /netbsd-src/external/gpl2/lvm2/dist/test/ |
| H A D | t-pvcreate-operation.sh | 84 pvcreate --labelsector $i $dev1 90 not pvcreate --labelsector 4 $dev1
|
| H A D | t-pvcreate-usage.sh | 69 not pvcreate --labelsector -1 $dev1 72 not pvcreate --labelsector 1000000000000 $dev1
|
| H A D | t-vgextend-usage.sh | 48 vgextend --labelsector $i $vg $dev1
|
| H A D | t-vgcreate-usage.sh | 102 vgcreate --labelsector $i $vg $dev1
|
| /netbsd-src/sys/arch/landisk/include/ |
| H A D | bootinfo.h | 48 int labelsector; /* label valid if != -1 */ member
|
| /netbsd-src/sys/arch/zaurus/include/ |
| H A D | bootinfo.h | 51 int labelsector; /* label valid if != -1 */ member
|
| /netbsd-src/sys/arch/landisk/stand/boot/ |
| H A D | biosdisk.c | 289 bi_disk.labelsector = -1; in biosdisk_open() 310 bi_disk.labelsector = d->boff + LABELSECTOR; in biosdisk_open()
|
| /netbsd-src/sys/arch/hppa/stand/xxboot/ |
| H A D | main.c | 92 } labelsector; variable 93 #define dklabel (*(struct disklabel *)(labelsector.dklsec + LABELOFFSET))
|
| H A D | start.S | 151 .import labelsector,data 152 addil L%labelsector-$global$,%r27;%r1 153 ldo R%labelsector-$global$(%r1),%r20
|
| /netbsd-src/sys/arch/landisk/landisk/ |
| H A D | autoconf.c | 93 if (bid->labelsector == -1) in match_bootdisk()
|
| /netbsd-src/sys/arch/zaurus/zaurus/ |
| H A D | autoconf.c | 105 if (bid->labelsector == -1) in match_bootdisk()
|
| /netbsd-src/sys/arch/x86/include/ |
| H A D | bootinfo.h | 71 int labelsector; /* label valid if != -1 */ member
|
| /netbsd-src/sys/arch/zaurus/stand/zboot/ |
| H A D | unixdev.c | 123 bi_disk.labelsector = in unixopen()
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | biosdisk.c | 569 bi_disk.labelsector = sector + LABELSECTOR; in check_label() 1276 bi_disk.labelsector = -1; in biosdisk_open() 1649 bi_disk.labelsector = -1; in biosdisk_open_name()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | x86_autoconf.c | 291 if (bid->labelsector == -1) { in match_bootdisk()
|
| H A D | multiboot2.c | 517 bid.labelsector = -1; in mbi_bootdev()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
| H A D | metadata-exported.h | 363 int64_t labelsector; member
|
| H A D | metadata.c | 1328 pp->labelsector = DEFAULT_LABELSECTOR; in pvcreate_params_set_defaults() 1424 pp->labelsector))) { in pvcreate_single()
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | metadata-exported.h | 363 int64_t labelsector; member
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | toollib.c | 1324 pp->labelsector = arg_int64_value(cmd, labelsector_ARG, in pvcreate_params_validate()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | partman.c | 146 int labelsector; member
|
| /netbsd-src/external/gpl2/lvm2/dist/ |
| H A D | WHATS_NEW | 837 Update pvck to read labels on disk, with --labelsector parameter.
|
| /netbsd-src/external/gpl2/lvm2/dist/po/ |
| H A D | lvm2.po | 6146 msgid "labelsector must be less than %lu"
|