Lines Matching refs:privhead
59 * @ph: In-memory privhead structure in which to return parsed information
62 * sets up the in-memory privhead structure @ph with the obtained information.
67 static bool ldm_parse_privhead(const u8 *data, struct privhead *ph)
203 * ldm_compare_privheads - Compare two privhead objects
204 * @ph1: First privhead
205 * @ph2: Second privhead
207 * This compares the two privhead structures @ph1 and @ph2.
212 static bool ldm_compare_privheads (const struct privhead *ph1,
213 const struct privhead *ph2)
252 * ldm_validate_privheads - Compare the primary privhead with its backups
266 struct privhead *ph1)
269 struct privhead *ph[3] = { ph1 };
348 * The offsets and sizes of the configs are range-checked against a privhead.
358 struct privhead *ph;
394 /* Range check the TOCBLOCK against a privhead. */