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