Home
last modified time | relevance | path

Searched refs:gpt_uuid_freebsd_boot (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dgpt.c44 static mkimg_uuid_t gpt_uuid_freebsd_boot = GPT_ENT_TYPE_FREEBSD_BOOT; variable
57 { ALIAS_FREEBSD_BOOT, ALIAS_PTR2TYPE(&gpt_uuid_freebsd_boot) },
/freebsd/stand/common/
H A Dpart.c55 static const uuid_t gpt_uuid_freebsd_boot = GPT_ENT_TYPE_FREEBSD_BOOT; variable
129 else if (uuid_equal(&type, &gpt_uuid_freebsd_boot, NULL)) in gpt_parttype()
/freebsd/sys/geom/part/
H A Dg_part_gpt.c192 static struct uuid gpt_uuid_freebsd_boot = GPT_ENT_TYPE_FREEBSD_BOOT; variable
265 { &gpt_uuid_freebsd_boot, G_PART_ALIAS_FREEBSD_BOOT, 0 },