Searched refs:CgptFindParams (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/cgpt/ |
D | cgpt_find.c | 21 static int FillBuffer(CgptFindParams *params, int fd, uint64_t pos, in FillBuffer() 42 static int match_content(CgptFindParams *params, struct drive *drive, in match_content() 74 static void showmatch(CgptFindParams *params, char *filename, in showmatch() 95 static void chromeos_mtd_show(CgptFindParams *params, char *filename, in chromeos_mtd_show() 110 static int gpt_search(CgptFindParams *params, struct drive *drive, in gpt_search() 153 static int do_search(CgptFindParams *params, char *fileName) { in do_search() 212 static int scan_real_devs(CgptFindParams *params) { in scan_real_devs() 287 void CgptFind(CgptFindParams *params) { in CgptFind()
|
D | cmd_find.c | 68 CgptFindParams params; in cmd_find()
|
/external/vboot_reference/host/include/ |
D | cgpt_params.h | 81 struct CgptFindParams; 82 typedef void (*CgptFindShowFn)(struct CgptFindParams *params, char *filename, 84 typedef struct CgptFindParams { struct 106 } CgptFindParams; argument
|
D | vboot_host.h | 30 void CgptFind(CgptFindParams *params);
|