Searched refs:SYS_close (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/jemalloc/src/ |
| H A D | pages.c | 669 #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 D | syscall_nr.h | 5 #define SYS_close 57 macro
|
| /freebsd/stand/kboot/include/arch/amd64/ |
| H A D | syscall_nr.h | 5 #define SYS_close 3 macro
|
| /freebsd/stand/kboot/include/arch/powerpc64/ |
| H A D | syscall_nr.h | 5 #define SYS_close 6 macro
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/linux/ |
| H A D | dir.cpp | 53 int ret = LIBC_NAMESPACE::syscall_impl<int>(SYS_close, fd); in platform_closedir()
|
| H A D | file.cpp | 57 int ret = LIBC_NAMESPACE::syscall_impl<int>(SYS_close, lf->get_fd()); in linux_file_close()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syzkaller8.sh | 91 syscall(SYS_close, r[1]);
|
| H A D | syzkaller76.sh | 62 syscall(SYS_close, /*fd=*/r[0]);
|
| H A D | syzkaller1.sh | 218 syscall(SYS_close, r[0]);
|
| H A D | syzkaller84.sh | 340 syscall(SYS_close, /*fd=*/r[1]);
|
| H A D | syzkaller86.sh | 395 syscall(SYS_close, /*fd=*/r[0]);
|
| /freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/ |
| H A D | fcntl.cpp | 133 int ret = LIBC_NAMESPACE::syscall_impl<int>(SYS_close, fd); in close()
|
| /freebsd/contrib/llvm-project/libc/src/__support/threads/linux/ |
| H A D | thread.cpp | 430 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 D | host_syscalls.c | 19 return host_syscall(SYS_close, fd); in host_close()
|
| /freebsd/sys/sys/ |
| H A D | syscall.h | 15 #define SYS_close 6 macro
|
| /freebsd/tests/sys/kern/ |
| H A D | ptrace_test.c | 4120 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()
|