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

/freebsd-current/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-current/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))
/freebsd-current/sys/geom/part/
H A Dg_part_gpt.c191 static struct uuid gpt_uuid_freebsd_boot = GPT_ENT_TYPE_FREEBSD_BOOT; variable in typeref:struct:uuid
263 { &gpt_uuid_freebsd_boot, G_PART_ALIAS_FREEBSD_BOOT, 0 },

Completed in 126 milliseconds