Home
last modified time | relevance | path

Searched refs:UNDEFINED_SCNO (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dsyscall.c762 else if (tcp->qual_flg & UNDEFINED_SCNO) in trace_syscall_entering()
821 if (tcp->qual_flg & UNDEFINED_SCNO) in trace_syscall_entering()
886 if (tcp->qual_flg & UNDEFINED_SCNO) in trace_syscall_exiting()
1270 tcp->qual_flg = UNDEFINED_SCNO | QUAL_RAW | DEFAULT_QUAL_FLAGS; in get_scno()
Ddefs.h328 #define UNDEFINED_SCNO 0x100 /* Used only in tcp->qual_flg */ macro