Home
last modified time | relevance | path

Searched refs:container_header (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/usr.sbin/cpucontrol/
H A Damd10h.c98 const container_header_t *container_header; in amd10h_update() local
150 (sizeof(*container_header) + sizeof(*section_header))) { in amd10h_update()
159 container_header = (const container_header_t *)fw_data; in amd10h_update()
160 if (container_header->magic != AMD_10H_MAGIC) { in amd10h_update()
164 fw_data += sizeof(*container_header); in amd10h_update()
165 fw_size -= sizeof(*container_header); in amd10h_update()
H A Damd.h84 typedef struct container_header { struct