Searched refs:UNDEFINED_SCNO (Results 1 – 2 of 2) sorted by relevance
806 else if (tcp->qual_flg & UNDEFINED_SCNO) in trace_syscall_entering()868 if (tcp->qual_flg & UNDEFINED_SCNO) in trace_syscall_entering()932 if (tcp->qual_flg & UNDEFINED_SCNO) in trace_syscall_exiting()1321 tcp->qual_flg = UNDEFINED_SCNO | QUAL_RAW | DEFAULT_QUAL_FLAGS; in get_scno()
352 #define UNDEFINED_SCNO 0x100 /* Used only in tcp->qual_flg */ macro