/netbsd-src/sbin/gpt/ |
H A D | show.c | 191 "%d", ent->ent_type); in gpt_show_sec_num() 194 ent->ent_type); in gpt_show_sec_num() 279 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type); in show_all() 280 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type); in show_all() 333 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type); in cmd_show() 334 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type); in cmd_show()
|
H A D | add.c | 74 gpt_uuid_copy(ent->ent_type, xtype); in ent_set() 108 if (!gpt_uuid_is_nil(ent->ent_type)) { in add() 116 if (gpt_uuid_is_nil(ent->ent_type)) in add()
|
H A D | remove.c | 72 gpt_uuid_copy(ent->ent_type, gpt_uuid_nil); in change()
|
H A D | migrate.c | 218 gpt_uuid_create(type, ent->ent_type, in migrate_disklabel() 317 gpt_uuid_create(type, ent->ent_type, ent->ent_name, in migrate()
|
H A D | type.c | 73 gpt_uuid_copy(ent->ent_type, *newtype); in change()
|
H A D | resize.c | 84 if (gpt_uuid_is_nil(ent->ent_type)) { in resize()
|
H A D | gpt.c | 449 if (gpt_uuid_is_nil(ent->ent_type)) in gpt_gpt() 457 ent->ent_type); in gpt_gpt() 1081 !gpt_uuid_equal(find->type, ent->ent_type)) in gpt_change_ent() 1329 if (gpt_uuid_is_nil(ent->ent_type)) { in gpt_attr_update()
|
H A D | resizedisk.c | 147 if (!gpt_uuid_is_nil(ent->ent_type) && in resizedisk()
|
H A D | backup.c | 170 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_type); in store_tbl()
|
H A D | restore.c | 137 if (gpt_uuid_parse(s, ent.ent_type) != 0) { in restore_ent()
|
/netbsd-src/external/bsd/libevent/dist/ |
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 …]
|
/netbsd-src/sys/arch/i386/stand/bootxx/ |
H A D | boot1.c | 170 return (memcmp(ent->ent_type, &unused, sizeof(unused)) == 0); in is_unused() 186 if (memcmp(ent->ent_type, &bootable[i], in is_bootable()
|
/netbsd-src/sys/sys/ |
H A D | disklabel_gpt.h | 77 uint8_t ent_type[16]; /* partition type GUID */ member
|
/netbsd-src/sys/stand/efiboot/ |
H A D | efiblock.c | 385 memcpy(&uuid, ent->ent_type, sizeof(uuid)); in efi_block_find_partitions_gpt_entry() 387 if (memcmp(ent->ent_type, &gpt_guid_to_str[n].guid, in efi_block_find_partitions_gpt_entry() 388 sizeof(ent->ent_type)) == 0) { in efi_block_find_partitions_gpt_entry()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | cvs.h | 299 enum ent_type enum 307 enum ent_type type;
|
H A D | entries.c | 40 Entnode_Create (enum ent_type type, const char *user, const char *vn, in Entnode_Create() 273 enum ent_type type; in fgetentent()
|
H A D | ChangeLog-96 | 1373 * cvs.h (enum ent_type): Define.
|
/netbsd-src/sys/dev/dkwedge/ |
H A D | dkwedge_gpt.c | 237 uuid_dec_le(ent->ent_type, &ptype_guid); in dkwedge_discover_gpt()
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | biosdisk.c | 417 u = (const struct uuid *)ep[i].ent_type; in check_gpt()
|