| /src/sbin/efi/ |
| gptsubr.c | 107 uint8_t ent_type[16]; /* partition type GUID */ 163 char ent_type[128]; local 165 memcpy(&gpt_uuid, ent->ent_type, sizeof(gpt_uuid)); 166 n = (uint)gpt_uuid_snprintf(ent_type, sizeof(ent_type), 212 char ent_type[128]; local 215 ent_type[0] = '\0'; 230 memcpy(&uuid, ent->ent_type, sizeof(uuid)); 238 memcpy(&gpt_uuid, ent->ent_type, sizeof(uuid)); 239 gpt_uuid_snprintf(ent_type, sizeof(ent_type), "%s", gpt_uuid) [all...] |
| bootvar.c | 161 if (memcmp(ent->ent_type, (void *)&(uuid_t)GPT_ENT_TYPE_EFI, 162 sizeof(ent->ent_type)) != 0)
|
| /src/sbin/gpt/ |
| remove.c | 72 gpt_uuid_copy(ent->ent_type, gpt_uuid_nil);
|
| add.c | 76 gpt_uuid_copy(ent->ent_type, xtype); 110 if (!gpt_uuid_is_nil(ent->ent_type)) { 118 if (gpt_uuid_is_nil(ent->ent_type))
|
| type.c | 73 gpt_uuid_copy(ent->ent_type, *newtype);
|
| show.c | 235 ent->ent_type); 238 ent->ent_type); 491 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type); 492 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type); 496 gpt_uuid_snprintf(s1, sizeof(s1), "%l", ent->ent_type); 541 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type); 542 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type); 607 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type); 608 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type);
|
| resize.c | 87 if (gpt_uuid_is_nil(ent->ent_type)) {
|
| migrate.c | 221 gpt_uuid_create(type, ent->ent_type, 320 gpt_uuid_create(type, ent->ent_type, ent->ent_name,
|
| backup.c | 174 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_type);
|
| resizedisk.c | 150 if (!gpt_uuid_is_nil(ent->ent_type) &&
|
| restore.c | 140 if (gpt_uuid_parse(s, ent.ent_type) != 0) {
|
| gpt.c | 452 if (gpt_uuid_is_nil(ent->ent_type)) 460 ent->ent_type); 1141 !gpt_uuid_equal(find->type, ent->ent_type)) 1389 if (gpt_uuid_is_nil(ent->ent_type)) {
|
| /src/sys/arch/i386/stand/bootxx/ |
| boot1.c | 170 return (memcmp(ent->ent_type, &unused, sizeof(unused)) == 0); 186 if (memcmp(ent->ent_type, &bootable[i],
|
| /src/sys/stand/efiboot/ |
| efiblock.c | 385 memcpy(&uuid, ent->ent_type, sizeof(uuid)); 387 if (memcmp(ent->ent_type, &gpt_guid_to_str[n].guid, 388 sizeof(ent->ent_type)) == 0) {
|
| /src/sys/dev/dkwedge/ |
| dkwedge_gpt.c | 237 uuid_dec_le(ent->ent_type, &ptype_guid);
|
| /src/sys/sys/ |
| disklabel_gpt.h | 77 uint8_t ent_type[16]; /* partition type GUID */ member in struct:gpt_ent
|
| /src/sys/arch/i386/stand/lib/ |
| biosdisk.c | 417 u = (const struct uuid *)ep[i].ent_type;
|