Home
last modified time | relevance | path

Searched refs:SI_SIGIO (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dsiginfo_codes.h72 #if defined(SI_SIGIO) || (defined(HAVE_DECL_SI_SIGIO) && HAVE_DECL_SI_SIGIO)
74 static_assert((SI_SIGIO) == (-5), "SI_SIGIO != -5");
77 # define SI_SIGIO -5
127 XLAT(SI_SIGIO),
Dsiginfo_codes.in15 SI_SIGIO -5
/external/e2fsprogs/e2fsck/
Dsigcatcher.c141 #ifdef SI_SIGIO
142 DEFINE_ENTRY(SI_SIGIO)
/external/minijail/linux-x86/
Dlibconstants.gen.c1211 #ifdef SI_SIGIO
1212 { "SI_SIGIO", (unsigned long) SI_SIGIO },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h174 #define SI_SIGIO -5 /* sent by queued SIGIO */ macro
/external/strace/
DChangeLog-CVS3369 * signal.c [LINUX] (SI_SIGIO, SI_TKILL): New macros.