Searched refs:cd_section (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/geom/raid/ |
| H A D | md_ddf.h | 70 uint32_t cd_section; /* Controller_Data_Section */ member
|
| H A D | md_ddf.c | 257 printf("Controller Data %u:%u\n", GET32(meta, hdr->cd_section), GET32(meta, hdr->cd_length)); in g_raid_md_ddf_print() 666 SET32(meta, hdr->cd_section, pos); in ddf_meta_create() 1144 len = max(len, GET32(meta, hdr->cd_section) + GET32(meta, hdr->cd_length)); in ddf_meta_read() 1177 buf = g_read_data(cp, (lba + GET32(meta, hdr->cd_section)) * ss, in ddf_meta_read() 1311 error = g_write_data(cp, (lba + GET32(meta, hdr->cd_section)) * ss, in ddf_meta_write()
|