Home
last modified time | relevance | path

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

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