Symbol: RAW_PART
regress/lib/libc/sys/t_mmap.c
195
'a' + RAW_PART);
sbin/disklabel/disklabel.c
1055
if (i != RAW_PART && DL_GETPSIZE(pp) % lp->d_secpercyl)
sbin/disklabel/disklabel.c
1058
if (i != RAW_PART && DL_GETPOFFSET(pp) % lp->d_secpercyl)
sbin/disklabel/editor.c
1011
if (partno == RAW_PART)
sbin/disklabel/editor.c
1803
DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp));
sbin/disklabel/editor.c
216
pp = &newlab.d_partitions[RAW_PART];
sbin/disklabel/editor.c
217
if (newlab.d_npartitions <= RAW_PART || DL_GETPSIZE(pp) == 0) {
sbin/disklabel/editor.c
219
if (newlab.d_npartitions <= RAW_PART)
sbin/disklabel/editor.c
220
newlab.d_npartitions = RAW_PART + 1;
sbin/disklabel/editor.c
533
if (i == RAW_PART)
sbin/disklabel/editor.c
600
if (partno == RAW_PART)
sbin/disklabel/editor.c
677
if (i == RAW_PART)
sbin/disklabel/editor.c
757
if (i == RAW_PART)
sbin/newfs_msdos/newfs_msdos.c
747
part = RAW_PART;
sys/arch/amd64/amd64/conf.c
405
return (MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART));
sys/arch/amd64/amd64/disksubr.c
78
RAW_PART));
sys/arch/amd64/amd64/dkcsum.c
223
DISKUNIT(bp->b_dev), RAW_PART);
sys/arch/amd64/stand/efiboot/diskprobe.c
128
MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART);
sys/arch/amd64/stand/efiboot/efidev.c
485
DL_SETPOFFSET(&label->d_partitions[RAW_PART], 0);
sys/arch/amd64/stand/efiboot/efidev.c
486
DL_SETPSIZE(&label->d_partitions[RAW_PART], 100);
sys/arch/amd64/stand/efiboot/efidev.c
487
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/amd64/stand/libsa/diskprobe.c
100
dip->bios_info.bsd_dev = MAKEBOOTDEV(2, 0, 0, i, RAW_PART);
sys/arch/amd64/stand/libsa/diskprobe.c
172
MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART);
sys/arch/amd64/stand/libsa/diskprobe.c
250
MAKEBOOTDEV(6, 0, 0, 0, RAW_PART);
sys/arch/amd64/stand/libsa/diskprobe.c
274
DL_SETPOFFSET(&dip->disklabel.d_partitions[RAW_PART], 0);
sys/arch/amd64/stand/libsa/diskprobe.c
275
DL_SETPSIZE(&dip->disklabel.d_partitions[RAW_PART], 100);
sys/arch/amd64/stand/libsa/diskprobe.c
276
dip->disklabel.d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/arm64/arm64/conf.c
352
return (MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART));
sys/arch/arm64/stand/efiboot/efidev.c
475
DL_SETPOFFSET(&label->d_partitions[RAW_PART], 0);
sys/arch/arm64/stand/efiboot/efidev.c
476
DL_SETPSIZE(&label->d_partitions[RAW_PART], 100);
sys/arch/arm64/stand/efiboot/efidev.c
477
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/armv7/stand/efiboot/efidev.c
475
DL_SETPOFFSET(&label->d_partitions[RAW_PART], 0);
sys/arch/armv7/stand/efiboot/efidev.c
476
DL_SETPSIZE(&label->d_partitions[RAW_PART], 100);
sys/arch/armv7/stand/efiboot/efidev.c
477
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/hppa/hppa/disksubr.c
173
pp = &lp->d_partitions[RAW_PART + 1];
sys/arch/hppa/hppa/disksubr.c
183
DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp));
sys/arch/hppa/hppa/disksubr.c
184
DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0);
sys/arch/hppa/hppa/disksubr.c
185
lp->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/i386/i386/conf.c
388
return (MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART));
sys/arch/i386/i386/disksubr.c
78
RAW_PART));
sys/arch/i386/i386/dkcsum.c
223
DISKUNIT(bp->b_dev), RAW_PART);
sys/arch/i386/stand/libsa/diskprobe.c
104
dip->bios_info.bsd_dev = MAKEBOOTDEV(2, 0, 0, i, RAW_PART);
sys/arch/i386/stand/libsa/diskprobe.c
176
MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART);
sys/arch/i386/stand/libsa/diskprobe.c
232
MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART);
sys/arch/i386/stand/libsa/diskprobe.c
325
MAKEBOOTDEV(6, 0, 0, 0, RAW_PART);
sys/arch/i386/stand/libsa/diskprobe.c
349
DL_SETPOFFSET(&dip->disklabel.d_partitions[RAW_PART], 0);
sys/arch/i386/stand/libsa/diskprobe.c
350
DL_SETPSIZE(&dip->disklabel.d_partitions[RAW_PART], 100);
sys/arch/i386/stand/libsa/diskprobe.c
351
dip->disklabel.d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/riscv64/riscv64/conf.c
350
return (MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART));
sys/arch/riscv64/stand/efiboot/efidev.c
475
DL_SETPOFFSET(&label->d_partitions[RAW_PART], 0);
sys/arch/riscv64/stand/efiboot/efidev.c
476
DL_SETPSIZE(&label->d_partitions[RAW_PART], 100);
sys/arch/riscv64/stand/efiboot/efidev.c
477
label->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
sys/arch/sparc64/stand/ofwboot/softraid_sparc64.c
189
0, 0, diskno, RAW_PART);
sys/dev/softraid.c
1032
rawdev = MAKEDISKDEV(major(chrdev), DISKUNIT(devno), RAW_PART);
sys/isofs/cd9660/cd9660_vfsops.c
505
DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0);
sys/isofs/cd9660/cd9660_vfsops.c
506
DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp));
sys/isofs/cd9660/cd9660_vfsops.c
507
lp->d_partitions[RAW_PART].p_fstype = FS_ISO9660;
sys/isofs/udf/udf_subr.c
171
DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp));
sys/isofs/udf/udf_subr.c
172
lp->d_partitions[RAW_PART].p_fstype = FS_UDF;
sys/kern/kern_sysctl.c
343
static int raw_part = RAW_PART;
sys/kern/subr_disk.c
1096
MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART);
sys/kern/subr_disk.c
1170
if (part != RAW_PART && (!haslabel ||
sys/kern/subr_disk.c
150
for (i = 0; i < RAW_PART; i++) {
sys/kern/subr_disk.c
154
if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) == 0)
sys/kern/subr_disk.c
155
DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp));
sys/kern/subr_disk.c
156
DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0);
sys/kern/subr_disk.c
1711
rawdev = MAKEDISKDEV(major(chrdev), DISKUNIT(chrdev), RAW_PART);
sys/kern/subr_disk.c
1774
partno = RAW_PART;
sys/kern/subr_disk.c
265
if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) != disksize)
sys/kern/subr_disk.c
267
DL_GETPSIZE(&lp->d_partitions[RAW_PART]));
sys/kern/subr_disk.c
268
if (DL_GETPOFFSET(&lp->d_partitions[RAW_PART]) != 0)
sys/kern/subr_disk.c
270
DL_GETPOFFSET(&lp->d_partitions[RAW_PART]));
sys/kern/subr_disk.c
273
DL_SETPSIZE(&lp->d_partitions[RAW_PART], disksize);
sys/kern/subr_disk.c
274
DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0);
sys/kern/subr_disk.c
339
nlp->d_partitions[RAW_PART] = lp->d_partitions[RAW_PART];
sys/kern/subr_disk.c
854
lp->d_partitions['i' - 'a'] = lp->d_partitions[RAW_PART];
sys/kern/subr_disk.c
919
npp = &nlp->d_partitions[RAW_PART];
sys/scsi/cd.c
1089
if (DISKPART(dev) != RAW_PART) {
sys/scsi/cd.c
282
rawopen = (part == RAW_PART) && (fmt == S_IFCHR);
sys/scsi/cd.c
766
if (part == RAW_PART)
sys/scsi/sd.c
318
rawopen = (part == RAW_PART) && (fmt == S_IFCHR);
sys/scsi/sd.c
865
if (part == RAW_PART)
sys/scsi/sd.c
974
if (part != RAW_PART) {
sys/sys/disklabel.h
75
(MAKEDISKDEV(major(dev), DISKUNIT(dev), RAW_PART))
usr.sbin/installboot/bootstrap.c
91
if (i == RAW_PART)
usr.sbin/installboot/landisk_installboot.c
176
if (i == RAW_PART)
usr.sbin/makefs/ffs.c
239
lp->d_npartitions = RAW_PART + 1;
usr.sbin/makefs/ffs.c
251
pp = &lp->d_partitions[RAW_PART]; /* a.k.a. 'c' */