| /freebsd-14.2/sys/geom/part/ |
| H A D | g_part_apm.c | 205 bcopy(buf + 48, ent->ent_type, sizeof(ent->ent_type)); in apm_read_ent() 225 bzero(entry->ent.ent_type, sizeof(entry->ent.ent_type)); in g_part_apm_add() 229 sizeof(entry->ent.ent_type)); in g_part_apm_add() 279 strcpy(table->self.ent_type, APM_ENT_TYPE_SELF); in g_part_apm_create() 347 sizeof(entry->ent.ent_type)); in g_part_apm_modify() 473 if (!strcmp(ent.ent_type, APM_ENT_TYPE_UNUSED)) in g_part_apm_read() 492 type = entry->ent.ent_type; in g_part_apm_type() 512 len = MIN(sizeof(entry->ent.ent_type), bufsz - 2); in g_part_apm_type() 560 bcopy(table->self.ent_type, buf + 48, sizeof(table->self.ent_type)); in g_part_apm_write() 574 bcopy(entry->ent.ent_type, ptr + 48, in g_part_apm_write() [all …]
|
| H A D | g_part_gpt.c | 406 if (!EQUUID(&entry->ent.ent_type, &gpt_uuid_efi)) in gpt_update_bootcamp() 412 if (!EQUUID(&entry->ent.ent_type, &gpt_uuid_apple_hfs)) in gpt_update_bootcamp() 418 typ = gpt_map_type(&entry->ent.ent_type); in gpt_update_bootcamp() 591 le_uuid_dec(p, &ent->ent_type); in gpt_read_tbl() 657 error = gpt_parse_type(gpp->gpp_type, &entry->ent.ent_type); in g_part_gpt_add() 767 sbuf_printf_uuid(sb, &entry->ent.ent_type); in g_part_gpt_dumpconf() 785 sbuf_printf_uuid(sb, &entry->ent.ent_type); in g_part_gpt_dumpconf() 805 EQUUID(&entry->ent.ent_type, &gpt_uuid_linux_swap) || in g_part_gpt_dumpto() 1051 if (EQUUID(&tbl[index].ent_type, &gpt_uuid_unused)) in g_part_gpt_read() 1186 type = &entry->ent.ent_type; in g_part_gpt_type() [all …]
|
| H A D | g_part_ldm.c | 1234 if (memcmp(&part->ent_type, in ldm_gpt_probe()
|
| /freebsd-14.2/usr.bin/mkimg/ |
| H A D | apm.c | 82 strncpy(ent->ent_type, APM_ENT_TYPE_SELF, sizeof(ent->ent_type)); in apm_write() 91 strncpy(ent->ent_type, ALIAS_TYPE2PTR(part->type), in apm_write() 92 sizeof(ent->ent_type)); in apm_write()
|
| H A D | gpt.c | 199 mkimg_uuid_enc(&ent->ent_type, ALIAS_TYPE2PTR(part->type)); in gpt_mktbl()
|
| /freebsd-14.2/stand/libsa/ |
| H A D | gpt.c | 102 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) { in gptfind() 124 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) in gptfind() 138 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) in gptfind() 154 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) in gptfind()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 426 def __init__(self, ent_type, name, tag): argument 427 self._type = ent_type 430 self._ctype = ent_type 589 def __init__(self, ent_type, name, tag, length): argument 591 super(EntryBytes, self).__init__(ent_type, name, tag) 702 def __init__(self, ent_type, name, tag, bits=32): argument 704 super(EntryInt, self).__init__(ent_type, name, tag) 761 def __init__(self, ent_type, name, tag): argument 763 super(EntryString, self).__init__(ent_type, name, tag) 878 def __init__(self, ent_type, name, tag, refname): argument [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | event_rpcgen.py | 426 def __init__(self, ent_type, name, tag): argument 427 self._type = ent_type 430 self._ctype = ent_type 589 def __init__(self, ent_type, name, tag, length): argument 591 super(EntryBytes, self).__init__(ent_type, name, tag) 702 def __init__(self, ent_type, name, tag, bits=32): argument 704 super(EntryInt, self).__init__(ent_type, name, tag) 761 def __init__(self, ent_type, name, tag): argument 763 super(EntryString, self).__init__(ent_type, name, tag) 878 def __init__(self, ent_type, name, tag, refname): argument [all …]
|
| /freebsd-14.2/sys/sys/disk/ |
| H A D | apm.h | 52 char ent_type[APM_ENT_TYPELEN]; member
|
| H A D | gpt.h | 93 gpt_uuid_t ent_type; member
|
| /freebsd-14.2/stand/common/ |
| H A D | part.c | 218 uuid_letoh(&ent->ent_type); in gpt_checktbl() 219 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL)) in gpt_checktbl() 325 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL)) in ptable_gptread() 340 entry->part.type = gpt_parttype(ent->ent_type); in ptable_gptread() 342 memcpy(&entry->type.gpt, &ent->ent_type, sizeof(uuid_t)); in ptable_gptread()
|