Lines Matching full:shcall
36 VbSharedDataKernelCall *shcall = NULL;
88 shcall = shared->lk_calls + (shared->lk_call_count
90 Memset(shcall, 0, sizeof(VbSharedDataKernelCall));
91 shcall->boot_flags = (uint32_t)params->boot_flags;
92 shcall->boot_mode = boot_mode;
93 shcall->sector_size = (uint32_t)params->bytes_per_lba;
94 shcall->sector_count = params->streaming_lba_count;
125 shcall->check_result = VBSD_LKC_CHECK_GPT_READ_ERROR;
132 shcall->check_result = VBSD_LKC_CHECK_GPT_PARSE_ERROR;
162 shpart = shcall->parts + (shcall->kernel_parts_found
172 shcall->kernel_parts_found++;
497 shcall->check_result = VBSD_LKC_CHECK_GOOD_PARTITION;
512 shcall->check_result = VBSD_LKC_CHECK_INVALID_PARTITIONS;
516 shcall->check_result = VBSD_LKC_CHECK_NO_PARTITIONS;
528 * If LoadKernel() was called with bad parameters, shcall may not be
531 if (shcall)
532 shcall->return_code = (uint8_t)retval;