Home
last modified time | relevance | path

Searched refs:SYS_exit (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dexit.cpp26 LIBC_NAMESPACE::syscall_impl<long>(SYS_exit, status); in exit()
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h7 #define SYS_exit 93 macro
/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h7 #define SYS_exit 60 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h7 #define SYS_exit 1 macro
/freebsd/sys/powerpc/powerpc/
H A Dsigcode32.S52 li 0,SYS_exit
H A Dsigcode64.S70 li 0,SYS_exit
/freebsd/sys/riscv/riscv/
H A Dsigtramp.S57 li t0, SYS_exit
/freebsd/sys/arm64/arm64/
H A Dsigtramp.S47 mov x8, #SYS_exit
H A Dlocore.S1216 .word SYS_exit
/freebsd/tools/regression/compat32/aarch64/
H A Dswp_test_impl.S99 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 Dthread.cpp510 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 Dptrace-sce-tamper.c43 regs.r_rax = SYS_exit; in tamper()
/freebsd/sys/arm/arm/
H A Dlocore.S588 swi SYS_exit
594 .word SYS_exit
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c31 return host_syscall(SYS_exit, code); in host_exit()
/freebsd/tests/sys/compat32/aarch64/
H A Dswp_test_impl.S174 ldr r7, =SYS_exit
H A Dswp_cond_test_impl.S241 ldr r7, =SYS_exit
/freebsd/sys/sys/
H A Dsyscall.h7 #define SYS_exit SYS__exit macro
/freebsd/tools/test/stress2/misc/
H A Dsyscall4.sh132 SYS_exit,
/freebsd/contrib/bmake/filemon/
H A Dfilemon_ktrace.c82 [SYS_exit] = &filemon_sys_exit,