/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_decls.h | 29 # if defined(SYS_open) && defined(__aarch64__) 32 # undef SYS_open
|
/freebsd/tools/test/stress2/misc/ |
H A D | syzkaller22.sh | 53 syscall(SYS_open, 0x20000000ul, 0x200645ul, 0ul); 55 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
|
H A D | syzkaller21.sh | 332 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 D | syzkaller7.sh | 113 res = syscall(SYS_open, 0x20001180, 0x8240, 0); 122 res = syscall(SYS_open, 0x20000480, 0x80000000000206, 0);
|
H A D | syzkaller13.sh | 203 res = syscall(SYS_open, 0x20000100ul, 0x40000400000002c2ul, 0ul); 220 res = syscall(SYS_open, 0x20000140ul, 0ul, 0ul);
|
H A D | fifo2.sh | 149 i, SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7); 152 syscall(SYS_open, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
|
H A D | syzkaller38.sh | 53 syscall(SYS_open, 0x20000180ul, 0x20c0200ul, 0ul);
|
H A D | syzkaller48.sh | 41 res = syscall(SYS_open, 0x200000c0ul, 0x48300ul, 0ul);
|
H A D | syzkaller34.sh | 88 syscall(SYS_open, 0x20000040ul, 0x400000ul, 0x72ul);
|
H A D | syzkaller1.sh | 205 res = syscall(SYS_open, 0x20000000ul, 0x40000400000002c2ul, 0ul);
|
H A D | syzkaller39.sh | 218 syscall(SYS_open, 0x20000140ul, 0x200ul, 0ul);
|
H A D | syzkaller45.sh | 264 res = syscall(SYS_open, 0x20000480ul, 0x80400000000206ul, 0ul);
|
H A D | syzkaller70.sh | 259 res = syscall(SYS_open, /*file=*/0x20000240ul,
|
H A D | syzkaller23.sh | 341 res = syscall(SYS_open, 0x20000000ul, 0ul, 0ul);
|
/freebsd/contrib/jemalloc/src/ |
H A D | pages.c | 480 #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 D | open.c | 75 ATF_REQUIRE(syscall(SYS_open, path, flag) != -1); \ 94 ATF_REQUIRE_EQ(-1, syscall(SYS_open, errpath, flag)); \
|
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 404 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 D | sandbox-systrace.c | 88 { SYS_open, SYSTR_POLICY_NEVER },
|
/freebsd/sys/sys/ |
H A D | syscall.h | 12 #define SYS_open 5 macro
|
/freebsd/contrib/bmake/filemon/ |
H A D | filemon_ktrace.c | 85 [SYS_open] = &filemon_sys_open,
|
/freebsd/usr.bin/kdump/ |
H A D | kdump.c | 945 case SYS_open: in ktrsyscall_freebsd()
|