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

  /external/strace/
syscall.c 370 tcp->qual_flg = qual_flags(scno);
410 tcp->qual_flg = qual_flags(tcp->scno);
427 tcp->qual_flg = qual_flags(tcp->scno);
681 tcp->qual_flg &= ~QUAL_INJECT;
694 if (!(tcp->qual_flg & QUAL_TRACE)
709 if (tcp->qual_flg & QUAL_INJECT)
726 if (tcp->qual_flg & QUAL_RAW)
815 if (tcp->qual_flg & QUAL_RAW) {
838 if (tcp->qual_flg & QUAL_RAW) {
1230 tcp->qual_flg = qual_flags(tcp->scno)
    [all...]
defs.h 214 int qual_flg; /* qual_flags[scno] or DEFAULT_QUAL_FLAGS + RAW */ member in struct:tcb
286 #define verbose(tcp) ((tcp)->qual_flg & QUAL_VERBOSE)
287 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV)

Completed in 105 milliseconds