Searched refs:vdr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/geom/raid/ |
| HD | md_ddf.c | 63 struct ddf_vd_record *vdr; member 293 printf("Populated_VDEs %u\n", GET16(meta, vdr->Populated_VDEs)); in g_raid_md_ddf_print() 294 printf("Max_VDE_Supported %u\n", GET16(meta, vdr->Max_VDE_Supported)); in g_raid_md_ddf_print() 295 for (j = 0; j < GET16(meta, vdr->Populated_VDEs); j++) { in g_raid_md_ddf_print() 296 if (isff(meta->vdr->entry[j].VD_GUID, 24)) in g_raid_md_ddf_print() 299 print_guid(meta->vdr->entry[j].VD_GUID); in g_raid_md_ddf_print() 302 GET16(meta, vdr->entry[j].VD_Number)); in g_raid_md_ddf_print() 304 GET16(meta, vdr->entry[j].VD_Type)); in g_raid_md_ddf_print() 306 GET8(meta, vdr->entry[j].VD_State)); in g_raid_md_ddf_print() 308 GET8(meta, vdr->entry[j].Init_State)); in g_raid_md_ddf_print() [all …]
|