Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvb20_verify_fw.c31 int got_size; in vb2ex_read_resource() local
56 got_size = fread(buf, 1, size, f); in vb2ex_read_resource()
60 return got_size == size ? VB2_SUCCESS : VB2_ERROR_UNKNOWN; in vb2ex_read_resource()
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c311 int got_size = 0; in VbSharedDataRead() local
314 sh = (VbSharedDataHeader*)VbGetBuffer(ACPI_VDAT_PATH, &got_size); in VbSharedDataRead()
327 if (got_size < expect_size) { in VbSharedDataRead()
331 if (sh->data_size > got_size) in VbSharedDataRead()
332 sh->data_size = got_size; /* Truncated read */ in VbSharedDataRead()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c311 int got_size = 0; in VbSharedDataRead() local
314 sh = (VbSharedDataHeader*)VbGetBuffer(ACPI_VDAT_PATH, &got_size); in VbSharedDataRead()
327 if (got_size < expect_size) { in VbSharedDataRead()
331 if (sh->data_size > got_size) in VbSharedDataRead()
332 sh->data_size = got_size; /* Truncated read */ in VbSharedDataRead()