Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgpt.c105 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) { in gptfind()
127 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) in gptfind()
141 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) in gptfind()
157 if (bcmp(&ent->ent_type, uuid, sizeof (uuid_t)) != 0) in gptfind()
H A Dpart.c246 uuid_letoh(&ent->ent_type); in gpt_checktbl()
247 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL)) in gpt_checktbl()
352 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL)) in ptable_gptread()
367 entry->part.type = gpt_parttype(ent->ent_type); in ptable_gptread()
369 memcpy(&entry->type.gpt, &ent->ent_type, sizeof (uuid_t)); in ptable_gptread()
/illumos-gate/usr/src/boot/sys/sys/
H A Dgpt.h60 struct uuid ent_type; member