Home
last modified time | relevance | path

Searched refs:header_bytes (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c59 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init()
93 cbh->header_checksum = compute_ip_checksum(cbh, cbh->header_bytes); in cb_table_finalize()
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py450 header_bytes = self.header_length
457 buf = buf[0:header_bytes-1]
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c140 ptr += header->header_bytes; in cb_parse_header()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h18 u32 header_bytes; member