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

/freebsd-10.0-release/sys/geom/raid/
H A Dmd_ddf.h76 uint32_t pdd_section; /* Physical_Drive_Data_Section */ member in struct:ddf_header
H A Dmd_ddf.c256 printf("Physical Disk Recs %u:%u\n", GET32(meta, hdr->pdd_section), GET32(meta, hdr->pdd_length));
669 SET32(meta, hdr->pdd_section, pos);
1146 len = max(len, GET32(meta, hdr->pdd_section) + GET32(meta, hdr->pdd_length));
1207 buf = g_read_data(cp, (lba + GET32(meta, hdr->pdd_section)) * ss,
1313 error = g_write_data(cp, (lba + GET32(meta, hdr->pdd_section)) * ss,

Completed in 117 milliseconds