/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.h | 51 typedef struct siginfo { struct 53 int si_signo; /* signal from signal.h */ 54 int si_code; /* code from above */ 55 int si_errno; /* error from errno.h */ 57 union { 87 } siginfo_t; argument
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | signotify.c | 88 signotify(int cmd, siginfo_t *siginfo, signotify_id_t *sn_id) in signotify() 229 sigresend(int sig, siginfo_t *siginfo, sigset_t *mask) in sigresend()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_layout_obj.c | 51 siginfo_t siginfo; variable
|
H A D | struct_layout.h | 547 const sl_siginfo_layout_t *siginfo; /* siginfo_t */ member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | siginfo.h | 239 typedef struct siginfo { /* pollutes POSIX/XOPEN namespace */ struct 243 int si_signo; /* signal from signal.h */ 244 int si_code; /* code from above */ 245 int si_errno; /* error from errno.h */ 247 int si_pad; /* _LP64 union starts on an 8-byte boundary */ 249 union { 310 /* Kernel view of user ILP32 siginfo struct */ argument
|
/titanic_41/usr/src/test/os-tests/tests/sigqueue/ |
H A D | sigqueue_queue_size.c | 68 maximum_test_handler(int signal, siginfo_t *siginfo, void *context) in maximum_test_handler()
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | sigfpe.c | 123 _sigfpe_master(int sig, siginfo_t *siginfo, void *arg) in _sigfpe_master()
|
/titanic_41/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 107 siginfo_t siginfo; in reap() local
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 243 siginfo_t siginfo; in execute() member
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | generic.c | 228 vis1_partial_support(struct regs *rp, k_siginfo_t *siginfo, uint_t *fault) in vis1_partial_support()
|
H A D | niagara.c | 269 vis1_partial_support(struct regs *rp, k_siginfo_t *siginfo, uint_t *fault) in vis1_partial_support()
|
/titanic_41/usr/src/cmd/smserverd/ |
H A D | smediad.c | 454 server_badsig_handler(int sig, siginfo_t *siginfo, void *sigctx) in server_badsig_handler() 2621 term_handler(int sig, siginfo_t *siginfo, void *sigctx) in term_handler() 2630 hup_handler(int sig, siginfo_t *siginfo, void *sigctx) in hup_handler() 2639 sig_handler(int sig, siginfo_t *siginfo, void *sigctx) in sig_handler() 2648 badsig_handler(int sig, siginfo_t *siginfo, void *sigctx) in badsig_handler()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | trap.c | 148 k_siginfo_t siginfo; in trap() local 1364 k_siginfo_t siginfo; in fpu_trap() local
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 88 siginfo_t siginfo; /* PCSSIG */ member 504 siginfo32_t siginfo; /* PCSSIG */ member 799 siginfo_t siginfo; in pr_control32() local
|
/titanic_41/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 151 siginfo_t siginfo; in ptrace() member
|
/titanic_41/usr/src/lib/libc/sparc/sys/ |
H A D | ptrace.c | 151 siginfo_t siginfo; in ptrace() member
|
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_signal.c | 715 int cmd, siginfo_t *siginfo, signotify_id_t *sn_id) in s10_signotify()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 818 k_siginfo_t siginfo; in deferred_singlestep_trap() local
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | trap.c | 476 k_siginfo_t siginfo; in trap() local
|
/titanic_41/usr/src/cmd/picl/picld/ |
H A D | picld.c | 897 hup_handler(int sig, siginfo_t *siginfo, void *sigctx) in hup_handler()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/snmp/ |
H A D | snmpplugin.c | 420 usr1_handler(int sig, siginfo_t *siginfo, void *sigctx) in usr1_handler()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 3118 struct siginfo32 siginfo; in show_siginfo32() local 3129 struct siginfo siginfo; in show_siginfo() local
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_as.c | 3649 as_signal_proc(struct as *as, k_siginfo_t *siginfo) in as_signal_proc()
|