Searched refs:nparts (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/usr.bin/mkimg/
H A Dapm.c65 blk += (where == SCHEME_META_IMG_START) ? nparts + 2 : 0;
78 buf = calloc(nparts + 2, secsz);
89 be32enc(&ent->ent_pmblkcnt, nparts + 1);
91 be32enc(&ent->ent_size, nparts + 1);
98 be32enc(&ent->ent_pmblkcnt, nparts + 1);
108 error = image_write(0, buf, nparts + 2);
119 .nparts = 4096,
H A Dvtoc8.c80 be16enc(&vtoc8.nparts, VTOC8_NPARTS);
115 .nparts = VTOC8_NPARTS - 1,
H A Dscheme.h74 u_int nparts; member in struct:mkimg_scheme
H A Dmkimg.h52 extern u_int nparts;
H A Dbsd.c88 bsdparts = nparts + 1; /* Account for c partition */
135 .nparts = 19,
H A Dmkimg.c68 u_int nparts = 0; variable
247 nparts++;
310 part->index = nparts;
312 nparts++;
672 if (scheme_selected() == NULL && nparts > 0)
674 if (nparts == 0 && min_capacity == 0)
690 if (nparts > scheme_max_parts())
692 scheme_max_parts(), nparts);
H A Debr.c134 .nparts = 4096,
H A Dscheme.c180 return ((scheme == NULL) ? 0 : scheme->nparts);
H A Dmbr.c134 .nparts = NDOSPART,
H A Dpc98.c127 .nparts = PC98_NPARTS,
H A Dgpt.c139 return ((nparts + ents - 1) / ents);
288 .nparts = 4096,
/freebsd-11-stable/sys/sys/
H A Dvtoc.h73 uint16_t nparts; member in struct:vtoc8
/freebsd-11-stable/sys/geom/part/
H A Dg_part_vtoc8.c229 be16enc(&table->vtoc.nparts, VTOC8_NPARTS);
498 be16enc(&table->vtoc.nparts, VTOC8_NPARTS);
503 basetable->gpt_entries = be16dec(&table->vtoc.nparts);
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c805 int i, nparts; local
816 i = nparts = 0;
818 nparts++;
819 providers = calloc(nparts, sizeof(providers[0]));
822 qsort(providers, nparts, sizeof(providers[0]), part_compare);
826 for (i = 0; i < nparts; i++) {
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c308 u_int nparts = 0, stripesize; local
325 nparts++;
345 if (nparts >= sc->sc_ndisks) {
349 nparts++;
377 nparts++;
/freebsd-11-stable/stand/common/
H A Dpart.c572 if (be16toh(dl->nparts) != VTOC8_NPARTS) {
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c12371 int nparts;
12407 nparts = ix86_split_to_parts (operands[1], part[1], GET_MODE (operands[0]));
12414 if (nparts == 3)
12429 if (nparts == 3
12434 if (collisions == 1 && nparts == 3
12450 base = part[0][nparts - 1];
12461 if (nparts == 3)
12471 if (nparts == 3)
12513 || (nparts == 3
12518 if (nparts
12346 int nparts; local
[all...]

Completed in 284 milliseconds