Home
last modified time | relevance | path

Searched refs:ECTF_NOTYPE (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c119 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
149 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
159 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
H A Dctf_types.c657 return (ctf_set_errno(ofp, ECTF_NOTYPE)); in ctf_type_pointer()
660 return (ctf_set_errno(ofp, ECTF_NOTYPE)); in ctf_type_pointer()
665 return (ctf_set_errno(ofp, ECTF_NOTYPE)); in ctf_type_pointer()
H A Dctf_impl.h284 ECTF_NOTYPE, /* no type found corresponding to name */ enumerator