Searched refs:Primary_Element_Count (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/geom/raid/
H A Dmd_ddf.c329 printf("Primary_Element_Count %u\n",
330 GET16D(meta, vdc->Primary_Element_Count));
368 num2 = GET16D(meta, vdc->Primary_Element_Count);
520 i += GET16(vmeta, vdc->Primary_Element_Count); // XXX
523 for (pos = 0; pos < GET16(vmeta, bvdc[bvd]->Primary_Element_Count);
982 for (pos = 0; pos < GET16D(meta, vdc->Primary_Element_Count); pos++)
985 if (pos == GET16D(meta, vdc->Primary_Element_Count))
1669 md_disk_bvd = disk_pos / GET16(vmeta, vdc->Primary_Element_Count); // XXX
1670 md_disk_pos = disk_pos % GET16(vmeta, vdc->Primary_Element_Count); // XXX
1856 vol->v_disks_count = GET16(vmeta, vdc->Primary_Element_Count) *
[all...]
H A Dmd_ddf.h226 uint16_t Primary_Element_Count; member in struct:ddf_vdc_record

Completed in 70 milliseconds