Symbol: RAW_PART
sbin/bsdlabel/bsdlabel.c
1172
if (i == RAW_PART) {
sbin/bsdlabel/bsdlabel.c
1235
if (!part_set[i] || i == RAW_PART ||
sbin/bsdlabel/bsdlabel.c
1283
if (!part_set[i] || i == RAW_PART)
sbin/bsdlabel/bsdlabel.c
1295
if (!part_set[i] || i == RAW_PART)
sbin/bsdlabel/bsdlabel.c
1326
if (i == RAW_PART) {
sbin/bsdlabel/bsdlabel.c
1335
seen_default_offset && i != RAW_PART &&
sbin/bsdlabel/bsdlabel.c
1344
i != RAW_PART && seen_default_offset) {
sbin/bsdlabel/bsdlabel.c
1354
if (i != RAW_PART)
sbin/bsdlabel/bsdlabel.c
1384
if (i == RAW_PART) {
sbin/bsdlabel/bsdlabel.c
1403
if (j != RAW_PART && i != RAW_PART &&
sbin/bsdlabel/bsdlabel.c
1494
dp = &loclab.d_partitions[RAW_PART];
sbin/bsdlabel/bsdlabel.c
296
if (i == RAW_PART)
sbin/bsdlabel/bsdlabel.c
492
if (lba != 0 && lab.d_partitions[RAW_PART].p_offset == lba) {
sbin/bsdlabel/bsdlabel.c
596
if (i == RAW_PART) {
sbin/newfs/newfs.c
361
pp = &lp->d_partitions[RAW_PART];
stand/common/part.c
493
raw_offset = le32toh(part[RAW_PART].p_offset);
stand/common/part.c
495
if (i == RAW_PART)
stand/i386/boot2/boot2.c
508
if (dsk.part != RAW_PART) {
stand/i386/boot2/boot2.c
524
dsk.start -= d->d_partitions[RAW_PART].p_offset;
sys/geom/part/g_part_bsd.c
234
baseentry = g_part_new_entry(basetable, RAW_PART + 1,
sys/geom/part/g_part_bsd.c
316
if (baseentry->gpe_index != RAW_PART + 1)
sys/geom/part/g_part_bsd.c
440
table->offset = le32dec(buf + 148 + RAW_PART * 16 + 4);
sys/geom/part/g_part_bsd.c
460
if (index == RAW_PART)
sys/geom/part/g_part_bsd64.c
350
baseentry = g_part_new_entry(basetable, RAW_PART + 1, 0, 0);
sys/geom/part/g_part_bsd64.c
545
if (index == RAW_PART) {
sys/geom/part/g_part_bsd64.c
643
if (index == RAW_PART)