RAW_PART 435 arch/i386/i386/conf.c return (MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART)); RAW_PART 81 arch/i386/i386/disksubr.c RAW_PART)); RAW_PART 212 arch/i386/i386/dkcsum.c DISKUNIT(bp->b_dev), RAW_PART); RAW_PART 83 arch/i386/stand/libsa/diskprobe.c dip->bios_info.bsd_dev = MAKEBOOTDEV(2, 0, 0, i, RAW_PART); RAW_PART 156 arch/i386/stand/libsa/diskprobe.c MAKEBOOTDEV(type, 0, 0, bsdunit, RAW_PART); RAW_PART 239 arch/i386/stand/libsa/diskprobe.c MAKEBOOTDEV(0, 0, 0, 0xff, RAW_PART); RAW_PART 272 arch/i386/stand/libsa/diskprobe.c dip->disklabel.d_partitions[RAW_PART].p_offset = 0; RAW_PART 273 arch/i386/stand/libsa/diskprobe.c dip->disklabel.d_partitions[RAW_PART].p_size = 100; RAW_PART 274 arch/i386/stand/libsa/diskprobe.c dip->disklabel.d_partitions[RAW_PART].p_fstype = FS_UNUSED; RAW_PART 276 arch/i386/stand/libsa/diskprobe.c dip->disklabel.d_npartitions = RAW_PART + 1; RAW_PART 452 dev/ata/wd.c if (DISKPART(bp->b_dev) != RAW_PART && RAW_PART 693 dev/ata/wd.c if (part != RAW_PART && RAW_PART 594 dev/ccd.c if (part != RAW_PART) { RAW_PART 686 dev/ccd.c if (DISKPART(bp->b_dev) != RAW_PART && RAW_PART 713 dev/flash.c if (part != RAW_PART && RAW_PART 812 dev/flash.c if (flashpart(bp->b_dev) != RAW_PART && RAW_PART 114 dev/flashvar.h #define flashlabeldev(x) (MAKEDISKDEV(major(x), flashunit(x), RAW_PART)\ RAW_PART 399 dev/isa/mcd.c if (part != RAW_PART && RAW_PART 510 dev/isa/mcd.c if (DISKPART(bp->b_dev) != RAW_PART && RAW_PART 576 dev/isa/mcd.c if (DISKPART(bp->b_dev) != RAW_PART) { RAW_PART 647 dev/raidframe/rf_openbsdkintf.c if (part != RAW_PART) { RAW_PART 791 dev/raidframe/rf_openbsdkintf.c if (DISKPART(bp->b_dev) != RAW_PART) RAW_PART 1754 dev/raidframe/rf_openbsdkintf.c if (DISKPART(bp->b_dev) != RAW_PART) { RAW_PART 2110 dev/raidframe/rf_openbsdkintf.c DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0); RAW_PART 2111 dev/raidframe/rf_openbsdkintf.c DL_SETPSIZE(&lp->d_partitions[RAW_PART], raidPtr->totalSectors); RAW_PART 2112 dev/raidframe/rf_openbsdkintf.c lp->d_partitions[RAW_PART].p_fstype = FS_UNUSED; RAW_PART 2113 dev/raidframe/rf_openbsdkintf.c lp->d_npartitions = RAW_PART + 1; RAW_PART 2742 dev/raidframe/rf_openbsdkintf.c dev = MAKEDISKDEV(major, dv->dv_unit, RAW_PART); RAW_PART 2766 dev/raidframe/rf_openbsdkintf.c dv->dv_xname, 'a' + RAW_PART, error); RAW_PART 83 dev/ramdisk.c #define RD_IS_CTRL(dev) (DISKPART(dev) == RAW_PART) RAW_PART 339 dev/ramdisk.c if (part != RAW_PART && RAW_PART 2036 dev/softraid.c bp->b_dev = dev = MAKEDISKDEV(majdev, dv->dv_unit, RAW_PART); RAW_PART 109 dev/vnd.c makedev(major(dev), DISKMINOR(vndunit(dev), RAW_PART) | \ RAW_PART 264 dev/vnd.c if (part != RAW_PART && RAW_PART 522 isofs/cd9660/cd9660_vfsops.c DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0); RAW_PART 523 isofs/cd9660/cd9660_vfsops.c DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp)); RAW_PART 524 isofs/cd9660/cd9660_vfsops.c lp->d_partitions[RAW_PART].p_fstype = FS_ISO9660; RAW_PART 525 isofs/cd9660/cd9660_vfsops.c lp->d_npartitions = RAW_PART + 1; RAW_PART 167 isofs/udf/udf_subr.c DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp)); RAW_PART 168 isofs/udf/udf_subr.c lp->d_partitions[RAW_PART].p_fstype = FS_UDF; RAW_PART 169 isofs/udf/udf_subr.c lp->d_npartitions = RAW_PART + 1; RAW_PART 374 kern/kern_sysctl.c return (sysctl_rdint(oldp, oldlenp, newp, RAW_PART)); RAW_PART 196 kern/subr_disk.c lp->d_npartitions = RAW_PART + 1; RAW_PART 197 kern/subr_disk.c for (i = 0; i < RAW_PART; i++) { RAW_PART 201 kern/subr_disk.c if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) == 0) RAW_PART 202 kern/subr_disk.c DL_SETPSIZE(&lp->d_partitions[RAW_PART], DL_GETDSIZE(lp)); RAW_PART 203 kern/subr_disk.c DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0); RAW_PART 342 kern/subr_disk.c if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) != disksize) RAW_PART 344 kern/subr_disk.c DL_GETPSIZE(&lp->d_partitions[RAW_PART])); RAW_PART 345 kern/subr_disk.c if (DL_GETPOFFSET(&lp->d_partitions[RAW_PART]) != 0) RAW_PART 347 kern/subr_disk.c DL_GETPOFFSET(&lp->d_partitions[RAW_PART])); RAW_PART 350 kern/subr_disk.c DL_SETPSIZE(&lp->d_partitions[RAW_PART], disksize); RAW_PART 351 kern/subr_disk.c DL_SETPOFFSET(&lp->d_partitions[RAW_PART], 0); RAW_PART 519 kern/subr_disk.c DL_GETPSIZE(&lp->d_partitions[RAW_PART])); RAW_PART 843 kern/subr_disk.c rawdev = MAKEDISKDEV(major(rrootdev), DISKUNIT(rootdev), RAW_PART); RAW_PART 286 scsi/cd.c rawopen = (part == RAW_PART) && (fmt == S_IFCHR); RAW_PART 362 scsi/cd.c if (part != RAW_PART && (part >= cd->sc_dk.dk_label->d_npartitions || RAW_PART 489 scsi/cd.c if (DISKPART(bp->b_dev) != RAW_PART && RAW_PART 811 scsi/cd.c if (part == RAW_PART) RAW_PART 1129 scsi/cd.c if (DISKPART(dev) != RAW_PART) { RAW_PART 318 scsi/sd.c rawopen = (part == RAW_PART) && (fmt == S_IFCHR); RAW_PART 399 scsi/sd.c if (part != RAW_PART && RAW_PART 532 scsi/sd.c if (DISKPART(bp->b_dev) != RAW_PART && RAW_PART 845 scsi/sd.c if (part == RAW_PART) RAW_PART 941 scsi/sd.c if (part != RAW_PART) { RAW_PART 71 sys/disklabel.h (MAKEDISKDEV(major(dev), DISKUNIT(dev), RAW_PART))