Home
last modified time | relevance | path

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

/freebsd/sys/dev/coreboot/
H A Dcoreboot.c221 uint8_t *table_end; in coreboot_parse_table() local
225 table_end = entry + hdr->table_bytes; in coreboot_parse_table()
227 while ((size_t)(table_end - entry) >= sizeof(struct cb_record)) { in coreboot_parse_table()
235 if (rec_size > (size_t)(table_end - entry)) in coreboot_parse_table()
1205 uint8_t *entry, *table_end; in coreboot_identify() local
1247 table_end = entry + hdr->table_bytes; in coreboot_identify()
1248 while ((size_t)(table_end - entry) >= sizeof(struct cb_record)) { in coreboot_identify()
1255 if (rec_size > (size_t)(table_end - entry)) in coreboot_identify()