Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dpart.c50 static const uuid_t gpt_uuid_unused = GPT_ENT_TYPE_UNUSED; variable
219 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL)) in gpt_checktbl()
325 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL)) in ptable_gptread()
/freebsd/sys/geom/part/
H A Dg_part_gpt.c228 static struct uuid gpt_uuid_unused = GPT_ENT_TYPE_UNUSED; variable
636 if (EQUUID(&tmp, &gpt_uuid_unused)) in gpt_parse_type()
1067 if (EQUUID(&tbl[index].ent_type, &gpt_uuid_unused)) in g_part_gpt_read()