Searched refs:QUAL_TRACE (Results 1 – 4 of 4) sorted by relevance
282 #define QUAL_TRACE 0x001 /* this system call should be traced */ macro288 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)293 #define traced(tcp) ((tcp)->qual_flg & QUAL_TRACE)
477 ? QUAL_TRACE : 0) in qual_flags()
1603 #if DEFAULT_QUAL_FLAGS != (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE) in init()
12186 * defs.h (traced, raw, inject): Add macros for testing QUAL_TRACE,