Home
last modified time | relevance | path

Searched defs:siginfo (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsiginfo.h37 typedef struct siginfo { struct
38 int si_signo;
39 int si_code;
40 int si_errno;
41 int __pad0[SI_MAX_SIZE / sizeof(int) - SI_PAD_SIZE - 3];
43 union {
99 } siginfo_t; argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsiginfo.h53 typedef struct siginfo struct
55 int si_signo; /* Signal number. */
56 int si_code; /* Signal code. */
57 int si_errno; /* If non-zero, an errno value associated with
59 int __pad0[__SI_MAX_SIZE / sizeof (int) - __SI_PAD_SIZE - 3];
63 {
112 } siginfo_t; argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h39 typedef struct siginfo { struct
40 int si_signo;
41 int si_errno;
42 int si_code;
44 union {
92 } siginfo_t; argument