Home
last modified time | relevance | path

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

/src/sys/geom/part/
H A Dg_part_gpt.c86 GPT_STATE_OK /* Perfectly fine. */ enumerator
458 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 …]