Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dpages.c669 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close)
670 syscall(SYS_close, fd);
736 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_close)
737 syscall(SYS_close, fd);
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h5 #define SYS_close 57 macro
/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/contrib/llvm-project/libc/src/__support/File/linux/
H A Ddir.cpp53 int ret = LIBC_NAMESPACE::syscall_impl<int>(SYS_close, fd); in platform_closedir()
H A Dfile.cpp57 int ret = LIBC_NAMESPACE::syscall_impl<int>(SYS_close, lf->get_fd()); in linux_file_close()
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller8.sh91 syscall(SYS_close, r[1]);
H A Dsyzkaller76.sh62 syscall(SYS_close, /*fd=*/r[0]);
H A Dsyzkaller1.sh218 syscall(SYS_close, r[0]);
H A Dsyzkaller84.sh340 syscall(SYS_close, /*fd=*/r[1]);
H A Dsyzkaller86.sh395 syscall(SYS_close, /*fd=*/r[0]);
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dfcntl.cpp133 int ret = LIBC_NAMESPACE::syscall_impl<int>(SYS_close, fd); in close()
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp430 LIBC_NAMESPACE::syscall_impl<long>(SYS_close, fd); in set_name()
472 LIBC_NAMESPACE::syscall_impl<long>(SYS_close, fd); in get_name()
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c19 return host_syscall(SYS_close, fd); in host_close()
/freebsd/sys/sys/
H A Dsyscall.h15 #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()