Searched refs:GPT_STATE_OK (Results 1 – 1 of 1) sorted by relevance
86 GPT_STATE_OK /* Perfectly fine. */ enumerator458 if (table->state[GPT_ELT_PRIHDR] != GPT_STATE_OK) in gpt_read_hdr()526 table->state[elt] = GPT_STATE_OK; in gpt_read_hdr()586 table->state[elt] = GPT_STATE_OK; in gpt_read_tbl()742 if (table->state[GPT_ELT_PRIHDR] == GPT_STATE_OK) in g_part_gpt_destroy()744 if (table->state[GPT_ELT_SECHDR] == GPT_STATE_OK && in g_part_gpt_destroy()954 if (table->state[GPT_ELT_PRIHDR] == GPT_STATE_OK) { in g_part_gpt_read()963 if (table->state[GPT_ELT_SECHDR] == GPT_STATE_OK) { in g_part_gpt_read()971 if (table->state[GPT_ELT_PRITBL] != GPT_STATE_OK && in g_part_gpt_read()972 table->state[GPT_ELT_SECTBL] != GPT_STATE_OK) { in g_part_gpt_read()[all …]