Home
last modified time | relevance | path

Searched refs:RAWPART (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/pmax/dev/
H A Drz.c73 #define RAWPART 2 /* 'c' partition */ /* XXX */ macro
742 lp->d_partitions[RAWPART].p_size = sc->sc_blks;
781 if ((sc->sc_openpart & mask) == 0 && part != RAWPART) {
791 pp->p_offset >= end || i == RAWPART)
/original-bsd/usr.sbin/bad144/
H A Dbad144.c43 #define RAWPART "c" /* disk partition containing badsector tables */ macro
117 (void)sprintf(name, "%s/r%s%s", _PATH_DEV, argv[0], RAWPART);
/original-bsd/sys/tahoe/vba/
H A Dhd.c300 #define RAWPART 8 /* 'x' partition */ /* XXX */ macro
301 if ((dk->dk_openpart & mask) == 0 && part != RAWPART) {
310 if (pp - lp->d_partitions == RAWPART)
H A Dvd.c346 #define RAWPART 8 /* 'x' partition */ /* XXX */ macro
347 if ((dk->dk_openpart & mask) == 0 && part != RAWPART) {
356 if (pp - lp->d_partitions == RAWPART)
/original-bsd/sys/i386/isa/
H A Dwd.c683 #define RAWPART 8 /* 'x' partition */ /* XXX */ macro
684 if ((du->dk_openpart & mask) == 0 && part != RAWPART) {
696 if (pp - du->dk_dd.d_partitions == RAWPART)
/original-bsd/sys/vax/mba/
H A Dhp.c221 #define RAWPART 2 /* 'c' partition */ /* XXX */ macro
222 if ((sc->sc_openpart & mask) == 0 && part != RAWPART) {
231 if (pp - lp->d_partitions == RAWPART)
/original-bsd/sys/vax/uba/
H A Duda.c711 #define RAWPART 2 /* 'c' partition */ /* XXX */ macro
713 if ((ra->ra_openpart & mask) == 0 && part != RAWPART) {
720 pp->p_offset >= end || i == RAWPART)