Home
last modified time | relevance | path

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

/external/strace/
Dfilter_qualify.c483 ? QUAL_RAW : 0) in qual_flags()
Dsyscall.c1225 tcp->qual_flg = QUAL_RAW | DEFAULT_QUAL_FLAGS; in get_scno()
1239 tcp->qual_flg |= QUAL_RAW; in get_scno()
Ddefs.h285 #define QUAL_RAW 0x008 /* print all args in hex for this syscall */ macro
296 #define raw(tcp) ((tcp)->qual_flg & QUAL_RAW)
DChangeLog8383 * syscall.c (get_scno): Set QUAL_RAW if we are recovering.
12187 QUAL_RAW, and QUAL_INJECT flags.