Home
last modified time | relevance | path

Searched defs:lb_forward (Results 1 – 4 of 4) sorted by relevance

/external/flashrom/include/
Dcoreboot_tables.h140 struct lb_forward { struct
141 uint32_t tag;
142 uint32_t size;
143 uint64_t forward;
/external/coreboot/util/nvramtool/
Dcoreboot_tables.h130 struct lb_forward { struct
131 uint32_t tag;
132 uint32_t size;
133 uint64_t forward;
/external/coreboot/src/commonlib/include/commonlib/
Dcoreboot_tables.h221 struct lb_forward { struct
222 uint32_t tag;
223 uint32_t size;
224 lb_uint64_t forward;
/external/coreboot/src/lib/
Dcoreboot_table.c411 static struct lb_forward *lb_forward(struct lb_header *header, in lb_forward() function