Searched refs:cd_length (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/geom/raid/
H A Dmd_ddf.c252 printf("Controller Data %u:%u\n", GET32(meta, hdr->cd_section), GET32(meta, hdr->cd_length));
601 SET32(meta, hdr->cd_length,
602 (GET32(sample, hdr->cd_length) *
641 SET32(meta, hdr->cd_length,
662 pos += GET32(meta, hdr->cd_length);
688 size = GET32(meta, hdr->cd_length) * ss;
766 dst->cdr = malloc(GET32(src, hdr->cd_length) * ss, M_MD_DDF, M_WAITOK);
767 memcpy(dst->cdr, src->cdr, GET32(src, hdr->cd_length) * ss);
854 meta->cdr = malloc(GET32(sample, hdr->cd_length) * ss, M_MD_DDF, M_WAITOK);
855 memcpy(meta->cdr, sample->cdr, GET32(sample, hdr->cd_length) * s
[all...]
H A Dmd_ddf.h69 uint32_t cd_length; /* Controller_Data_Section_Length */ member in struct:ddf_header

Completed in 153 milliseconds