Searched refs:shpart (Results 1 – 1 of 1) sorted by relevance
144 VbSharedDataKernelPart *shpart = NULL; in LoadKernel() local162 shpart = shcall->parts + (shcall->kernel_parts_found in LoadKernel()164 Memset(shpart, 0, sizeof(VbSharedDataKernelPart)); in LoadKernel()165 shpart->sector_start = part_start; in LoadKernel()166 shpart->sector_count = part_size; in LoadKernel()171 shpart->gpt_index = (uint8_t)(gpt.current_kernel + 1); in LoadKernel()181 shpart->check_result = VBSD_LKP_CHECK_TOO_SMALL; in LoadKernel()187 shpart->check_result = VBSD_LKP_CHECK_READ_START; in LoadKernel()196 shpart->check_result = VBSD_LKP_CHECK_KEY_BLOCK_SIG; in LoadKernel()209 shpart->check_result = in LoadKernel()[all …]