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

/freebsd-12-stable/usr.sbin/cpucontrol/
H A Damd10h.c100 const container_header_t *container_header; local
152 (sizeof(*container_header) + sizeof(*section_header))) {
161 container_header = (const container_header_t *)fw_data;
162 if (container_header->magic != AMD_10H_MAGIC) {
166 fw_data += sizeof(*container_header);
167 fw_size -= sizeof(*container_header);
H A Damd.h86 typedef struct container_header { struct

Completed in 107 milliseconds