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

/freebsd-12-stable/stand/common/
H A Dpart.c54 static const uuid_t gpt_uuid_unused = GPT_ENT_TYPE_UNUSED; variable
224 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL))
330 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL))
/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c212 static struct uuid gpt_uuid_unused = GPT_ENT_TYPE_UNUSED; variable in typeref:struct:uuid
603 if (EQUUID(&tmp, &gpt_uuid_unused))
1007 if (EQUUID(&tbl[index].ent_type, &gpt_uuid_unused))

Completed in 127 milliseconds