opp               552 kern/subr_disk.c 	struct partition *opp, *npp;
opp               576 kern/subr_disk.c 		opp = &olp->d_partitions[i];
opp               578 kern/subr_disk.c 		if (DL_GETPOFFSET(npp) != DL_GETPOFFSET(opp) ||
opp               579 kern/subr_disk.c 		    DL_GETPSIZE(npp) < DL_GETPSIZE(opp))
opp               585 kern/subr_disk.c 		if (npp->p_fstype == FS_UNUSED && opp->p_fstype != FS_UNUSED) {
opp               586 kern/subr_disk.c 			npp->p_fstype = opp->p_fstype;
opp               587 kern/subr_disk.c 			npp->p_fragblock = opp->p_fragblock;
opp               588 kern/subr_disk.c 			npp->p_cpg = opp->p_cpg;