Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_error.c88 if (error >= ECTF_BASE && (error - ECTF_BASE) < _ctf_nerr) in ctf_errmsg()
89 str = _ctf_errlist[error - ECTF_BASE]; in ctf_errmsg()
H A Dctf_impl.h253 #define ECTF_BASE 1000 /* base value for libctf errnos */ macro
256 ECTF_FMT = ECTF_BASE, /* file is not in CTF or ELF format */