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

/external/vboot_reference/firmware/include/
H A Dvboot_api.h572 * These types are distinguished by the following flag and VbDiskInfo
580 typedef struct VbDiskInfo { struct
599 } VbDiskInfo; typedef in typeref:struct:VbDiskInfo
606 * points to a [count]-sized array of VbDiskInfo structs with the information
617 VbError_t VbExDiskGetInfo(VbDiskInfo **infos_ptr, uint32_t *count,
626 VbError_t VbExDiskFreeInfo(VbDiskInfo *infos,

Completed in 48 milliseconds