Searched defs:tracing (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c45 int tracing; /* bitmask: */ variable
58 tracing = 0;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c153 int tracing = 0; local
159 tracing = 1;
218 if (tracing) {
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1112 Word tracing; local
1114 tracing = LIST(clmp)->lm_flags &
1125 if ((tkns & PD_FLG_DUPLICAT) && (tracing == 0) &&
H A Dtsort.c250 Word tracing = lml->lm_flags & LML_FLG_TRC_ENABLE; local
280 * If tracing, save the strongly connected component.
282 if (tracing && (aplist_append(&alp, tlmp,
289 * the components, and retain them for tracing output.
295 if (tracing && (aplist_append(&sort->s_scc, alp,
815 * If tracing .init sections (only meaningful for RT_SORT_REV), print
H A Danalyze.c408 Word tracing; local
420 tracing = 1;
422 tracing = 0;
447 if ((tracing == 0) || ((FLAGS1(rcp->r_dlmp) &
H A Delf.c609 * diagnostics are available under tracing (see above).
837 Word tracing = (LIST(clmp)->lm_flags & local
840 if (tracing || DBG_ENABLED) {
846 if ((tracing & LML_FLG_TRC_UNREF) || DBG_ENABLED) {
2445 * If we are tracing (ldd), warn the user if
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h411 #define message(x) do { if (tracing) error x; } while (0)
417 #define debug(x) do { if (tracing) error x; } while (0)
455 #define tracing (error_info.trace<0) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h462 #define P_PR_TRACE 0x0001 /* signal, fault or syscall tracing via /proc */
464 #define P_PR_FORK 0x0004 /* child inherits tracing flags */
520 #define tracing(p, sig) (sigismember(&(p)->p_sigmask, sig)) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c342 cmn_err(CE_WARN, "qlt(%d): can't setup el tracing", instance);
5969 int tracing = 0; local
5974 tracing = 1;
6013 if (tracing) {

Completed in 99 milliseconds