Home
last modified time | relevance | path

Searched refs:SYS_openat (Results 1 – 17 of 17) sorted by relevance

/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h20 #define SYS_openat 257 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h20 #define SYS_openat 286 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h20 #define SYS_openat 56 macro
/freebsd/contrib/jemalloc/src/
H A Dpages.c490 #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 Dsyzkaller62.sh60 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000040ul, 0ul, 0ul);
H A Dsyzkaller35.sh59 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000340ul, 0ul, 0ul);
H A Dsyzkaller36.sh59 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000000ul, 0ul, 0ul);
H A Dsyzkaller37.sh59 res = syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000340ul, 0ul, 0ul);
H A Dsyzkaller46.sh75 syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000040ul, 0ul, 0ul);
H A Dsyzkaller54.sh286 syscall(SYS_openat, 0xffffffffffffff9cul, 0x20000100ul, 0ul, 0ul);
/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c405 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 Dhost_syscalls.c117 return host_syscall(SYS_openat, HOST_AT_FDCWD, (uintptr_t)path, flags, mode); in host_open()
/freebsd/sys/sys/
H A Dsyscall.h439 #define SYS_openat 499 macro
/freebsd/contrib/bmake/filemon/
H A Dfilemon_ktrace.c86 [SYS_openat] = &filemon_sys_openat,
/freebsd/usr.bin/kdump/
H A Dkdump.c898 case SYS_openat: in ktrsyscall_freebsd()
946 case SYS_openat: in ktrsyscall_freebsd()
/freebsd/tools/regression/doat/
H A Ddoat.c469 tests[9].syscall = SYS_openat; in setup()
/freebsd/tools/test/stress2/testcases/openat/
H A Ddoat.c466 tests[9].syscall = SYS_openat; in setup()