Home
last modified time | relevance | path

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

/netbsd-src/sbin/gpt/
H A Dshow.c191 "%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 Dadd.c74 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 Dremove.c72 gpt_uuid_copy(ent->ent_type, gpt_uuid_nil); in change()
H A Dmigrate.c218 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 Dtype.c73 gpt_uuid_copy(ent->ent_type, *newtype); in change()
H A Dresize.c84 if (gpt_uuid_is_nil(ent->ent_type)) { in resize()
H A Dgpt.c449 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 Dresizedisk.c147 if (!gpt_uuid_is_nil(ent->ent_type) && in resizedisk()
H A Dbackup.c170 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_type); in store_tbl()
H A Drestore.c137 if (gpt_uuid_parse(s, ent.ent_type) != 0) { in restore_ent()
/netbsd-src/external/bsd/libevent/dist/
H A Devent_rpcgen.py426 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 Dboot1.c170 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 Ddisklabel_gpt.h77 uint8_t ent_type[16]; /* partition type GUID */ member
/netbsd-src/sys/stand/efiboot/
H A Defiblock.c385 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 Dcvs.h299 enum ent_type enum
307 enum ent_type type;
H A Dentries.c40 Entnode_Create (enum ent_type type, const char *user, const char *vn, in Entnode_Create()
273 enum ent_type type; in fgetentent()
H A DChangeLog-961373 * cvs.h (enum ent_type): Define.
/netbsd-src/sys/dev/dkwedge/
H A Ddkwedge_gpt.c237 uuid_dec_le(ent->ent_type, &ptype_guid); in dkwedge_discover_gpt()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosdisk.c417 u = (const struct uuid *)ep[i].ent_type; in check_gpt()