HomeSort by relevance Sort by last modified time
    Searched refs:LoadKernelParams (Results 1 - 11 of 11) sorted by null

  /external/vboot_reference/firmware/lib/include/
vboot_kernel.h 31 uint32_t VbTryLoadKernel(VbCommonParams *cparams, LoadKernelParams *p,
57 VbError_t VbBootNormal(VbCommonParams *cparams, LoadKernelParams *p);
62 VbError_t VbBootDeveloper(VbCommonParams *cparams, LoadKernelParams *p);
67 VbError_t VbBootRecovery(VbCommonParams *cparams, LoadKernelParams *p);
load_kernel_fw.h 25 typedef struct LoadKernelParams {
75 } LoadKernelParams;
83 VbError_t LoadKernel(LoadKernelParams *params, VbCommonParams *cparams);
94 * LoadKernelParams.partition_number
99 * LoadKernelParams.bootloader_start
  /external/vboot_reference/tests/
vboot_api_kernel4_tests.c 103 VbError_t VbBootNormal(VbCommonParams *cparams, LoadKernelParams *p)
113 VbError_t VbBootDeveloper(VbCommonParams *cparams, LoadKernelParams *p)
123 VbError_t VbBootRecovery(VbCommonParams *cparams, LoadKernelParams *p)
verify_kernel.c 24 static LoadKernelParams params;
vboot_api_devmode_tests.c 134 static LoadKernelParams lkparams;
299 VbError_t VbBootDeveloper(VbCommonParams* cparams, LoadKernelParams* p);
vboot_api_kernel_tests.c 181 static LoadKernelParams lkparams;
278 VbError_t LoadKernel(LoadKernelParams *params, VbCommonParams *cparams)
vboot_api_kernel2_tests.c 28 static LoadKernelParams lkp;
178 uint32_t VbTryLoadKernel(VbCommonParams *cparams, LoadKernelParams *p,
vboot_kernel_tests.c 61 static LoadKernelParams lkp;
  /external/vboot_reference/utility/
load_kernel_test.c 29 static LoadKernelParams lkp;
92 Memset(&lkp, 0, sizeof(LoadKernelParams));
  /external/vboot_reference/firmware/lib/
vboot_api_kernel.c 71 uint32_t VbTryLoadKernel(VbCommonParams *cparams, LoadKernelParams *p,
220 VbError_t VbBootNormal(VbCommonParams *cparams, LoadKernelParams *p)
227 VbError_t VbBootDeveloper(VbCommonParams *cparams, LoadKernelParams *p)
450 VbError_t VbBootRecovery(VbCommonParams *cparams, LoadKernelParams *p)
973 LoadKernelParams p;
    [all...]
vboot_kernel.c 32 VbError_t LoadKernel(LoadKernelParams *params, VbCommonParams *cparams)

Completed in 117 milliseconds