Searched refs:shcall (Results 1 – 1 of 1) sorted by relevance
36 VbSharedDataKernelCall *shcall = NULL; in LoadKernel() local88 shcall = shared->lk_calls + (shared->lk_call_count in LoadKernel()90 Memset(shcall, 0, sizeof(VbSharedDataKernelCall)); in LoadKernel()91 shcall->boot_flags = (uint32_t)params->boot_flags; in LoadKernel()92 shcall->boot_mode = boot_mode; in LoadKernel()93 shcall->sector_size = (uint32_t)params->bytes_per_lba; in LoadKernel()94 shcall->sector_count = params->streaming_lba_count; in LoadKernel()125 shcall->check_result = VBSD_LKC_CHECK_GPT_READ_ERROR; in LoadKernel()132 shcall->check_result = VBSD_LKC_CHECK_GPT_PARSE_ERROR; in LoadKernel()162 shpart = shcall->parts + (shcall->kernel_parts_found in LoadKernel()[all …]