Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dmem.c42 static long md_count; variable
116 md_count = atol(md_failstring); in parseit()
148 shoulditfail ? '-' : '+', md_count, md_fail_percent, roll); in shouldfail()
155 if (md_count) { in shouldfail()
157 if (--md_count == 0) in shouldfail()
/freebsd/sys/geom/virstor/
H A Dg_virstor_md.c52 bs_write_u16(&bs, md->md_count); in virstor_metadata_encode()
80 md->md_count = bs_read_u16(&bs); in virstor_metadata_decode()
H A Dg_virstor_md.h53 uint16_t md_count; /* Total number of providers */ member
H A Dg_virstor.c475 md.md_count = sc->n_components; in update_metadata()
499 md->md_count = sc->n_components; in fill_metadata()
1059 if (md->md_count < 1 || md->md_chunk_size < 1 || in create_virstor_geom()
1099 sc->n_components = md->md_count; in create_virstor_geom()
1100 sc->components = malloc(sizeof(struct g_virstor_component) * md->md_count, in create_virstor_geom()
/freebsd/lib/geom/virstor/
H A Dgeom_virstor.c191 md.md_count = nargs - 1; in virstor_label()
495 printf(" Active providers: %u\n", (u_int) md->md_count); in virstor_metadata_dump()