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

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

Completed in 1296 milliseconds