Searched refs:got_size (Results 1 – 3 of 3) sorted by relevance
31 int got_size; in vb2ex_read_resource() local56 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()
311 int got_size = 0; in VbSharedDataRead() local314 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()