Home
last modified time | relevance | path

Searched refs:syscall_tampered_nofail (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dsyscall.c556 if (!syserror(tcp) ^ !!syscall_tampered_nofail(tcp)) { in tamper_with_syscall_exiting()
559 tcp->pid, syscall_tampered_nofail(tcp) ? "" : "no ", in tamper_with_syscall_exiting()
1264 && !syscall_tampered_nofail(tcp)); in get_syscall_result()
Ddefs.h304 #define syscall_tampered_nofail(tcp) ((tcp)->flags & TCB_TAMPERED_NO_FAIL) macro
DChangeLog1663 syscall_tampered_nofail): New macros.