Searched refs:SYS_exit (Results 1 – 19 of 19) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/ |
| H A D | exit.cpp | 26 LIBC_NAMESPACE::syscall_impl<long>(SYS_exit, status); in exit()
|
| /freebsd/stand/kboot/include/arch/aarch64/ |
| H A D | syscall_nr.h | 7 #define SYS_exit 93 macro
|
| /freebsd/stand/kboot/include/arch/amd64/ |
| H A D | syscall_nr.h | 7 #define SYS_exit 60 macro
|
| /freebsd/stand/kboot/include/arch/powerpc64/ |
| H A D | syscall_nr.h | 7 #define SYS_exit 1 macro
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | sigcode32.S | 52 li 0,SYS_exit
|
| H A D | sigcode64.S | 70 li 0,SYS_exit
|
| /freebsd/sys/riscv/riscv/ |
| H A D | sigtramp.S | 57 li t0, SYS_exit
|
| /freebsd/sys/arm64/arm64/ |
| H A D | sigtramp.S | 47 mov x8, #SYS_exit
|
| H A D | locore.S | 1216 .word SYS_exit
|
| /freebsd/tools/regression/compat32/aarch64/ |
| H A D | swp_test_impl.S | 99 ldr r7, =SYS_exit 186 ldr r7, =SYS_exit 365 ldr r7, =SYS_exit
|
| /freebsd/contrib/llvm-project/libc/src/__support/threads/linux/ |
| H A D | thread.cpp | 510 LIBC_NAMESPACE::syscall_impl<long>(SYS_exit, 0); in thread_exit() 515 LIBC_NAMESPACE::syscall_impl<long>(SYS_exit, retval.posix_retval); in thread_exit() 517 LIBC_NAMESPACE::syscall_impl<long>(SYS_exit, retval.stdc_retval); in thread_exit()
|
| /freebsd/tests/sys/arch/amd64/ |
| H A D | ptrace-sce-tamper.c | 43 regs.r_rax = SYS_exit; in tamper()
|
| /freebsd/sys/arm/arm/ |
| H A D | locore.S | 588 swi SYS_exit 594 .word SYS_exit
|
| /freebsd/stand/kboot/libkboot/ |
| H A D | host_syscalls.c | 31 return host_syscall(SYS_exit, code); in host_exit()
|
| /freebsd/tests/sys/compat32/aarch64/ |
| H A D | swp_test_impl.S | 174 ldr r7, =SYS_exit
|
| H A D | swp_cond_test_impl.S | 241 ldr r7, =SYS_exit
|
| /freebsd/sys/sys/ |
| H A D | syscall.h | 7 #define SYS_exit SYS__exit macro
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syscall4.sh | 132 SYS_exit,
|
| /freebsd/contrib/bmake/filemon/ |
| H A D | filemon_ktrace.c | 82 [SYS_exit] = &filemon_sys_exit,
|