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

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.h66 #define PROC_F_FILTER 0x1 macro
68 #define PROC_IS_FILTER(pp) ((pp)->p_tnf_flags & PROC_F_FILTER)
69 #define PROC_FILTER_SET(pp) ((pp)->p_tnf_flags |= PROC_F_FILTER)
70 #define PROC_FILTER_CLR(pp) ((pp)->p_tnf_flags &= ~PROC_F_FILTER)

Completed in 59 milliseconds