HomeSort by relevance Sort by last modified time
    Searched refs:QUAL_VERBOSE (Results 1 - 2 of 2) sorted by null

  /external/strace/
defs.h 439 #define QUAL_VERBOSE 0004 /* decode the structures of this syscall */
449 #define verbose(tcp) (qual_flags[(tcp)->scno] & QUAL_VERBOSE)
syscall.c 253 { QUAL_VERBOSE, "verbose", qual_syscall, "system call" },
254 { QUAL_VERBOSE, "v", qual_syscall, "system call" },
    [all...]

Completed in 40 milliseconds