Home | History | Annotate | Download | only in svhlabel

Lines Matching defs:npe

110 	struct partition	npe;
146 npe.p_fstype = FS_EFS;
147 npe.p_size = vh->partitions[i].blocks;
148 npe.p_offset = vh->partitions[i].first;
149 npe.p_fsize = 0;
150 npe.p_frag = 0;
151 npe.p_cpg = 0;
173 if (memcmp(&label.d_partitions[j], &npe, sizeof(npe)) != 0) {
174 label.d_partitions[j] = npe;