Searched refs:pdr_section (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/geom/raid/ |
| H A D | md_ddf.h | 72 uint32_t pdr_section; /* Physical_Drive_Records_Section */ member
|
| H A D | md_ddf.c | 258 …printf("Physical Disk %u:%u\n", GET32(meta, hdr->pdr_section), GET32(meta, hdr->pdr_length)… in g_raid_md_ddf_print() 668 SET32(meta, hdr->pdr_section, pos); in ddf_meta_create() 1145 len = max(len, GET32(meta, hdr->pdr_section) + GET32(meta, hdr->pdr_length)); in ddf_meta_read() 1188 buf = g_read_data(cp, (lba + GET32(meta, hdr->pdr_section)) * ss, in ddf_meta_read() 1319 error = g_write_data(cp, (lba + GET32(meta, hdr->pdr_section)) * ss, in ddf_meta_write()
|