Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_error.c96 if (error >= ECTF_BASE && (error - ECTF_BASE) < _ctf_nerr) in ctf_errmsg()
97 str = _ctf_errlist[error - ECTF_BASE]; in ctf_errmsg()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h63 #define ECTF_BASE 1000 /* base value for libctf errnos */ macro
66 ECTF_FMT = ECTF_BASE, /* file is not in CTF or ELF format */