Searched refs:gpt_uuid_freebsd (Results 1 – 3 of 3) sorted by relevance
43 static mkimg_uuid_t gpt_uuid_freebsd = GPT_ENT_TYPE_FREEBSD; variable56 { ALIAS_FREEBSD, ALIAS_PTR2TYPE(&gpt_uuid_freebsd) },
54 static const uuid_t gpt_uuid_freebsd = GPT_ENT_TYPE_FREEBSD; variable139 else if (uuid_equal(&type, &gpt_uuid_freebsd, NULL)) in gpt_parttype()
191 static struct uuid gpt_uuid_freebsd = GPT_ENT_TYPE_FREEBSD; variable264 { &gpt_uuid_freebsd, G_PART_ALIAS_FREEBSD, 0xa5 },855 c = (EQUUID(&entry->ent.ent_type, &gpt_uuid_freebsd)) ? 's' : 'p'; in g_part_gpt_name()