Home
last modified time | relevance | path

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

/device/google/bonito/gpt-utils/
Dgpt-utils.cpp747 enum gpt_state gpt_prim, gpt_second; in prepare_partitions() local
767 gpt_get_state(fd, SECONDARY_GPT, &gpt_second); in prepare_partitions()
775 if (gpt_prim == GPT_BAD_CRC || gpt_second == GPT_BAD_CRC) { in prepare_partitions()
781 if (gpt_prim == GPT_BAD_SIGNATURE && gpt_second == GPT_BAD_SIGNATURE) { in prepare_partitions()
789 if (gpt_prim == GPT_OK && gpt_second == GPT_OK) in prepare_partitions()
793 else if (gpt_second == GPT_BAD_SIGNATURE) in prepare_partitions()
797 "aborting\n", __func__, gpt_prim, gpt_second); in prepare_partitions()
/device/google/coral/gpt-utils/
Dgpt-utils.cpp747 enum gpt_state gpt_prim, gpt_second; in prepare_partitions() local
767 gpt_get_state(fd, SECONDARY_GPT, &gpt_second); in prepare_partitions()
775 if (gpt_prim == GPT_BAD_CRC || gpt_second == GPT_BAD_CRC) { in prepare_partitions()
781 if (gpt_prim == GPT_BAD_SIGNATURE && gpt_second == GPT_BAD_SIGNATURE) { in prepare_partitions()
789 if (gpt_prim == GPT_OK && gpt_second == GPT_OK) in prepare_partitions()
793 else if (gpt_second == GPT_BAD_SIGNATURE) in prepare_partitions()
797 "aborting\n", __func__, gpt_prim, gpt_second); in prepare_partitions()
/device/google/crosshatch/gpt-utils/
Dgpt-utils.cpp747 enum gpt_state gpt_prim, gpt_second = GPT_OK; in prepare_partitions() local
767 gpt_get_state(fd, SECONDARY_GPT, &gpt_second); in prepare_partitions()
775 if (gpt_prim == GPT_BAD_CRC || gpt_second == GPT_BAD_CRC) { in prepare_partitions()
781 if (gpt_prim == GPT_BAD_SIGNATURE && gpt_second == GPT_BAD_SIGNATURE) { in prepare_partitions()
789 if (gpt_prim == GPT_OK && gpt_second == GPT_OK) in prepare_partitions()
793 else if (gpt_second == GPT_BAD_SIGNATURE) in prepare_partitions()
797 "aborting\n", __func__, gpt_prim, gpt_second); in prepare_partitions()