Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/cpucontrol/
H A Damd10h.c97 const section_header_t *section_header; in amd10h_update() local
173 if (section_header->size == 0) { in amd10h_update()
178 fw_data += sizeof(*section_header); in amd10h_update()
179 fw_size -= sizeof(*section_header); in amd10h_update()
181 if (section_header->size > fw_size) { in amd10h_update()
192 fw_data += section_header->size; in amd10h_update()
193 fw_size -= section_header->size; in amd10h_update()
214 fw_data += sizeof(*section_header); in amd10h_update()
215 fw_size -= sizeof(*section_header); in amd10h_update()
232 fw_data += section_header->size; in amd10h_update()
[all …]
H A Damd.h79 typedef struct section_header { struct