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

/freebsd-10.0-release/sys/geom/raid/
H A Dmd_ddf.c257 printf("BBM Log %u:%u\n", GET32(meta, hdr->bbmlog_section), GET32(meta, hdr->bbmlog_length));
616 SET32(meta, hdr->bbmlog_length,
617 (GET32(sample, hdr->bbmlog_length) *
620 (GET32(sample, hdr->bbmlog_length) *
623 (GET32(sample, hdr->bbmlog_length) *
656 SET32(meta, hdr->bbmlog_length, 0);
672 GET32(meta, hdr->bbmlog_length) != 0 ? pos : 0xffffffff);
673 pos += GET32(meta, hdr->bbmlog_length);
745 if (GET32(meta, hdr->bbmlog_length) != 0) {
746 size = GET32(meta, hdr->bbmlog_length) * s
[all...]
H A Dmd_ddf.h79 uint32_t bbmlog_length; /* BBM_Log_Section_Length */ member in struct:ddf_header

Completed in 113 milliseconds