Searched defs:siginfo (Results 1 – 5 of 5) sorted by relevance
39 typedef struct siginfo { struct40 int si_signo;41 int si_code;42 int si_errno;43 int __pad0[SI_MAX_SIZE / sizeof(int) - SI_PAD_SIZE - 3];45 union {125 * Duplicated here because of <asm-generic/siginfo.h> braindamage ... argument
19 typedef struct siginfo { struct20 int si_signo;21 int si_errno;22 int si_code;23 int __pad0;25 union {74 } siginfo_t; argument
23 siginfo_t siginfo = { 0, 0, 0, }; in send_fault_sig() local
99 siginfo_t siginfo; in ia64_bad_break() local292 struct siginfo siginfo; in handle_fpu_swa() local433 struct siginfo siginfo; in ia64_fault() local
60 struct siginfo siginfo; in ia64_emulate_brl() local