Searched refs:SYS_openat (Results 1 – 17 of 17) sorted by relevance
/freebsd/stand/kboot/include/arch/amd64/ |
H A D | syscall_nr.h | 20 #define SYS_openat 257 macro
|
/freebsd/stand/kboot/include/arch/powerpc64/ |
H A D | syscall_nr.h | 20 #define SYS_openat 286 macro
|
/freebsd/stand/kboot/include/arch/aarch64/ |
H A D | syscall_nr.h | 20 #define SYS_openat 56 macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | pages.c | 490 #elif defined(JEMALLOC_USE_SYSCALL) && defined(SYS_openat) in os_overcommits_proc() 492 fd = (int)syscall(SYS_openat, in os_overcommits_proc() 495 fd = (int)syscall(SYS_openat, in os_overcommits_proc()
|
/freebsd/tools/test/stress2/misc/ |
H A D | syzkaller62.sh | 60 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000040ul, 0ul, 0ul);
|
H A D | syzkaller35.sh | 59 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000340ul, 0ul, 0ul);
|
H A D | syzkaller36.sh | 59 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000000ul, 0ul, 0ul);
|
H A D | syzkaller37.sh | 59 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000340ul, 0ul, 0ul);
|
H A D | syzkaller46.sh | 75 syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000040ul, 0ul, 0ul);
|
H A D | syzkaller54.sh | 286 syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000100ul, 0ul, 0ul);
|
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 405 sysent[SYS_openat].sy_call = (sy_call_t *) filemon_wrapper_openat; in filemon_wrapper_install() 437 sysent[SYS_openat].sy_call = (sy_call_t *)sys_openat; in filemon_wrapper_deinstall()
|
/freebsd/stand/kboot/libkboot/ |
H A D | host_syscalls.c | 117 return host_syscall(SYS_openat, HOST_AT_FDCWD, (uintptr_t)path, flags, mode); in host_open()
|
/freebsd/sys/sys/ |
H A D | syscall.h | 439 #define SYS_openat 499 macro
|
/freebsd/contrib/bmake/filemon/ |
H A D | filemon_ktrace.c | 86 [SYS_openat] = &filemon_sys_openat,
|
/freebsd/usr.bin/kdump/ |
H A D | kdump.c | 898 case SYS_openat: in ktrsyscall_freebsd() 946 case SYS_openat: in ktrsyscall_freebsd()
|
/freebsd/tools/regression/doat/ |
H A D | doat.c | 469 tests[9].syscall = SYS_openat; in setup()
|
/freebsd/tools/test/stress2/testcases/openat/ |
H A D | doat.c | 466 tests[9].syscall = SYS_openat; in setup()
|