Searched defs:get_info_flags (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/firmware/lib/
H A Dvboot_api_kernel.c72 uint32_t get_info_flags)
79 VBDEBUG(("VbTryLoadKernel() start, get_info_flags=0x%x\n",
80 (unsigned)get_info_flags));
86 get_info_flags))
100 * called with only a single bit set in get_info_flags.
108 get_info_flags != (disk_info[i].flags & ~VB_DISK_FLAG_EXTERNAL_GPT)) {
71 VbTryLoadKernel(VbCommonParams *cparams, LoadKernelParams *p, uint32_t get_info_flags) argument
/external/vboot_reference/tests/
H A Dvboot_api_kernel2_tests.c179 uint32_t get_info_flags)
181 return vbtlk_retval + get_info_flags;
178 VbTryLoadKernel(VbCommonParams *cparams, LoadKernelParams *p, uint32_t get_info_flags) argument

Completed in 222 milliseconds