HomeSort by relevance Sort by last modified time
    Searched defs:SI_FROMUSER (Results 1 - 5 of 5) sorted by null

  /external/strace/
printsiginfo.c 67 #ifndef SI_FROMUSER
68 # define SI_FROMUSER(sip) ((sip)->si_code <= 0)
144 if (SI_FROMUSER(sip)) {
  /external/honggfuzz/netbsd/
trace.c 117 #ifndef SI_FROMUSER
118 #define SI_FROMUSER(siptr) ((siptr)->si_code == SI_USER)
119 #endif /* SI_FROMUSER */
276 SI_FROMUSER(si) ? NULL : si->si_addr);
352 if (!SI_FROMUSER(&info.psi_siginfo) && pc &&
467 if (SI_FROMUSER(&info.psi_siginfo)) {
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 141 #define SI_FROMUSER(siptr) ((siptr)->si_code <= 0)
  /external/honggfuzz/linux/
trace.c 283 #ifndef SI_FROMUSER
284 #define SI_FROMUSER(siptr) ((siptr)->si_code <= 0)
285 #endif /* SI_FROMUSER */
575 SI_FROMUSER(si) ? NULL : si->si_addr);
670 if (!SI_FROMUSER(&si) && pc && si.si_addr < run->global->linux.ignoreAddr) {
792 if (SI_FROMUSER(&si)) {
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 179 #define SI_FROMUSER(siptr) ((siptr)->si_code <= 0)

Completed in 111 milliseconds