Home
last modified time | relevance | path

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

/netbsd/external/bsd/jemalloc/dist/src/
H A Dpages.c460 #elif defined(JEMALLOC_USE_SYSCALL) && defined(SYS_openat) in os_overcommits_proc()
462 fd = (int)syscall(SYS_openat, in os_overcommits_proc()
465 fd = (int)syscall(SYS_openat, in os_overcommits_proc()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dproc-events.c304 #ifdef SYS_openat in init_syscall_table()
305 syscall_table[SYS_openat] = "openat"; in init_syscall_table()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dproc-events.c304 #ifdef SYS_openat in init_syscall_table()
305 syscall_table[SYS_openat] = "openat"; in init_syscall_table()
/netbsd/sys/sys/
H A Dsyscall.h1312 #define SYS_openat 468 macro
/netbsd/usr.bin/make/filemon/
H A Dfilemon_ktrace.c86 [SYS_openat] = &filemon_sys_openat,
/netbsd/sys/rump/librump/rumpkern/
H A Drump_syscalls.c6120 error = rsys_syscall(SYS_openat, &callarg, sizeof(callarg), retval); in rump___sysimpl_openat()