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

/freebsd-10.0-release/sys/geom/raid/
H A Dmd_ddf.h74 uint32_t cr_section; /* Configuration_Records_Section */ member in struct:ddf_header
H A Dmd_ddf.c255 printf("Configuration Recs %u:%u\n", GET32(meta, hdr->cr_section), GET32(meta, hdr->cr_length));
667 SET32(meta, hdr->cr_section, pos);
1145 len = max(len, GET32(meta, hdr->cr_section) + GET32(meta, hdr->cr_length));
1198 buf = g_read_data(cp, (lba + GET32(meta, hdr->cr_section)) * ss,
1305 error = g_write_data(cp, (lba + GET32(meta, hdr->cr_section)) * ss,

Completed in 98 milliseconds