Lines Matching refs:RAW_PART
97 #define CDLABELDEV(dev) (MAKECDDEV(major(dev), CDUNIT(dev), RAW_PART))
302 rawopen = (part == RAW_PART) && (fmt == S_IFCHR);
375 if (part != RAW_PART && (part >= cd->sc_dk.dk_label->d_npartitions ||
504 if (CDPART(bp->b_dev) != RAW_PART &&
618 if (CDPART(bp->b_dev) != RAW_PART) {
818 if (part == RAW_PART)
1135 if (CDPART(dev) != RAW_PART) {
1203 lp->d_partitions[RAW_PART].p_offset = 0;
1204 lp->d_partitions[RAW_PART].p_size = lp->d_secperunit;
1205 lp->d_partitions[RAW_PART].p_fstype = FS_UNUSED;
1206 lp->d_npartitions = RAW_PART + 1;