Searched refs:h_type (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_hash.c | 118 hep->h_type = type; in ctf_hash_insert() 140 hep->h_type = type; in ctf_hash_define()
|
H A D | ctf_create.c | 956 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 D | ctf_lookup.c | 153 type = hp->h_type; in ctf_lookup_by_name()
|
H A D | ctf_impl.h | 68 uint_t h_type; /* corresponding type ID number */ member
|
H A D | ctf_open.c | 513 } 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 D | print-lane.c | 37 nd_uint16_t h_type; member
|