Symbol: RAW_PART
sbin/disklabel32/disklabel.c
1221
if (i == RAW_PART) {
sbin/disklabel32/disklabel.c
1278
if (i != RAW_PART)
sbin/disklabel32/disklabel.c
1290
if (!part_set[i] || i == RAW_PART ||
sbin/disklabel32/disklabel.c
1339
if (!part_set[i] || i == RAW_PART)
sbin/disklabel32/disklabel.c
1351
if (!part_set[i] || i == RAW_PART)
sbin/disklabel32/disklabel.c
1383
if (i == RAW_PART) {
sbin/disklabel32/disklabel.c
1392
seen_default_offset && i != RAW_PART &&
sbin/disklabel32/disklabel.c
1401
i != RAW_PART && seen_default_offset) {
sbin/disklabel32/disklabel.c
1411
if (i != RAW_PART)
sbin/disklabel32/disklabel.c
1441
if (i == RAW_PART)
sbin/disklabel32/disklabel.c
1461
if (j != RAW_PART && i != RAW_PART &&
sbin/disklabel32/disklabel.c
1679
pp = &lp->d_partitions[RAW_PART];
sbin/disklabel32/disklabel.c
1729
pp -= RAW_PART;
sbin/disklabel32/disklabel.c
465
s, 'a' + RAW_PART);
sbin/gpt/migrate.c
149
rawofs = le32toh(dl->d_partitions[RAW_PART].p_offset) *
stand/boot/pc32/boot2/boot2.c
585
if (dsk.part != RAW_PART) {
stand/boot/pc32/boot2/boot2.c
601
dsk.start -= d->d_partitions[RAW_PART].p_offset;
stand/boot/pc32/libi386/biosdisk.c
721
lp->d_partitions[RAW_PART].p_offset +
sys/kern/subr_disklabel32.c
306
if (olp->d_partitions[RAW_PART].p_offset)
sys/kern/subr_disklabel32.c
332
if (lp->d_partitions[RAW_PART].p_offset != 0)
sys/kern/subr_disklabel32.c
438
if (lp->d_npartitions < RAW_PART + 1)
sys/kern/subr_disklabel32.c
450
lp->d_partitions[RAW_PART].p_size = lp->d_secperunit;
sys/kern/subr_disklabel32.c
511
pp = &lp->d_partitions[RAW_PART];
sys/kern/subr_disklabel32.c
546
pp = &lp->d_partitions[RAW_PART];
sys/kern/subr_disklabel32.c
568
partition_info(sname, RAW_PART, pp);
sys/kern/subr_disklabel32.c
576
partition_info(sname, RAW_PART, pp);
sys/kern/subr_disklabel32.c
590
pp -= RAW_PART;