| /src/lib/libc/arch/sparc/sys/ |
| __sigtramp2.S | 51 mov SYS_exit, %g1 /* exit with errno */
|
| /src/sys/arch/arm/arm/ |
| sigcode.S | 59 swi SYS_exit
|
| /src/sys/arch/m68k/m68k/ |
| sigcode.s | 67 moveq #SYS_exit,%d0 /* if sigreturn fails */
|
| /src/lib/libc/arch/sparc64/sys/ |
| __sigtramp2.S | 54 mov SYS_exit, %g1 /* exit with errno */
|
| /src/sys/arch/amd64/amd64/ |
| netbsd32_sigcode.S | 50 movl $SYS_exit,%eax
|
| /src/sys/arch/news68k/include/ |
| romcall.h | 30 #define SYS_exit 1
|
| /src/sys/arch/newsmips/include/ |
| romcall.h | 30 #define SYS_exit 1
|
| /src/sys/arch/powerpc/powerpc/ |
| sigcode.S | 42 #define EXIT_NAME SYS_exit
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| process-exit-status-is-leader-exit-status.c | 33 /* All threads exit with SYS_exit, even the main thread, to avoid 37 syscall (SYS_exit, exitcode);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| process-exit-status-is-leader-exit-status.c | 33 /* All threads exit with SYS_exit, even the main thread, to avoid 37 syscall (SYS_exit, exitcode);
|
| /src/lib/libc/arch/x86_64/gen/ |
| resumecontext.S | 65 movq $SYS_exit,%rax
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
| iq2000.inc | 29 ori %4, %0, 1 # SYS_exit
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/ |
| iq2000.inc | 29 ori %4, %0, 1 # SYS_exit
|
| /src/lib/libc/compat/arch/hppa/sys/ |
| compat___sigtramp1.S | 106 /* Make a SYS_exit system call. */ 111 ldi SYS_exit, %t1
|
| /src/sys/arch/hppa/hppa/ |
| sigcode.S | 111 /* Make a SYS_exit system call. */ 116 ldi SYS_exit, %t1
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| catch-syscall.c | 44 int exit_syscall = SYS_exit;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| catch-syscall.c | 44 int exit_syscall = SYS_exit;
|
| catch-syscall.exp | 752 set test "check SYS_exit" 754 set SYS_exit -1 759 set SYS_exit $expect_out(1,string) 786 set last_syscall_number $SYS_exit
|
| /src/lib/libc/arch/x86_64/sys/ |
| __sigtramp2.S | 77 movq $SYS_exit, %rax
|
| /src/tests/kernel/arch/aarch64/ |
| h_execregs.S | 73 1: svc #SYS_exit
|
| /src/tests/kernel/arch/i386/ |
| h_execregs.S | 77 movl $SYS_exit,%eax /* syscall number */
|
| /src/tests/kernel/arch/vax/ |
| h_execregs.S | 76 chmk $SYS_exit
|
| /src/tests/kernel/arch/x86_64/ |
| h_execregs.S | 70 1: movl $SYS_exit,%eax /* syscall number */
|
| /src/lib/libc/arch/hppa/sys/ |
| __sigtramp2.S | 188 /* Make a SYS_exit system call. */ 193 ldi SYS_exit, %t1
|
| /src/tests/kernel/arch/sh3/ |
| h_execregs.S | 74 mov #SYS_exit, r0
|