Searched refs:sigcode (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/sysdeps/hurd/include/hurd/ |
D | sigpreempt.h | 23 # define HURD_PREEMPT_SIGNAL_P(preemptor, signo, sigcode) \ argument 25 && (sigcode) >= (preemptor)->first && (sigcode) <= (preemptor)->last)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | waitid.c | 34 int sigcode; in __waitid() local 73 &status, &sigcode, in __waitid() 78 &status, &sigcode, in __waitid()
|
D | wait4_nocancel.c | 31 int sigcode; in __wait4_nocancel() local 35 stat_loc ?: &dummy, &sigcode, in __wait4_nocancel()
|
D | wait4.c | 31 int sigcode; in __wait4() local 37 stat_loc ?: &dummy, &sigcode, in __wait4()
|
/glibc-2.36/hurd/ |
D | catch-signal.c | 34 void throw (int signo, long int sigcode, struct sigcontext *scp) in __hurd_catch_signal() 123 void throw (int signo, long int sigcode, struct sigcontext *scp) in hurd_safe_memmove()
|
D | trampoline.c | 32 int signo, int sigcode, in _hurd_setup_sighandler() argument
|
D | hurdsig.c | 1394 int signo, natural_t sigcode, in _S_msg_sig_post() argument 1403 d.code = d.exc_subcode = sigcode; in _S_msg_sig_post() 1423 int signo, natural_t sigcode, in _S_msg_sig_post_untraced() argument 1432 d.code = d.exc_subcode = sigcode; in _S_msg_sig_post_untraced()
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | trampoline.c | 104 long int sigcode; in _hurd_setup_sighandler() member 246 stackframe->legacy.sigcode = detail->code; in _hurd_setup_sighandler()
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sys/ |
D | user.h | 79 unsigned int sigcode; member
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 5 * sysdeps/mach/hurd/alpha/trampoline.c: Use `long int' for sigcode 70 * sysdeps/mach/hurd/alpha/exc2signal.c: Use `long int' for sigcode 100 * hurd/hurd-raise.c: Use `long int' for sigcode values. 102 * hurd/hurdfault.c: Use `long int' for sigcode values. 116 * hurd/catch-exc.c: Use `long int' for sigcode values. 137 * hurd/hurd/signal.h: Use `long int' for sigcode values. 139 place of unsigned int and int. Use `long int' for sigcode values.
|
D | ChangeLog.5 | 2626 * sysdeps/mach/hurd/_exit.c (_hurd_exit): Pass sigcode arg to 2630 * sysdeps/mach/hurd/wait4.c: Pass sigcode arg to proc_wait. 2711 * hurd/hurd-raise.c (_hurd_raise_signal): Pass sigcode in msg_sig_post 2723 Pass sigcode arg in msg_sig_post_untraced rpc. 2753 * sysdeps/mach/hurd/sigprocmask.c: Pass sigcode arg to msg_sig_post. 2780 * hurd/hurdkill.c (_hurd_sig_post): Pass 0 sigcode in msg_sig_post. 2784 (_S_msg_sig_post): Take sigcode arg and pass it through. 2794 Pass sigcode arg to msg_sig_post. 2800 Pass sigcode arg to msg_sig_post. 2806 * hurd/hurd/signal.h (_hurd_critical_section_unlock): Pass sigcode arg [all …]
|
D | ChangeLog.18 | 17159 'sigcode', 'error' parameters with 'detail' parameter. Fix code
|