Home
last modified time | relevance | path

Searched refs:GetErrorCounter (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt.h156 int GetErrorCounter(struct drive *drive, int secondary, uint32_t entry_index);
Dcgpt_add.c244 params->error_counter = GetErrorCounter(&drive, PRIMARY, index); in CgptGetPartitionDetails()
Dcgpt_common.c861 int GetErrorCounter(struct drive *drive, int secondary, uint32_t entry_index) { in GetErrorCounter() function