Home
last modified time | relevance | path

Searched refs:CgptShowParams (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/host/include/
Dvboot_host.h26 int CgptShow(CgptShowParams *params);
27 int CgptGetNumNonEmptyPartitions(CgptShowParams *params);
Dcgpt_params.h46 typedef struct CgptShowParams { struct
56 } CgptShowParams; argument
/external/vboot_reference/cgpt/
Dcmd_show.c41 CgptShowParams params; in cmd_show()
Dcgpt_show.c158 static int GptShow(struct drive *drive, CgptShowParams *params) { in GptShow()
334 int CgptShow(CgptShowParams *params) { in CgptShow()
Dcgpt_common.c967 int CgptGetNumNonEmptyPartitions(CgptShowParams *params) { in CgptGetNumNonEmptyPartitions()