Home
last modified time | relevance | path

Searched refs:_libctf_debug (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dlibctf.h54 extern int _libctf_debug;
H A Dctf_subr.c75 if (_libctf_debug) { in ctf_dprintf()
H A Dctf_lib.c77 _libctf_debug = getenv("LIBCTF_DEBUG") != NULL; in _libctf_init()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_subr.c88 if (_libctf_debug) { in ctf_dprintf()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h367 extern int _libctf_debug; /* debugging messages enabled */
H A Dctf_open.c45 int _libctf_debug = 0; /* debugging messages enabled */ variable