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

/freebsd-current/usr.bin/mkimg/
H A Dgpt.c42 static mkimg_uuid_t gpt_uuid_efi = GPT_ENT_TYPE_EFI; variable
55 { ALIAS_EFI, ALIAS_PTR2TYPE(&gpt_uuid_efi) },
/freebsd-current/stand/common/
H A Dpart.c53 static const uuid_t gpt_uuid_efi = GPT_ENT_TYPE_EFI; variable
125 if (uuid_equal(&type, &gpt_uuid_efi, NULL))
/freebsd-current/sys/geom/part/
H A Dg_part_gpt.c189 static struct uuid gpt_uuid_efi = GPT_ENT_TYPE_EFI; variable in typeref:struct:uuid
261 { &gpt_uuid_efi, G_PART_ALIAS_EFI, 0xee },
405 if (!EQUUID(&entry->ent.ent_type, &gpt_uuid_efi))

Completed in 123 milliseconds