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

/freebsd-current/usr.bin/mkimg/
H A Dgpt.c46 static mkimg_uuid_t gpt_uuid_freebsd_swap = GPT_ENT_TYPE_FREEBSD_SWAP; variable
59 { ALIAS_FREEBSD_SWAP, ALIAS_PTR2TYPE(&gpt_uuid_freebsd_swap) },
/freebsd-current/stand/common/
H A Dpart.c56 static const uuid_t gpt_uuid_freebsd_swap = GPT_ENT_TYPE_FREEBSD_SWAP; variable
135 else if (uuid_equal(&type, &gpt_uuid_freebsd_swap, NULL))
/freebsd-current/sys/geom/part/
H A Dg_part_gpt.c193 static struct uuid gpt_uuid_freebsd_swap = GPT_ENT_TYPE_FREEBSD_SWAP; variable in typeref:struct:uuid
265 { &gpt_uuid_freebsd_swap, G_PART_ALIAS_FREEBSD_SWAP, 0 },
803 return ((EQUUID(&entry->ent.ent_type, &gpt_uuid_freebsd_swap) ||

Completed in 66 milliseconds