Home
last modified time | relevance | path

Searched refs:RAW_PART (Results 1 – 16 of 16) sorted by relevance

/NextBSD/sbin/bsdlabel/
HDbsdlabel.c306 if (i == RAW_PART) in fixlabel()
535 if (lba != 0 && lab.d_partitions[RAW_PART].p_offset == lba) { in readlabel()
639 if (i == RAW_PART) { in display()
1216 if (i == RAW_PART) { in checklabel()
1270 if (i != RAW_PART) in checklabel()
1282 if (!part_set[i] || i == RAW_PART || in checklabel()
1331 if (!part_set[i] || i == RAW_PART) in checklabel()
1343 if (!part_set[i] || i == RAW_PART) in checklabel()
1375 if (i == RAW_PART) { in checklabel()
1384 seen_default_offset && i != RAW_PART && in checklabel()
[all …]
/NextBSD/usr.bin/mkimg/
HDbsd.c104 dp = &d->d_partitions[RAW_PART]; in bsd_write()
107 n = part->index + ((part->index >= RAW_PART) ? 1 : 0); in bsd_write()
/NextBSD/sys/geom/part/
HDg_part_bsd.c234 baseentry = g_part_new_entry(basetable, RAW_PART + 1, in g_part_bsd_create()
317 if (baseentry->gpe_index != RAW_PART + 1) in bsd_set_rawsize()
441 table->offset = le32dec(buf + 148 + RAW_PART * 16 + 4); in g_part_bsd_read()
461 if (index == RAW_PART) in g_part_bsd_read()
HDg_part_bsd64.c350 baseentry = g_part_new_entry(basetable, RAW_PART + 1, 0, 0); in g_part_bsd64_create()
545 if (index == RAW_PART) { in g_part_bsd64_read()
566 if (index == RAW_PART) in g_part_bsd64_read()
646 if (index == RAW_PART) in g_part_bsd64_write()
/NextBSD/sys/boot/arm/ixp425/boot2/
HDboot2.c389 swap32(d->d_partitions[RAW_PART].p_offset)); in dskread()
391 dsk_start -= swap32(d->d_partitions[RAW_PART].p_offset); in dskread()
/NextBSD/sys/sys/
HDdisklabel.h69 #define RAW_PART 2 /* partition containing whole disk */ macro
/NextBSD/sys/boot/mips/beri/boot2/
HDboot2.c641 if (dsk.part != RAW_PART) { in dskread()
657 dsk.start -= le32toh(d->d_partitions[RAW_PART].p_offset); in dskread()
/NextBSD/sys/boot/i386/boot2/
HDboot2.c540 if (dsk.part != RAW_PART) { in dskread()
556 dsk.start -= d->d_partitions[RAW_PART].p_offset; in dskread()
/NextBSD/sys/boot/pc98/boot2/
HDboot2.c678 if (dsk.part != RAW_PART) { in dskread()
689 dsk.start -= d->d_partitions[RAW_PART].p_offset; in dskread()
/NextBSD/sys/boot/arm/at91/boot2/
HDboot2.c323 dsk_start -= d->d_partitions[RAW_PART].p_offset; in dskread()
/NextBSD/sys/boot/common/
HDpart.c477 raw_offset = le32toh(part[RAW_PART].p_offset); in ptable_bsdread()
479 if (i == RAW_PART) in ptable_bsdread()
/NextBSD/sbin/newfs/
HDnewfs.c361 pp = &lp->d_partitions[RAW_PART]; in main()
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_mmap.c189 sprintf(dev, _PATH_DEV "%s%c", dk, 'a'+RAW_PART); in ATF_TC_BODY()
/NextBSD/sys/geom/
HDgeom_bsd.c131 rawoffset = (off_t)dl.d_partitions[RAW_PART].p_offset * dl.d_secsize; in g_bsd_modify()
/NextBSD/sys/boot/pc98/libpc98/
HDbiosdisk.c624 lp->d_partitions[RAW_PART].p_offset + in bd_open_pc98()
/NextBSD/sys/dev/mcd/
HDmcd.c77 #define RAW_PART 2 macro