Home
last modified time | relevance | path

Searched refs:ECTF_FMT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c239 return (ctf_set_open_errno(errp, nbytes < 0? errno : ECTF_FMT)); in ctf_fdopen()
295 return (ctf_set_open_errno(errp, ECTF_FMT)); in ctf_fdopen()
460 return (ctf_set_open_errno(errp, ECTF_FMT)); in ctf_fdopen()
/freebsd-12.1/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h231 ECTF_FMT = ECTF_BASE, /* file is not in CTF or ELF format */ enumerator