Home
last modified time | relevance | path

Searched refs:Configuration_Record_Length (Results 1 – 2 of 2) sorted by relevance

/src/sys/geom/raid/
H A Dmd_ddf.c180 GET16((m), hdr->Configuration_Record_Length))
183 (n) * GET16((m), hdr->Configuration_Record_Length) * \
187 (n) * GET16((m), hdr->Configuration_Record_Length) * \
252 printf("Configuration_Record_Length %u\n", GET16(meta, hdr->Configuration_Record_Length)); in g_raid_md_ddf_print()
600 SET16(meta, hdr->Configuration_Record_Length, in ddf_meta_create()
602 hdr->Configuration_Record_Length) * in ddf_meta_create()
640 SET16(meta, hdr->Configuration_Record_Length, in ddf_meta_create()
654 GET16(meta, hdr->Configuration_Record_Length) * in ddf_meta_create()
861 size = GET16(sample, hdr->Configuration_Record_Length) * ss; in ddf_vol_meta_create()
884 size = GET16(src, hdr->Configuration_Record_Length) * src->sectorsize; in ddf_vol_meta_update()
[all …]
H A Dmd_ddf.h64 uint16_t Configuration_Record_Length; member