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

/freebsd-10.1-release/contrib/tcpdump/
H A Dlane.h33 u_int16_t h_type; member in struct:lecdatahdr_8023
/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c118 hep->h_type = type;
140 hep->h_type = type;
H A Dctf_create.c851 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
852 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
873 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
874 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
895 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD)
896 dtd = ctf_dtd_lookup(fp, type = hep->h_type);
934 return (hep->h_type);
1307 dst_type = (ctf_id_t)hep->h_type;
H A Dctf_impl.h68 ushort_t h_type; /* corresponding type ID number */ member in struct:ctf_helem
H A Dctf_lookup.c150 type = hp->h_type;
H A Dctf_open.c374 } else if (ctf_type_encoding(fp, hep->h_type,
380 hep->h_type = CTF_INDEX_TO_TYPE(id, child);

Completed in 160 milliseconds