Home
last modified time | relevance | path

Searched refs:h_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c118 hep->h_type = type; in ctf_hash_insert()
140 hep->h_type = type; in ctf_hash_define()
H A Dctf_create.c956 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct()
957 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_struct()
978 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union()
979 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_union()
1000 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum()
1001 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_enum()
1039 return (hep->h_type); in ctf_add_forward()
1455 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
1533 src_type != (ctf_id_t)hep->h_type) { in ctf_add_type()
1534 if (ctf_type_encoding(src_fp, (ctf_id_t)hep->h_type, in ctf_add_type()
[all …]
H A Dctf_lookup.c153 type = hp->h_type; in ctf_lookup_by_name()
H A Dctf_impl.h68 uint_t h_type; /* corresponding type ID number */ member
H A Dctf_open.c513 } else if (ctf_type_encoding(fp, hep->h_type, in init_types()
519 hep->h_type = LCTF_INDEX_TO_TYPE(fp, id, child); in init_types()
/freebsd/contrib/tcpdump/
H A Dprint-lane.c37 nd_uint16_t h_type; member