Lines Matching refs:npp
254 struct partition *npp;
296 npp = &lp->d_partitions[i];
297 npp->p_offset = spp->sdkp_cyloffset * secpercyl;
298 npp->p_size = spp->sdkp_nsectors;
299 DPRINTF(("partition %d start %x size %x\n", i, (int)npp->p_offset, (int)npp->p_size));
300 if (npp->p_size == 0) {
301 npp->p_fstype = FS_UNUSED;
303 npp->p_fstype = sun_fstypes[i];
304 if (npp->p_fstype == FS_BSDFFS) {
309 npp->p_fsize = 1024;
310 npp->p_frag = 8;
311 npp->p_cpg = 16;