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

/freebsd-13-stable/sys/geom/part/
H A Dg_part_ldm.c127 uint64_t conf_size; /* configuration size */ member in struct:ldm_privhdr
434 hdr->conf_size = be64dec(buf + LDM_PH_CONFSIZE_OFF);
499 hdr.conf_size + hdr.log_size >= LDM_DB_SIZE) {
504 "th_offset1: %jd, conf_size: %jd, log_size: %jd, "
507 hdr.th_offset[1], hdr.conf_size, hdr.log_size,
583 uint64_t offset, conf_size, log_size; local
610 conf_size = be64dec(buf + LDM_TH_CONFSIZE_OFF);
612 if (conf_size != db->ph.conf_size ||
613 hdr.conf_offset + conf_size >
[all...]

Completed in 90 milliseconds