OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fw_b
(Results
1 - 1
of
1
) sorted by null
/external/vboot_reference/futility/
cmd_sign.c
457
struct cb_area_s *
fw_b
= &state->cb_area[CB_FMAP_FW_MAIN_B];
local
464
!(
fw_b
->_flags & AREA_IS_VALID)) {
470
if (fw_a->len !=
fw_b
->len ||
471
memcmp(fw_a->buf,
fw_b
->buf, fw_a->len)) {
488
retval |= write_new_preamble(vblock_b,
fw_b
,
Completed in 81 milliseconds