Searched refs:Diagnostic_Space_Length (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/ata/
H A Data-raid-ddf.h79 uint32_t Diagnostic_Space_Length; member in struct:ddf_header
/freebsd-9.3-release/sys/geom/raid/
H A Dmd_ddf.h81 uint32_t Diagnostic_Space_Length; member in struct:ddf_header
H A Dmd_ddf.c258 printf("Diagnostic Space %u:%u\n", GET32(meta, hdr->Diagnostic_Space), GET32(meta, hdr->Diagnostic_Space_Length));
657 SET32(meta, hdr->Diagnostic_Space_Length, 0);
675 GET32(meta, hdr->Diagnostic_Space_Length) != 0 ? pos : 0xffffffff);
676 pos += GET32(meta, hdr->Diagnostic_Space_Length);
1150 len = max(len, val + GET32(meta, hdr->Diagnostic_Space_Length));

Completed in 58 milliseconds