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

  /external/vboot_reference/firmware/include/
vboot_struct.h 402 /* Flags for VbSharedDataKernelCall.flags */
406 /* Result codes for VbSharedDataKernelCall.check_result */
416 typedef struct VbSharedDataKernelCall {
439 } VbSharedDataKernelCall;
518 VbSharedDataKernelCall lk_calls[VBSD_MAX_KERNEL_CALLS];
  /external/vboot_reference/firmware/lib/
vboot_kernel.c 36 VbSharedDataKernelCall *shcall = NULL;
90 Memset(shcall, 0, sizeof(VbSharedDataKernelCall));
  /external/vboot_reference/host/lib/
crossystem.c 251 const VbSharedDataKernelCall* shc =

Completed in 1764 milliseconds