Searched refs:gpt_uuid_freebsd (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.bin/mkimg/
H A Dgpt.c45 static mkimg_uuid_t gpt_uuid_freebsd = GPT_ENT_TYPE_FREEBSD; variable
57 { ALIAS_FREEBSD, ALIAS_PTR2TYPE(&gpt_uuid_freebsd) },
/freebsd-12-stable/stand/common/
H A Dpart.c58 static const uuid_t gpt_uuid_freebsd = GPT_ENT_TYPE_FREEBSD; variable
146 else if (uuid_equal(&type, &gpt_uuid_freebsd, NULL))
/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c186 static struct uuid gpt_uuid_freebsd = GPT_ENT_TYPE_FREEBSD; variable in typeref:struct:uuid
247 { &gpt_uuid_freebsd, G_PART_ALIAS_FREEBSD, 0xa5 },
816 c = (EQUUID(&entry->ent.ent_type, &gpt_uuid_freebsd)) ? 's' : 'p';

Completed in 108 milliseconds