Home
last modified time | relevance | path

Searched refs:QUAL_INJECT (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dsyscall.c681 tcp->qual_flg &= ~QUAL_INJECT; in trace_syscall_entering()
709 if (tcp->qual_flg & QUAL_INJECT) in trace_syscall_entering()
Dqualify.c639 ? QUAL_INJECT : 0); in qual_flags()
Ddefs.h276 #define QUAL_INJECT 0x010 /* tamper with this system call on purpose */ macro
DChangeLog224 (QUAL_FAULT): Rename to QUAL_INJECT.