Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid/
H A Dmd_ddf.c140 #define GET32D(m, f) ((m)->bigendian ? be32dec(&f) : le32dec(&f)) macro
320 val = GET32D(meta, vdc->Signature); in g_raid_md_ddf_print()
328 GET32D(meta, vdc->Timestamp)); in g_raid_md_ddf_print()
330 GET32D(meta, vdc->Sequence_Number)); in g_raid_md_ddf_print()
355 if (GET32D(meta, vdc->Associated_Spares[i]) != 0xffffffff) in g_raid_md_ddf_print()
356 printf(" 0x%08x", GET32D(meta, vdc->Associated_Spares[i])); in g_raid_md_ddf_print()
374 GET32D(meta, vdc->Physical_Disk_Sequence[i]), in g_raid_md_ddf_print()
389 GET32D(meta, sa->Timestamp)); in g_raid_md_ddf_print()
484 if (GET32D(meta, vdc->Signature) == DDF_VDCR_SIGNATURE && in ddf_meta_find_vdc()
488 if (GET32D(meta, vdc->Signature) == 0xffffffff || in ddf_meta_find_vdc()
[all …]