Home
last modified time | relevance | path

Searched refs:SYS_open (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h29 # if defined(SYS_open) && defined(__aarch64__)
32 # undef SYS_open
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller22.sh53 syscall(SYS_open, 0x20000000ul, 0x200645ul, 0ul);
55 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
H A Dsyzkaller21.sh332 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
342 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
352 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
363 res = syscall(SYS_open, 0x20000100ul, 0ul, 0ul);
H A Dsyzkaller7.sh113 res = syscall(SYS_open, 0x20001180, 0x8240, 0);
122 res = syscall(SYS_open, 0x20000480, 0x80000000000206, 0);
H A Dsyzkaller13.sh203 res = syscall(SYS_open, 0x20000100ul, 0x40000400000002c2ul, 0ul);
220 res = syscall(SYS_open, 0x20000140ul, 0ul, 0ul);
H A Dfifo2.sh149 i, SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
152 syscall(SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
H A Dsyzkaller38.sh53 syscall(SYS_open, 0x20000180ul, 0x20c0200ul, 0ul);
H A Dsyzkaller48.sh41 res = syscall(SYS_open, 0x200000c0ul, 0x48300ul, 0ul);
H A Dsyzkaller34.sh88 syscall(SYS_open, 0x20000040ul, 0x400000ul, 0x72ul);
H A Dsyzkaller1.sh205 res = syscall(SYS_open, 0x20000000ul, 0x40000400000002c2ul, 0ul);
H A Dsyzkaller39.sh218 syscall(SYS_open, 0x20000140ul, 0x200ul, 0ul);
H A Dsyzkaller45.sh264 res = syscall(SYS_open, 0x20000480ul, 0x80400000000206ul, 0ul);
H A Dsyzkaller70.sh259 res = syscall(SYS_open, /*file=*/0x20000240ul,
H A Dsyzkaller23.sh341 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
/freebsd/contrib/jemalloc/src/
H A Dpages.c480 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open) in os_overcommits_proc()
482 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY | in os_overcommits_proc()
485 fd = (int)syscall(SYS_open, "/proc/sys/vm/overcommit_memory", O_RDONLY); in os_overcommits_proc()
570 #if defined(JEMALLOC_USE_SYSCALL) && defined(SYS_open) in init_thp_state()
571 int fd = (int)syscall(SYS_open, in init_thp_state()
/freebsd/tests/sys/audit/
H A Dopen.c75 ATF_REQUIRE(syscall(SYS_open, path, flag) != -1); \
94 ATF_REQUIRE_EQ(-1, syscall(SYS_open, errpath, flag)); \
/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c404 sysent[SYS_open].sy_call = (sy_call_t *) filemon_wrapper_open; in filemon_wrapper_install()
436 sysent[SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
/freebsd/crypto/openssh/
H A Dsandbox-systrace.c88 { SYS_open, SYSTR_POLICY_NEVER },
/freebsd/sys/sys/
H A Dsyscall.h12 #define SYS_open 5 macro
/freebsd/contrib/bmake/filemon/
H A Dfilemon_ktrace.c85 [SYS_open] = &filemon_sys_open,
/freebsd/usr.bin/kdump/
H A Dkdump.c945 case SYS_open: in ktrsyscall_freebsd()