Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/geom/raid/
HDmd_ddf.c178 GET16((m), hdr->Configuration_Record_Length))
181 (n) * GET16((m), hdr->Configuration_Record_Length) * \
185 (n) * GET16((m), hdr->Configuration_Record_Length) * \
250 printf("Configuration_Record_Length %u\n", GET16(meta, hdr->Configuration_Record_Length)); in g_raid_md_ddf_print()
598 SET16(meta, hdr->Configuration_Record_Length, in ddf_meta_create()
600 hdr->Configuration_Record_Length) * in ddf_meta_create()
638 SET16(meta, hdr->Configuration_Record_Length, in ddf_meta_create()
652 GET16(meta, hdr->Configuration_Record_Length) * in ddf_meta_create()
863 size = GET16(sample, hdr->Configuration_Record_Length) * ss; in ddf_vol_meta_create()
888 size = GET16(src, hdr->Configuration_Record_Length) * src->sectorsize; in ddf_vol_meta_update()
[all …]
HDmd_ddf.h64 uint16_t Configuration_Record_Length; member