Home
last modified time | relevance | path

Searched refs:SYS_close (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dpages.c517 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close) in os_overcommits_proc()
518 syscall(SYS_close, fd); in os_overcommits_proc()
581 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close) in init_thp_state()
582 syscall(SYS_close, fd); in init_thp_state()
/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h5 #define SYS_close 3 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h5 #define SYS_close 6 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h5 #define SYS_close 57 macro
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller8.sh91 syscall(SYS_close, r[1]);
H A Dsyzkaller1.sh218 syscall(SYS_close, r[0]);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c19 return host_syscall(SYS_close, fd); in host_close()
/freebsd/crypto/openssh/
H A Dsandbox-systrace.c86 { SYS_close, SYSTR_POLICY_PERMIT },
/freebsd/sys/sys/
H A Dsyscall.h13 #define SYS_close 6 macro
/freebsd/tests/sys/kern/
H A Dptrace_test.c4120 REQUIRE_EQ(pl.pl_syscall_code, (unsigned)SYS_close); in ATF_TC_BODY()
4139 REQUIRE_EQ(pl.pl_syscall_code, (unsigned)SYS_close); in ATF_TC_BODY()