Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid/
H A Dmd_ddf.h81 uint32_t Diagnostic_Space_Length; member
H A Dmd_ddf.c260 …Space %u:%u\n", GET32(meta, hdr->Diagnostic_Space), GET32(meta, hdr->Diagnostic_Space_Length)); in g_raid_md_ddf_print()
659 SET32(meta, hdr->Diagnostic_Space_Length, 0); in ddf_meta_create()
677 GET32(meta, hdr->Diagnostic_Space_Length) != 0 ? pos : 0xffffffff); in ddf_meta_create()
678 pos += GET32(meta, hdr->Diagnostic_Space_Length); in ddf_meta_create()
1149 len = max(len, val + GET32(meta, hdr->Diagnostic_Space_Length)); in ddf_meta_read()