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

  /external/strace/
defs.h 442 #define QUAL_FAULT 0040 /* report events with this fault */
syscall.c 241 static int qual_syscall(), qual_signal(), qual_fault(), qual_desc();
260 { QUAL_FAULT, "fault", qual_fault, "fault" },
261 { QUAL_FAULT, "faults", qual_fault, "fault" },
262 { QUAL_FAULT, "m", qual_fault, "fault" },
367 qual_fault(const char *s, int bitflag, int not) function
    [all...]
strace.c 1315 if (qual_flags [i] & QUAL_FAULT) praddset (&faults, i);
    [all...]

Completed in 174 milliseconds