Searched refs:md_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/geom/virstor/
H A Dg_virstor_md.h54 uint16_t md_count; /* Total number of providers */ member in struct:g_virstor_metadata
H A Dg_virstor_md.c53 bs_write_u16(&bs, md->md_count);
82 md->md_count = bs_read_u16(&bs);
H A Dg_virstor.c470 * - md_count
492 md.md_count = sc->n_components;
516 md->md_count = sc->n_components;
1073 if (md->md_count < 1 || md->md_chunk_size < 1 ||
1113 sc->n_components = md->md_count;
1114 sc->components = malloc(sizeof(struct g_virstor_component) * md->md_count,
/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Dmd_rand.c142 static long md_count[2] = { 0, 0 }; variable
187 md_count[0] = 0;
188 md_count[1] = 0;
238 md_c[0] = md_count[0];
239 md_c[1] = md_count[1];
259 md_count[1] += (num / MD_DIGEST_LENGTH) + (num % MD_DIGEST_LENGTH > 0);
327 assert(md_c[1] == md_count[1]);
448 md_c[0] = md_count[0];
449 md_c[1] = md_count[1];
461 md_count[
[all...]
/freebsd-10-stable/sbin/geom/class/virstor/
H A Dgeom_virstor.c249 md.md_count = nargs - 1;
538 printf(" Active providers: %u\n", (u_int) md->md_count);

Completed in 115 milliseconds